Topic RSS
2:17 pm
May 7, 2012
OfflineHi,
I've installed IWP into a subdir of my docroot : /srv/www/htdocs/wwwdev5/infinitewp/
I've installed IWP Client plugin too
I want to add a test site from my wwwdev5 server (the same as where my IWP admin is installed). It's an OpenSUSE 11.4 with ZendServer 5.5 installed and default Apache instance.
I've tried many times, deactivated and reactivated wp plugin and always got an 'Invalid message signature' error
I've take a look at the source code, but openssl_verify seems to be 'activated' on the server.
What can I do?
Thx btw for this beautiful piece of code !
Frédéric
2:00 pm
January 6, 2012
OfflineThe server had openSSL but it wasn't configured properly.
So the openSSL was manually disabled.
To manually disable openSSL
1) Edit the /controllers/manageClientsSites.php file in your IWP admin panel
2) Change the line
if (function_exists('openssl_verify')) {
to
if (function_exists('openssl_verify') && 1 != 1) {
We will be adding an option in the settings to enable or disable openSSL soon.
Thanks
David.
Most Users Ever Online: 50
Currently Online: iradecram
3 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
ovidiu: 125
Joe Harkins: 66
The Hack Repair Guy: 66
johno69: 57
nightrider: 49
MarciaH: 49
myallenmedia: 47
WebEndev: 44
iohannis: 39
s3: 35
Forum Stats:
Groups: 2
Forums: 18
Topics: 1189
Posts: 5449
Newest Members: mattseymour, dmanek, tlyons, grovesdm, RonaldRaygun, simplusgroup, ten80snowboarder, dauidus, spaidenterprises, chrisbrock54
Moderators: Danny159 (320)
Administrators: Support (1673), Support (15)
Log In
Register
Home


1:05 pm
January 6, 2012
Hi,
Have sent you an email regarding this.
Thanks
David.