Bladesman
Forum Replies Created
-
Forum: Plugins
In reply to: [Kebo Twitter Feed] Unable to connect to API – connection timed outI am having the same issue.
Seems the API server is down but it only started when updated it to the lastest plugin.
Forum: Fixing WordPress
In reply to: Unable to add new pages or edit pages etc.I tried doing all those things.
Still not worked sadly.
Forum: Fixing WordPress
In reply to: A new 500 internal errorTurns out the database was far too big managed to clear it by doing this query in phpmyadmin:
DELETE FROM wp_options WHERE option_name LIKE ‘_transient%’
I then added this to the bottom of the root directory php.ini file
cgi.fix_pathinfo=0cgi.fix_pathinfo=0
Forum: Fixing WordPress
In reply to: A new 500 internal errorThese are the errors I get now they are all wp-commerce related:
[12-Aug-2013 21:40:46 UTC] PHP Notice: Constant WPECAUTHNET_PLUGIN_NAME already defined in /home/directco/public_html/toys/wp-content/plugins/gold_cart_plugin/merchants/wpec_auth_net/wpec_auth_net.php on line 11 [12-Aug-2013 21:40:46 UTC] PHP Notice: Constant WPECAUTHNET_CLASSES already defined in /home/directco/public_html/toys/wp-content/plugins/gold_cart_plugin/merchants/wpec_auth_net/wpec_auth_net.php on line 13 [12-Aug-2013 21:40:47 UTC] PHP Notice: Undefined index: category_id in /home/directco/public_html/toys/wp-content/plugins/wp-e-commerce/wpsc-includes/display.functions.php on line 378 [12-Aug-2013 21:40:47 UTC] PHP Notice: Undefined index: category in /home/directco/public_html/toys/wp-content/plugins/wp-e-commerce/wpsc-includes/display.functions.php on line 380 [12-Aug-2013 21:40:47 UTC] PHP Notice: Undefined variable: category_id in /home/directco/public_html/toys/wp-content/plugins/wp-e-commerce/wpsc-includes/display.functions.php on line 384 [12-Aug-2013 21:40:47 UTC] PHP Notice: Undefined index: product_id in /home/directco/public_html/toys/wp-content/plugins/wp-e-commerce/wpsc-includes/display.functions.php on line 389 [12-Aug-2013 21:40:47 UTC] PHP Notice: wpec_get_the_post_id_by_shortcode is <strong>deprecated</strong> since version 3.8.9! Use wpsc_get_the_post_id_by_shortcode instead. in /home/directco/public_html/toys/wp-includes/functions.php on line 2638 [12-Aug-2013 21:40:52 UTC] PHP Notice: Constant WPECAUTHNET_PLUGIN_NAME already defined in /home/directco/public_html/toys/wp-content/plugins/gold_cart_plugin/merchants/wpec_auth_net/wpec_auth_net.php on line 11 [12-Aug-2013 21:40:52 UTC] PHP Notice: Constant WPECAUTHNET_CLASSES already defined in /home/directco/public_html/toys/wp-content/plugins/gold_cart_plugin/merchants/wpec_auth_net/wpec_auth_net.php on line 13 [12-Aug-2013 21:45:30 UTC] PHP Notice: Constant WPECAUTHNET_PLUGIN_NAME already defined in /home/directco/public_html/toys/wp-content/plugins/gold_cart_plugin/merchants/wpec_auth_net/wpec_auth_net.php on line 11 [12-Aug-2013 21:45:30 UTC] PHP Notice: Constant WPECAUTHNET_CLASSES already defined in /home/directco/public_html/toys/wp-content/plugins/gold_cart_plugin/merchants/wpec_auth_net/wpec_auth_net.php on line 13 [12-Aug-2013 21:45:30 UTC] PHP Notice: Constant WPECAUTHNET_PLUGIN_NAME already defined in /home/directco/public_html/toys/wp-content/plugins/gold_cart_plugin/merchants/wpec_auth_net/wpec_auth_net.php on line 11 [12-Aug-2013 21:45:30 UTC] PHP Notice: Constant WPECAUTHNET_CLASSES already defined in /home/directco/public_html/toys/wp-content/plugins/gold_cart_plugin/merchants/wpec_auth_net/wpec_auth_net.php on line 13
Forum: Fixing WordPress
In reply to: A new 500 internal errorA change in host has helped managed to move it over here and finally we are getting some error codes:
Unsurprisingly its down wp-commerce.
Anyone know much about that plugin? I know support on their forum is very slow.
Forum: Fixing WordPress
In reply to: A new 500 internal errorI was thinking of doing that anyway.
As my web hosts are insistent its not their servers.
Forum: Fixing WordPress
In reply to: A new 500 internal errorRe-named plugins as well as doing via phpmyadmin
Forum: Fixing WordPress
In reply to: A new 500 internal errorYep done that as well the other day.
Forum: Fixing WordPress
In reply to: A new 500 internal errorYep done both of those things already once I made sure the permissions were correct. Still no luck.
This is the error being kicked out from the server:
[Mon Aug 12 15:35:10 2013] [warn] [client 157.55.32.166] mod_fcgid: read data timeout in 45 seconds [Mon Aug 12 15:35:10 2013] [error] [client 157.55.32.166] Premature end of script headers: index.php
Forum: Fixing WordPress
In reply to: A new 500 internal errorOur host has suggested it might be a mysql call loop problem.
I can see that when the site is being run it is generating an sql query as mysql is using up loads of resources on the server. As such it looks like a script issue which is generating a never ending loop or mysql call which is the issue.
I have set file permissions as suggested as well by the way.
Any ideas what could cause a loop?
Forum: Fixing WordPress
In reply to: A new 500 internal errorLooks like its something to do with WP Commerce according to the error logs
File does not exist: /var/www/vhosts/toysandcards.co.uk/httpdocs/products-page
Forum: Fixing WordPress
In reply to: A new 500 internal errorI have done what they have suggested.
A HTML file does work and show up but I am still getting a 500 error on wordpress.
Forum: Fixing WordPress
In reply to: A new 500 internal errorA HTML file does work.
I tried removing the htaccess still no luck.
The file permissions are all set right.
Any other suggestions?