Rob 547 Report post Posted June 14, 2012 Friends, We've taken note of several discussion topics following the upgrade of WordPress 3.4. Evidently, in some cases, the PageLines Store yields some errors. Generally, this is the result of a minor conflict brought to light if your site has debugging activated. Many of us don't even realize it is active as a result of settings in cPanel. To make sure debug is off, please edit your wp-config.php file via FTP as follows: // make sure wordpress debug is off define('WP_DEBUG', false); Add the following code found below to wp-config.php on the next line: // turn off PHP debugging, should be off always on production servers. @ini_set('display_errors',0); With debugging off, the errors will not show, PageLines will work and your site's Store should function as normal. We apologize for any inconvenience. An upcoming upgrade will resolve the matter fully. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
batman 389 Report post Posted June 15, 2012 Dear rangelone Thanks, works perfect :) Life is too short to remove USB safely ... Share this post Link to post Share on other sites
bsaul 1 Report post Posted June 15, 2012 Phew - thank you. That's resolved the immediate issue. Will holdfire on updating the rest of my sites until the update is ready. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted June 15, 2012 @Bsaul I accepted your answer to resolve the moderation que. Please search our forums, before posting! Share this post Link to post Share on other sites
evoke2 0 Report post Posted June 15, 2012 Hi, I just tried this code on my wp-config.php file as seen below, however i am still getting this even after I clear my cache (Unable to locate the main framework files! Make sure the parent theme folder is named correctly.) ___________________________________________________________________________ define('WP_DEBUG', false); // turn off PHP debugging, should be off always on production servers. @ini_set('display_errors',0); /* That's all, stop editing! Happy blogging. */ ____________________________________________________________________________ Please help, I have a few sites on Pagelines and I do not want to update Wordpress 3.4 until I can figure out the issue here. Thank you. Share this post Link to post Share on other sites
Simon 248 Report post Posted June 15, 2012 All the child themes were updated for wordpress 3.4, the file changed was setup.php, either redownload the base theme, or copy setup.php from http://paste.pagelines.com/3kq Share this post Link to post Share on other sites
pehja+ 12 Report post Posted June 15, 2012 @Simon, this is not correct. I did what you said but still the same problem. My debug was OFF on both cpanel and on the site settings. But this string : // turn off PHP debugging, should be off always on production servers. @ini_set('display_errors',0); did the trick! Professionell musician | Webbdesigner | Apple freak Share this post Link to post Share on other sites
mundocaco+ 9 Report post Posted June 19, 2012 Dany and Pagelines team, I really love you. Works! :D Share this post Link to post Share on other sites