Hi, I just installed Mailpress (huge file!) and I activated it but I got an error:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_CONST, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homez/mysite/www/wp-content/plugins/mailpress/MailPress.php on line 17
Do you know why I can't activate Mailpress?
Thanks for your help!
http://wordpress.org/extend/plugins/mailpress/
Hi, just so you know, Alphawolf, from another thread, found the solution. I knew the plugin required PHP5 to run but I thought my provider was using (by default) PHP5. But it doesn't, I had to put some stuff in my .htaccess to use PHP5.
The plugin is working great so far and I'm very happy. :)
lostinbits
Member
Posted 1 year ago #
Hello Alkorr
got the same problem here
What is it you have to add to .htaccess?
Like to see the plugin working too to get very happy :)
Hi lostinbits, I added:
SetEnv PHP_VER 5
And that's it! :)