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
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.
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.
Problems with WP 3.4 and The Store
Started by
Rob
, Jun 14 2012 11:52 PM
7 replies to this topic
#1
Posted 14 June 2012 - 11:52 PM
#2
Posted 15 June 2012 - 12:04 AM
Dear rangelone
Thanks, works perfect
#3
Posted 15 June 2012 - 07:56 AM
Phew - thank you. That's resolved the immediate issue. Will holdfire on updating the rest of my sites until the update is ready.
#4
Posted 15 June 2012 - 11:42 AM
@Bsaul
I accepted your answer to resolve the moderation que.
#5
Posted 15 June 2012 - 01:51 PM
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.
#6
Posted 15 June 2012 - 02:29 PM
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
#7
Posted 15 June 2012 - 06:08 PM
@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!
#8
Posted 19 June 2012 - 04:08 PM
Dany and Pagelines team, I really love you.
Works!













