Server Error Occured - Cant Login anymore

techrax

Member
Hi guys. I reinstalled my dedicated server today and moved my Xenforo installation.

I reuploaded my database backup and uploaded my xenforo folder.. site is back alive but shows " Server error occured" once you access it.

Cant also login to ACP or account anymore.

So i only got PHPmyadmin and FTP / Plesk login.

Are there any things where I could look to fix it ?

Big thanks !

Site is : www.china-devices.com/forum
 
Database check shows me :

att.png
dark_taigachat_activity The storage engine for the table doesn't support check
att.png
xf_attachment_view The storage engine for the table doesn't support check
att.png
xf_session_activity The storage engine for the table doesn't support check
att.png
xf_thread_view The storage engine for the table doesn't support check

So seems like there are database issues ? Or is it PHP config ?

I run PHP 7.1 with enough memory.
 
Last edited:
Check your php error_logs; this looks like a 500 error that should be logged there.

"The storage engine for the table doesn't support check" is not, by itself, indicative of an error.
 
checking the PHP error log under /var/log/plesk-php71-fpm


[17-Jun-2017 11:21:36] NOTICE: fpm is running, pid 5750
[17-Jun-2017 11:21:36] NOTICE: ready to handle connections
[17-Jun-2017 12:04:06] WARNING: [pool china-devices.com] child 25040 said into stderr: "NOTICE: PHP message: PHP Warning: imagepng(/var/www/vhosts/china-devices.com/httpdocs/wp-content/uploads/thumbs_dir/andy-rubins-essential-phone-is-trying-to-revive-an-idea-smartphone-makers-keep-failing-to-pull-off.jpg-6grcy2bllusf3qndaj9lpuxyf8vhcgnvookr7je2wr2.png): failed to open stream: Permission denied in /var/www/vhosts/china-devices.com/httpdocs/wp-includes/class-wp-image-editor.php on line 420"
[17-Jun-2017 12:04:08] WARNING: [pool china-devices.com] child 25089 said into stderr: "NOTICE: PHP message: PHP Warning: imagejpeg(/var/www/vhosts/china-devices.com/httpdocs/wp-content/uploads/thumbs_dir/big-data-chinese-6grcy4esp1ja1jgc2c63veezarp6pkg67mwy1xizgp6.jpg): failed to open stream: Permission denied in /var/www/vhosts/china-devices.com/httpdocs/wp-includes/class-wp-image-editor.php on line 420"

[17-Jun-2017 12:47:04] NOTICE: Terminating ...
[17-Jun-2017 12:47:04] NOTICE: exiting, bye-bye!
[17-Jun-2017 12:49:42] NOTICE: configuration file /opt/plesk/php/7.1/etc/php-fpm.conf test is successful

[17-Jun-2017 12:49:42] NOTICE: fpm is running, pid 1515
[17-Jun-2017 12:49:42] NOTICE: ready to handle connections

It just showed some permission issues with wordpress.. I run wordpress linked to xenforo with Xenword (currently disabled for debugging)

Could this be an permission issue ? i moved the files around as root and not as the FTP user i created in plesk. Maybe do i need to chown it ?

Sorry for asking all this crap, I just really want to get my head around this and learn something :)
 
That applies in anything....normally you have to have at least read access to all the files, and frequently write access for certain directories. Depending on how the server is set up it will either need to be the PHP processor or the HTTP server. If running in a cPanel environment, then it will need to be the cPanel account owner.
 
Top Bottom