News:

Join the Facebook Fan Page.

Main Menu

Database Error

Started by ryan_dwight, February 26, 2019, 01:29:54 PM

Previous topic - Next topic

drewactual

is there an apache mod present that mitigates load and if so how is it setup?

likewise, how is SMF's load balancer's set?

what MPM is he running? 

Sir Osis of Liver

Just set up a clean 2.0.15 test install, logs errors normally.
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Arantor

Quote from: Sir Osis of Liver on March 04, 2019, 10:12:19 PM
Just set up a clean 2.0.15 test install, logs errors normally.


On the same hosting environment?

Sir Osis of Liver

Yes, it's in a subirectory, production forum is in root.
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Arantor

Any differences of .htaccess files?

Sir Osis of Liver

Test forum has no .htaccess, prod forum has remnant -



RewriteEngine on



Doesn't help to remove it.  Also disabled mod_security, no change.  There's a .htaccess above public_html, contains php ini directives.


Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Arantor


Sir Osis of Liver



# BEGIN cPanel-generated php ini directives, do not edit
# Manual editing of this file may result in unexpected behavior.
# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
<IfModule php5_module>
   php_flag asp_tags Off
   php_flag display_errors On
   php_value max_execution_time 30
   php_value max_input_time 60
   php_value max_input_vars 1000
   php_value memory_limit 128M
   php_value post_max_size 8M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php56"
   php_value upload_max_filesize 2M
   php_flag zlib.output_compression Off
</IfModule>
<IfModule lsapi_module>
   php_flag asp_tags Off
   php_flag display_errors On
   php_value max_execution_time 30
   php_value max_input_time 60
   php_value max_input_vars 1000
   php_value memory_limit 128M
   php_value post_max_size 8M
   php_value session.gc_maxlifetime 1440
   php_value session.save_path "/var/cpanel/php/sessions/ea-php56"
   php_value upload_max_filesize 2M
   php_flag zlib.output_compression Off
</IfModule>
# END cPanel-generated php ini directives, do not edit


Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Advertisement: