flyalaska Posted September 28, 2015 Report Posted September 28, 2015 I get this error when manually installed Pop Up News module. Fatal error: Using $this when not in object context in /home/flyaka/public_html/core/modules/PopUpNews/PopUpNews.php on line 33 phpVMS Version - Extended Version 1.3 php Version - 5.4.45 Quote
Administrators simpilot Posted September 29, 2015 Administrators Report Posted September 29, 2015 If you are using the version from GitHub try removing the static definition from the function on line 33 and see what you get. I am guessing you will get "ERROR: Calling non-static function as static" The module needs to be updated to work with later versions of PHP. You may want to try this also -> http://forum.phpvms.net/topic/7415-simplenews/ <- I do not know if it is compatible either. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.