cBB Reactions. Nothing appears at the bottom


no_avatar
nikk1066
 
Posts: 10
Joined: Sat Jan 28, 2023 4:17 am
Location: Canada
 Wed Feb 08, 2023 3:56 am • via Web
IvanPF wrote:I just checked it.
The problem you have is that somewhere you have a redirect that affects all forum pages created with extensions (it's not just cBB Reactions)

*Private content*

Hello again,
I tried to find the cause of "virtual redirection", but with no success. As I wrote in my first post, I use nginx instead of apache, so I don't care about .htaccess. It's strange to me that all my other extensions (I use 8) work without problems.

I recently upgraded to phpbb 3.3.10 / php8.2 - no result, still the same problem with cBB Reactions.

Do you have any other recommendations? Thanks.
no_avatar
nikk1066
 
Posts: 10
Joined: Sat Jan 28, 2023 4:17 am
Location: Canada
 Thu Mar 02, 2023 9:45 pm • via Web
I have tested your extension on a local server. It seems to work well on Apache-based servers. In the case of Nginx, it doesn't work at all. It would be great if you could rework this application for Nginx users, since quite a few web servers are based on it.

I'm sure you know, but just in case, here are just the facts:

https://kinsta.com/blog/nginx-vs-apache/

https://www.digitalocean.com/community/ ... iderations
User avatar
IvanPF
Administrator
 
Posts: 2010
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Thu Mar 02, 2023 10:26 pm • via Web
nikk1066 wrote:I have tested your extension on a local server. It seems to work well on Apache-based servers. In the case of Nginx, it doesn't work at all. It would be great if you could rework this application for Nginx users, since quite a few web servers are based on it.

I'm sure you know, but just in case, here are just the facts:

https://kinsta.com/blog/nginx-vs-apache/

https://www.digitalocean.com/community/ ... iderations

I will review this as soon as possible
User avatar
IvanPF
Administrator
 
Posts: 2010
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Thu Mar 09, 2023 6:12 pm • via Web
nikk1066 wrote:I have tested your extension on a local server. It seems to work well on Apache-based servers. In the case of Nginx, it doesn't work at all. It would be great if you could rework this application for Nginx users, since quite a few web servers are based on it.

I'm sure you know, but just in case, here are just the facts:

https://kinsta.com/blog/nginx-vs-apache/

https://www.digitalocean.com/community/ ... iderations


I have tried with nginx and I have not seen any errors.
Can you give me more details about the error you have?
Have you correctly configured nginx for phpBB to work correctly?
no_avatar
nikk1066
 
Posts: 10
Joined: Sat Jan 28, 2023 4:17 am
Location: Canada
 Fri Mar 10, 2023 7:10 am • via Web
Hi,

You can see what it looks like on my nginx based site. *Private content*
User avatar
IvanPF
Administrator
 
Posts: 2010
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Sat Mar 11, 2023 11:59 pm • via Web
In your case, the error is not in the extension.
Your server is not recognizing forum urls well, because if you put a url that does not exist (for example https://yourdomain.org/test/noexists) you should get the phpBB error page, but in your case, index page is displayed.

I configured my server based on the example file offered by phpBB
https://github.com/phpbb/area51-phpbb3/ ... ample.conf

The most important differences I see from your configuration file are the lines 44, 53, 66, 67, 68 in that file
These lines refer to the treatment of virtual urls by phpBB

You may also need to change:
Code: Select all
include snippets/fastcgi-php.conf;


To:
Code: Select all
include fastcgi.conf;
no_avatar
nikk1066
 
Posts: 10
Joined: Sat Jan 28, 2023 4:17 am
Location: Canada
 Mon Mar 13, 2023 4:09 am • via Web
IvanPF wrote:In your case, the error is not in the extension.
I configured my server based on the example file offered by phpBB
https://github.com/phpbb/area51-phpbb3/ ... ample.conf


Yes, it works. Thank you Ivan! Image
Previous

Who is online

Users browsing this forum: No registered users and 0 guests