im trying to setup a new theme on opencart i copied theme files and when i refresh admin->modification i get HTTP ERROR 500
i checked my PHP log and it is showing
[Fri Jul 24 14:46:24.728945 2020] [fcgid:warn] [pid 25558] [client] mod_fcgid: stderr: thrown in /home/mysite/public_html/admin/controller/marketplace/modification.php on line 141, referer: https://www.##.com/admin/index.php?route=marketplace/modification&user_token=Lh3NhQNlv4eueMmuI79naXF4TLFe9BWB
i have tried to increase memory_limit in php.ini but no success
any help would be appreciated
Related
I am fairly new to Drupal.
I just got an already existing Drupal project and want to install it.
I copied it to: /var/www/html/myprojects/mydrupalproject
Then I got this error in my error.log from apache2:
[Thu May 03 17:55:41.603774 2018] [php7:notice] [pid 11604] [client
127.0.0.1:41930] PHP Notice: Constant DATE_RFC7231 already defined in /var/www/html/myprojects/mydrupalproject/includes/bootstrap.inc on
line 258, referer: http://127.0.0.1/myprojects/
[Thu May 03 17:55:41.604601 2018] [php7:error] [pid 11604] [client
127.0.0.1:41930] PHP Fatal error: require_once(): Failed opening required
'/var/www/html/myprojects/mydrupalproject/profiles/clusters_public/modules/contrib/apc/drupal_apc_cache.inc'
(include_path='.:/usr/share/php') in
/var/www/html/myprojects/mydrupalproject/includes/bootstrap.inc on
line 2632, referer: http://127.0.0.1/myprojects/
So I tried to use the original .htaccess info in case it was the problem but I still get exactly the same error in the log. Any help?
Failed opening required
'/var/www/html/myprojects/mydrupalproject/profiles/clusters_public/modules/contrib/apc/drupal_apc_cache.inc'
Does this file exist on your webserver and is it accessable? Are the correct file-rights set?
Woke up this morning not being able to access my admin in opencart. Login would not allow. Edited something and now I have a 500 error on admin.
[Sun Nov 27 08:26:58.521365 2016] [cgi:error] [pid 11194] [client
86.161.65.106:51914] AH01215: PHP Fatal error: Call to a member function isLogged() on null in
/home/xxxxx/public_html/vqmod/vqcache/vq2-catalog_model_catalog_product.php
on line 468: /usr/local/cpanel/cgi-sys/ea-php56
Tried deleting entire contents of vqcache. Didn't work. Checked config files for public and admin both seem to be correct.
HELP!
everybody
I'm working on certain project and it worked just fine until the server provider decided to upgrade to PHP 5.6 and now the page is showing error 500.
I've already checked and I found out that this can be caused by few things...
This particular project doesn't use .htaccess file so, I know that's not the problem.
I also read that problem can be somewhere on server so checked the log and this is the message that I get.
[Fri Dec 04 10:17:47.603342 2015] [fcgid:warn] [pid 12468] (104)Connection reset by peer: [client 10.32.109.52:55105] mod_fcgid: error reading data from FastCGI server
[Fri Dec 04 10:17:47.603409 2015] [core:error] [pid 12468] [client 10.32.109.52:55105] End of script output before headers: index.php
You've got a message: End of script output before headers: index.php
So check your code in index.php. Just try to delete all code from file index.php and add this:
<?php phpinfo(); ?>
This should outputs information about PHP's configuration. If you can see this, so the problem is in your code in index.php.
I wrote a script for a soap request in Magento. The script runs perfectly in my local installation and on a small test server. It updates and creates the product data from an external database.
I know now no longer know where to look for the error still.
I always get the following error when you run the script:
<b>Fatal error</b>: Uncaught SoapFault exception: [HTTP] Internal Server Error in C:\xampp\htdocs\mage.update.products.v3.php:52
A search in the error logs found nothing - because there is no error is listed.
I've tried the following:
set default_socket_timeout = 120 in php.ini,
install ApiImprovements from MageGyver to fix a possible header issue
Did any of you a piece of advice? Even now, many, many thanks!
Edit
Now I see following errors in the logfile:
[Thu Jun 18 16:10:58.121061 2015] [fcgid:warn] [pid 1940] [client <ip>:59643] mod_fcgid: stderr: PHP Warning: SoapServer::SoapServer(https://<magehost>/index.php/api/soap/index/?wsdl=1): failed to open stream: Connection timed out in /var/www/vhosts/<magehost>/httpdocs/lib/Zend/Soap/Server.php on line 814
[Thu Jun 18 16:10:58.121095 2015] [fcgid:warn] [pid 1940] [client <ip>:59643] mod_fcgid: stderr: PHP Warning: SoapServer::SoapServer(): I/O warning : failed to load external entity "https://<magehost>/index.php/api/soap/index/?wsdl=1" in /var/www/vhosts/<magehost>/httpdocs/lib/Zend/Soap/Server.php on line 814
[Thu Jun 18 16:10:58.121112 2015] [fcgid:warn] [pid 1940] [client <ip>:59643] mod_fcgid: stderr: PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://<magehost>/index.php/api/soap/index/?wsdl=1' : failed to load external entity "https://<magehost>/index.php/api/soap/index/?wsdl=1"
[Thu Jun 18 16:10:58.121124 2015] [fcgid:warn] [pid 1940] [client <ip>:59643] mod_fcgid: stderr: in /var/www/vhosts/<magehost>/httpdocs/lib/Zend/Soap/Server.php on line 814
My WP installation generates a Internal Error 500 every time I activate the BuddyPress plugin.
This is the actual error:
[Sat Mar 28 19:12:28.102868 2015] [fastcgi:error] [pid 10447] (104)Connection reset by peer: [client 192.168.1.1:55431] FastCGI: comm with server "/var/www/clients/client1/web4/cgi-bin/php5-fcgi-*-80-site.eu" aborted: read failed, referer: http://site.eu/wp-admin/update.php?action=install-plugin&plugin=buddypress&_wpnonce=54e15a2310
[Sat Mar 28 19:12:28.103055 2015] [fastcgi:error] [pid 10447] [client 192.168.1.1:55431] FastCGI: incomplete headers (0 bytes) received from server "/var/www/clients/client1/web4/cgi-bin/php5-fcgi-*-80-site.eu", referer: http://site.eu/wp-admin/update.php?action=install-plugin&plugin=buddypress&_wpnonce=54e15a2310`
How should I solve that?
P.S. The strange thing is that before, when the server was running Ubuntu 12, I had no troubles activating and using BuddyPress. Then something possessed me and I decided to upgrade the OS to 14.04 and as a result the site became inaccessible. Finally, I figured that it was BuddyPress that was causing the issue, removed it from the plugins folder and the site went back to working. Now every time I try to re-add BP, I get the error above.
According to this post, installing this plugins cause the fcgi process for PHP to hit its memory limit or execution time limit, preventing it to properly finish.