• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

All Wordpress Dashbords in Htm l

Bestajans

New Pleskian
can you help me ,30 Sites of 1 Server give Wordpress Dashbords in Html all plugin off and Permissions on 755

and
one site give :

PHP Parse error: syntax error, unexpected '?' in /usr/share/plesk-wp-cli/php/WP_CLI/Runner.php(798) : eval()'d code on line 1 {"err_code":0,"err_message":"Error establishing a database connection"}

can you help me?
 
thies is one of two problems . my fist proplem
all my Dashbords in Html not loud the wordpress intferce script
 
Hi all,
I got the same problem on my host, i tryed a lot of things, updates, change php versions and modules, deactivate plugins and other stuff... change permission

At the end i solved, on my wordpress installation i put the WP_MEMORY_LIMIT on 256M if i set it to 512 the wordpress toolkit dosen't work, i can reproduce the bug.

You have to edit the wp-config.php and set
define( 'WP_MEMORY_LIMIT', '256M' );

then syncronize your wordpress installation, for me it worked, if will not work for you try to:

Check the php setting from your plesk panel too, try to change some setting in there
Check .htaccess and wp-config.php if there is some plugin that modified it, try to change some things

hope it can help
 
Back
Top