mrmad
Active member
Hi there,
I have a vps server running with nginx php5-fpm and apc running pretty fine until a couple of days until I tried to update to php5.5 which didn't come out the way I expected and so I decided to downgrade. Oddly enogh a php info file says it is PHP Version 5.4.17RC1 , php -v command in terminal says:
The vps is used for wordpress and xenforo with wordpress installed here /var/www/website/ and xenforo
in /var/www/website/forum.
I have one nginx.conf file for wordpress and xenforo. The xenforo configuration which used to work until a couple of days without any problems:
Pretty URLs are enabled and working. The problem now is that no user can register : server error is show as the are redirected to the following page http://www.domain.tld/forum/login/login nor can users be created manually in the admin backend. Simply nothing happens when the settings are saved.
The error log doesn't show anything and this problem happens no matter which plugins are enabled or disabled.
I would be grateful for any help since a forum where registration does not work is pretty useless.
I have a vps server running with nginx php5-fpm and apc running pretty fine until a couple of days until I tried to update to php5.5 which didn't come out the way I expected and so I decided to downgrade. Oddly enogh a php info file says it is PHP Version 5.4.17RC1 , php -v command in terminal says:
Code:
PHP 5.3.24 (cli) (built: Jul 5 2013 23:31:37)
The vps is used for wordpress and xenforo with wordpress installed here /var/www/website/ and xenforo
in /var/www/website/forum.
I have one nginx.conf file for wordpress and xenforo. The xenforo configuration which used to work until a couple of days without any problems:
PHP:
###xenforo
location /forum/ {
try_files $uri $uri/ /forum/index.php?$uri&$args;
index index.php index.html;
}
location /forum/internal_data/ {
internal;
}
location /forum/library/ {
internal;
}
}
}
Pretty URLs are enabled and working. The problem now is that no user can register : server error is show as the are redirected to the following page http://www.domain.tld/forum/login/login nor can users be created manually in the admin backend. Simply nothing happens when the settings are saved.
The error log doesn't show anything and this problem happens no matter which plugins are enabled or disabled.
I would be grateful for any help since a forum where registration does not work is pretty useless.