Community Support Forums — WordPress® ( Users Helping Users ) — 2010-06-24T14:51:50-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=87 2010-06-24T14:51:50-05:00 http://www.primothemes.com/forums/viewtopic.php?t=87&p=1193#p1193 <![CDATA[Re: Fatal Activation Error]]> The Maintenance Mode mode ( minus the WP prefix ), is the one that includes pluggable.php. I wrote to the author of this plugin; to try and explain, as did another developer in the WordPress.org forums. No response yet though. I'm sure they'll get around to fixing this in the future release. Until then, I'd stay away from that one for sure.

Statistics: Posted by Jason Caldwell — June 24th, 2010, 2:51 pm


]]>
2010-06-24T03:58:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=87&p=1187#p1187 <![CDATA[Re: Fatal Activation Error]]>
Jason Caldwell wrote:
Do you have the Maintenance Mode plugin installed perhaps?
-- I've seen a few really poorly written plugins out there that try to include "pluggable.php", and it totally screws up all kinds of things. Maintenance Mode is one of those. Now, there are two of these plugins:

1. Maintenance Mode ( bad )
2. WP Maintenance Mode ( good )


Well Jason, Both are not that good. WP should have this within its core as an option.

Statistics: Posted by drbyte — June 24th, 2010, 3:58 am


]]>
2010-06-24T01:00:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=87&p=1178#p1178 <![CDATA[Re: Fatal Activation Error]]> -- I've seen a few really poorly written plugins out there that try to include "pluggable.php", and it totally screws up all kinds of things. Maintenance Mode is one of those. Now, there are two of these plugins:

1. Maintenance Mode ( bad )
2. WP Maintenance Mode ( good )

Statistics: Posted by Jason Caldwell — June 24th, 2010, 1:00 am


]]>
2010-05-21T02:15:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=87&p=515#p515 <![CDATA[Re: Fatal Activation Error]]>
Jason Caldwell wrote:
Yea, sounds like another plugin is triggering a PHP error prior to the s2Member files being loaded. So even though the error is indicating a problem with s2Member, it is actually caused by the absence of the wp_salt function, which is already built into WordPress® ( wp_salt is not a part of s2Member ). s2Member just relies on this function that is part of the WordPress® core.

The wp_salt function is inside: /wp-includes/pluggable.php. So make sure that your installation of WordPress is not missing that file. If all else fails, I would try re-installing WordPress®.


Checked out pluggable.php and it's in the right place. :)

Statistics: Posted by floriana — May 21st, 2010, 2:15 am


]]>
2010-05-21T01:59:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=87&p=514#p514 <![CDATA[Re: Fatal Activation Error]]>
To answer your questions, I use the latest version of Wordpress, with several plugins.

Uploading S2member via FTP didn't solve the problem. Tried it twice.

I'll check out all the other solutions you indicated and I'll let you know what worked.

Thank you, again!

Statistics: Posted by floriana — May 21st, 2010, 1:59 am


]]>
2010-05-19T03:12:21-05:00 http://www.primothemes.com/forums/viewtopic.php?t=87&p=437#p437 <![CDATA[Re: Fatal Activation Error]]> 1. editing your php.ini file and increasing wp memory size to say 64MB. (this didn't work for me)
2. editing your wp-config.php file inside your root folder and adding a define(php_memory_limit '64mb'); (search google, cause I don't know if the markup on that is perfect. - this didn't work for me either.
3. create a .htaccess file in the root folder where wp is installed and put this code inside it:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

THAT... worked for me. ;)

Hope that helps. ;)

Statistics: Posted by Guest — May 19th, 2010, 3:12 am


]]>
2010-05-19T02:43:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=87&p=431#p431 <![CDATA[Re: Fatal Activation Error]]> wp_salt function, which is already built into WordPress® ( wp_salt is not a part of s2Member ). s2Member just relies on this function that is part of the WordPress® core.

The wp_salt function is inside: /wp-includes/pluggable.php. So make sure that your installation of WordPress is not missing that file. If all else fails, I would try re-installing WordPress®.

Statistics: Posted by Jason Caldwell — May 19th, 2010, 2:43 am


]]>
2010-05-19T02:31:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=87&p=427#p427 <![CDATA[Re: Fatal Activation Error]]>
floriana wrote:
Hi,

I tried to install the plugin both from Wordpress and with the download from your site. Every time I activated the plugin I got this:

Fatal error: Call to undefined function wp_salt() in /.../wp-content/plugins/s2member/includes/functions/utilities.inc.php on line 203

Even more, after the activation all what I'm getting of my blog and administration is the error page, like it blocks my access to everything else. I can access my blog only after I delete the plugin.

Can you please, help me with this and tell me what I should do with that wp_salt error? Your help would be greatly appreciated... I could really use the plugin.

Thank you!



Download it a gain and this time FTP to your site Dir. It seems you are missing some files.

Let us know

Sam

Statistics: Posted by drbyte — May 19th, 2010, 2:31 am


]]>
2010-05-18T22:38:38-05:00 http://www.primothemes.com/forums/viewtopic.php?t=87&p=416#p416 <![CDATA[Re: Fatal Activation Error]]>
Do you have any other plugins installed?

Statistics: Posted by HTMwebrat — May 18th, 2010, 10:38 pm


]]>
2010-05-18T20:13:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=87&p=412#p412 <![CDATA[Re: Fatal Activation Error]]> Statistics: Posted by floriana — May 18th, 2010, 8:13 pm


]]>
2010-05-16T00:57:46-05:00 http://www.primothemes.com/forums/viewtopic.php?t=87&p=368#p368 <![CDATA[Re: Fatal Activation Error]]> Statistics: Posted by HTMwebrat — May 16th, 2010, 12:57 am


]]>
2010-05-15T17:13:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=87&p=364#p364 <![CDATA[Fatal Activation Error]]>
I tried to install the plugin both from Wordpress and with the download from your site. Every time I activated the plugin I got this:

Fatal error: Call to undefined function wp_salt() in /.../wp-content/plugins/s2member/includes/functions/utilities.inc.php on line 203

Even more, after the activation all what I'm getting of my blog and administration is the error page, like it blocks my access to everything else. I can access my blog only after I delete the plugin.

Can you please, help me with this and tell me what I should do with that wp_salt error? Your help would be greatly appreciated... I could really use the plugin.

Thank you!

Statistics: Posted by floriana — May 15th, 2010, 5:13 pm


]]>