Support Forum
>> want to ask again on wp version… This is 3.6.1, right? and not the 3.7 beta version…
Confirmed, running 3.6.1, not 3.7 Beta.
>> this is the first and initial activation of simple press, right?
Yes, this is my first installation of Simple:Press (in a a brand new WP site at that) but as noted above, I erred in attempting to use the WP uploader on the very first try, so I deleted the plugin and directory and uploaded via FTP.
The only other options I can think of at this point is (1) re-installing WP and SP from scratch, or (2) sending you the log-on credentials so you can look at the site directly.
Let me know which approach you think best.
Thanks!
so yes, please go ahead and delete simple press and reupload via http://ftp... and try again...
if that still has the issue, we can take a look and see if we can glean anything, but activation doesnt even involved simple press other than reading in the main file... but we can look... just pm the admin details to both myself and yellow swordfish... be sure to link back to this topic in the pm too so we know what its about...
Visit Cruise Talk Central and Mr Papa's World
OK, I deleted the plug-in and reloaded it via http://FTP. Unfortunately, I'm still getting the same fatal error when I go to activate the plugin.
I'll PM my log-in credentials momentarily. Feel free to experiment, it's a brand new site with nothing to lose.
Thanks!
can you try something for me?
if file simple-press/sp-api/sp-api-error.php, can you make a couple code changes?
line 34, change
global $spStatus;
to
global $spStatus, $wpdb;
then after line 35, which is
if (!isset($spStatus) || (isset($spStatus) && $spStatus != 'ok')) return;
can you add this:
$success = $wpdb->get_var("SHOW TABLES LIKE '".SFERRORLOG."'");
if ($success == false) return;
and then similarly at line 79, change
global $spPaths, $spStatus;
to
global $spPaths, $spStatus, $wpdb;
and after line 80, which is
if (!isset($spStatus) || (isset($spStatus) && $spStatus != 'ok')) return;
can you add this:
$success = $wpdb->get_var("SHOW TABLES LIKE '".SFERRORLOG."'");
if ($success == false) return;
and see if that gets you going...
Visit Cruise Talk Central and Mr Papa's World
hey, good news! sorry for the issue...
Visit Cruise Talk Central and Mr Papa's World
Plugin could not be activated because it triggered a fatal error.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 71 bytes) in /problem-with-post-edit-buttonome/beyond/public_html/members/wp-includes/functions.php on line 3761
ACTIVATION ONLY, server meets all requirements.
Douglas Norton said
Plugin could not be activated because it triggered a fatal error.
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 71 bytes) in /problem-with-post-edit-buttonome/beyond/public_html/members/wp-includes/functions.php on line 3761
ACTIVATION ONLY, server meets all requirements.
If you're looking for a potential fix, see Mr. Papa's 9/30 4:21 PM reply in this thread. Those instructions worked great for me when I got a similar error when activating SP in a brand new WP multi-site installation.
1 Guest(s)