jeffjunior
Forum Replies Created
-
[email protected]
http://oneshopatatime.comSame issue – updated Jetpack from version 2.9 to 2.9.1 when I went into the Jetpack plugin and selected “Connect to WordPress” and then entered my WordPress login username/password – I receive a username/password mismatch message. I backed out to the dashboard and requested a password reset. I re-entered the WordPress dashboard with the new username/password and upon checking the Jetpack plugin found it said reconnected – tried to back out to the WordPress dashboard page and received a Server Internal Error message saying contact server admin. Here is the message:
***************
Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, 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.
***************************
How do I contact this “server Administrator” to get my WordPress backend rehooked to my site and check the Jetpack plugin interface?
ThanksForum: Installing WordPress
In reply to: Error establishing a database connectiononeshopatatime.com [Email redacted]
Do to a failed theme upgrade I Just did a fresh uninstall and reinstall. I got as far as creating my first products and when I went to view the product I received Error 500 creating a Database Connection. Appears my wp_config.php file has no database info in it. What shall I try?Forum: Fixing WordPress
In reply to: backend 500 & 404 errorsIt’s not likely we will see a fix for the above problem anytime soon. If you read back through the posts on the Wootique website, the same problem was being reported over 6 years ago. The issue appears to be that when a Theme is being installed, there are configuration parameter values that need to be provided by the Theme Plugin to the WordPress installation manager. These values need to be changed in the appropriate database and any cached registers dumped before the install. All the values needed to make the interface between the new Theme and WordPress work are either not being reported or they are being ignored or they are being overwritten by cached values stored in some register that was not dumped prior to the theme change. [advertising copy removed by moderator]
Forum: Fixing WordPress
In reply to: backend 500 & 404 errorsThe problem is wordpress and it’s happening anytime you update a theme to a newer revision. I’m on wordpress 3.8.1 and I updated my WooCommerce Theme from 2.1.3 to 2.1.4 and 2.1.5 a day later. If you right click your mouse on your webpages in wordpress and select “Inspect element – Console” you will see this error message: event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://www.oneshopatatime.com/wp-admin/admin-ajax.php. <- This is a wordpress file that is blocking any attempt to change sql database values using theme settings. This is only a problem after updating a Theme to a newer revision.