nscharich
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Syntax Error (Different Browsers)Resolved, GoogleXMLSitemaps broke it, the plugin. Thank you for all the quick responses
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Syntax Error (Different Browsers)[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!
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Syntax Error (Different Browsers)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
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Syntax Error (Different Browsers)Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Syntax Error (Different Browsers)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.
Viewing 5 replies - 1 through 5 (of 5 total)