Anyone here ever have issues with SMF? I am trying to build a site for a client using Sentora as the control panel. I've gone over Server details
- Sentora 1.0, MySQL 5.1.73, PHP 5.3.3
- Server is a virtual running on Virtualizor that has 8GB of RAM, 250GB of Storage, 4 virtual cores, and 2GB swap space.
PHP.ini has 256MB to the memory_limit and 128MB to post_max_size
Any ideas as to why this keeps failing to load? I've used multiple browsers on multiple PCs at different locations around the world and all have the same issue until I am logged in then the Forum flies like nothing is wrong.
Check PHP error logs for infos first.
Blank page in php >> PHP ERROR.
M B
(09-17-2015, 11:04 PM)Me.B Wrote: [ -> ]Check PHP error logs for infos first.
Blank page in php >> PHP ERROR.
M B
And where do I find them?
/var/log/httpd
/var/sentora/logs/domains
log for subdomain.domain.com-error.log shows:
[Sat Sep 12 21:47:30 2015] [error] [client 62.24.181.135] File does not exist: /var/sentora/hostdata/brt/public_html/de-14_bigracktech_com/robots.txt, referer:
http://de-14.bigracktech.com/robots.txt
[Sat Sep 12 21:49:13 2015] [error] [client 62.24.181.134] File does not exist: /var/sentora/hostdata/brt/public_html/de-14_bigracktech_com/robots.txt, referer:
http://de-14.bigracktech.com/robots.txt
[Sat Sep 12 21:52:50 2015] [error] [client 62.24.181.135] File does not exist: /var/sentora/hostdata/brt/public_html/de-14_bigracktech_com/robots.txt, referer:
http://de-14.bigracktech.com/robots.txt
[Fri Sep 18 05:51:46 2015] [error] [client 78.46.174.197] File does not exist: /var/sentora/hostdata/brt/public_html/de-14_bigracktech_com/robots.txt
[Fri Sep 18 10:39:07 2015] [error] [client 89.163.148.58] File does not exist: /var/sentora/hostdata/brt/public_html/de-14_bigracktech_com/robots.txt
nothing in any of the logs found at /var/logs/httpd
what next?
Check php logs and enable error logging in php.ini.
please provide the location and the code to change to enable php error logging in the php.ini file. Thought this was on by default anyway.
Also when will Sentora finally update PHP, MySQL, PHPMySQLAdmin, etc? Everything is 3 versions behind what is currently offered.
/etc/php.ini
PHP release is not sentora's! It depend on centos OS.
PHP is installed by the Sentora installer which makes it part of Sentora so please give me the correct information to make the change you are requesting. This is a production server that hosts multiple other sites. I cannot make any errors when applying changes to the site so please provide the steps.
PHP is installed using the OS package manager, either yum for CentOS/Fedora or apt-get for Ubuntu/Debian.
What Me.B is saying is the location of php.ini differs between the operating systems.
I would suggest to use virtual host override php value / php admin value settings, or a .htaccess file inside the virtual host to set error reporting for php and display errors for just that virtualhost rather than changing the php.ini server wide.