this is actually not a browser issue …..(just that different browsers output different text for the same issue)
can you tun on debug in wordpress and check the debug.log
i.e put this in your wp-config.php
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
and then see(and tell me) what you get in your debog.log
thanks
also.
anything else that changed ? (i.e php version or some other plugin/theme updates ?)
I did take off the header image on the top of the page. How would turn on my debug log and put those in it. Sorry, I am kind of new at this.
You will have yo edit your wp-config.php as I mentioned
Which in turn will create a debug.log in your wp-content directory
Then try to add an item again to the cart and check what it says in that debug.log file
Never, ever, post your database details on a public forum. You just gave every hacker on the ‘net access to your database! Change your database password now.
I refreshed the password
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
* language support.
*/
define('WPLANG', '');
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
//define( 'WP_CACHE', true );
require_once( dirname( __FILE__ ) . '/gd-config.php' );
define( 'FS_METHOD', 'direct');
define('FS_CHMOD_DIR', (0705 & ~ umask()));
define('FS_CHMOD_FILE', (0604 & ~ umask()));
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Here, this is less revealing
Sfter that-for starters-turn off your caching plug in which you seem to have, resd the faq regarding caching and see if that makes a difference
And aldo disable the fs changemod stuff as this might well stop the debug.log from being created
[13-May-2014 17:00:52 UTC] PHP Notice: Undefined offset: 1 in /home/content/p3nexnas03/32/2079632/html/wp-content/plugins/wppizza/templates/wppizza-loop.php on line 255
FROM THE DEBUG!!! Woo!
ok, we’re heading in the right direction
however, although I have no idea how you even managed to get that particular error in the first place (unless there’s something really funny going on or some edits have taken place that would cause this) this has definitely nothing got to do with your syntax error.
send me the WHOLE debug.log (to dev[@]wp-pizza.com) to let me have a look….(zip it up please)
chances are that (probably/possibly) something else is throwing an error which in turn stops the ajax from executing/outputting things properly….
also – at least temporarily – disable all other plugins, see if it works then , and if it does , enable them one by one to find out which one is causing this issue.
if , with all other plugins disabled, it’s still throwing the error, send me the debug.log too
Resolved, GoogleXMLSitemaps broke it, the plugin. Thank you for all the quick responses
ok.
although it’s a bit strange that googlexmlsitemap would break it ….
i’ll have a look at that
hmm,
i dont know actually which one you were using (as there are more than one google xml sitemap)
one of which even installs itself as “jpeg-upload-only” for some unknown reason
http://wordpress.org/plugins/jpeg-upload-only/
i guess i’ll just move on. glad you got it working regardless