Jump to content
Sign in to follow this  
Rob

Problems with WP 3.4 and The Store

Recommended Posts

Rob

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
Dear rangelone Thanks, works perfect :)

Life is too short to remove USB safely ...

Share this post


Link to post
Share on other sites
bsaul
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
@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
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
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
@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

Pehja Production.png

Share this post


Link to post
Share on other sites
mundocaco
Dany and Pagelines team, I really love you. Works! :D

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×