mazix Posted November 8, 2013 Posted November 8, 2013 Softaculous gives this after install of ImpressCMS :InfoSoftware ImpressCMSInstallation Number 381_44336Version 1.3.5Installation Time November 6, 2013, 3:51 amPath /home/mazix/public_html/ouichita.net/impressURL http://ouichita.net/impressAdmin URL http://ouichita.net/impress/admin.phpData Directory /home/mazix/impressdataDatabase Name mazix_impr665Database User mazix_impr665Database Host localhost Initial navigation (browse) to http://ouichita.net/impress or http://ouichita.net/impress/admin.php gets an Http 500 error.And this in public_html/ouichita.net/impress/error_log :[07-Nov-2013 18:39:33 America/Los_Angeles] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0 [07-Nov-2013 18:39:33 America/Los_Angeles] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0 Refreshing the page (ctrl-r) gets the proper ImpressCMS page.Why the initial Php error ? Initial navigation (browse) to http://ouichita.net/impress or http://ouichita.net/impress/admin.php gets an Http 500 error. The initial error page is this : Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, webmaster@ouichita.mazix.heliohost.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/0.9.8e-fips-rhel5 mod_mono/2.6.3 mod_jk/1.2.35 FrontPage/5.0.2.2635 mod_bwlimited/1.4 mod_auth_passthrough/2.1 mod_wsgi/3.4 Python/2.7.4 Server at ouichita.net Port 80
Ice IT Support Posted November 8, 2013 Posted November 8, 2013 It loaded fine for me the first time. Most likely Johnny was facing high server load at the time. Try again when the server load is lower. You can monitor load at http://heliohost.grd.net.pl/monitor/
mazix Posted November 8, 2013 Author Posted November 8, 2013 I get the Http 500 error all the time at :http://ouichita.net/impress/modules/system/admin.php?fct=preferenceshttp://ouichita.net/impress/modules/system/admin.php?fct=blocksadminhttp://ouichita.net/impress/modules/system/admin.php?fct=users I suspect that all ImpressCMS admin functions are having this problem. [07-Nov-2013 19:46:02 America/Los_Angeles] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20090626/pdo_pgsql.so: cannot open shared object file: No such file or directory in Unknown on line 0 There is this thread about a similar problem : http://forums.cpanel.net/f5/pdo-errors-278701.html
mazix Posted November 9, 2013 Author Posted November 9, 2013 This Http 500 error on all ImpressCMS admin pages is still a problem.Please help ! Thanks
Krydos Posted November 9, 2013 Posted November 9, 2013 Does this help?500 errors can be caused by a lot of things. The most common areExceeding Process Limit The solution is to not run as many processes. Opening cpanel, connecting to FTP, checking mail, connecting to webdisk, etc all increase your process count, and if you exceed your limit php will show 500 errors since it cannot start a new php process. This sometimes affects only the webmaster since opening cPanel and FTP etc is common when you're editing your site, but normal users won't have these errors since they will only be accessing your website not all the other services. The process limit is higher on Johnny so for some websites the solution to 500 errors might be to switch servers.Syntax Error in .htaccess If you have a syntax error in one of your .htaccess files it can cause a 500 error. The easiest way to check if this is the case is to delete or rename your .htaccess files and see if the 500 error goes away.Incorrect Permissions If the script or the directory that the script is in doesn't have the correct permissions it can cause 500 errors too. If you're running a php script the file permission should be 644. If you're running a cgi script it should have 755 permissions. Your directories should have 755 or 750 permissions.Exceeding Time Limit If your script exceeds the time limit it can be killed by the system which will also result in a 500 error. The solution to this problem is to break your long executing scripts into multiple faster scripts that can call each other. For instance longscript.php always results in a 500 error because it exceeds the time limit, but if script1.php runs for a short time, and then calls script2.php which calls script3.php they can together execute the same code as longscript.php without exceeding the time limit and being killed.High Server Load If the server is currently experiencing high server load scripts can return a 500 error when they would normally work. This is more common on Johnny than Stevie since Johnny is more unstable, and accounts that cause high load on Stevie are suspended. There isn't really anything that can be done about high load 500 errors other than trying again later when the load is lower. Just out of curiousity I created a new impresscms installation on Johnny using softaculous. It all seems to work for me:http://krydos1.heliohost.org/impresshttp://krydos1.heliohost.org/impress/admin.php
mazix Posted November 13, 2013 Author Posted November 13, 2013 I created a new impresscms installation on Johnny using softaculous. It all seems to work for me: http://krydos1.heliohost.org/impress http://krydos1.heliohost.org/impress/admin.php I see an ImpressCMS login page at http://krydos1.heliohost.org/impress/admin.php .But there is an Http 500 page at http://krydos1.heliohost.org/impress .Is that to be expected ? Do your ImpressCMS admin pages work after you login : http://krydos1.heliohost.org/...fct=preferences http://krydos1.heliohost.org/...fct=blocksadmin http://krydos1.heliohost.org/...n.php?fct=users ???
Krydos Posted November 14, 2013 Posted November 14, 2013 All the links work for me right now. Have you tried asking the impresscms people for support? Have you tried installing impresscms manually instead of softaculous?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now