Jump to content

abb136

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by abb136

  1. I using the latest version thats include the modification for php 5.5, add static word in the declaration of function.

    I get these errors:

    Strict Standards: Non-static method PopUpNewsData::get_news_list() should not be called statically in /var/www/vhosts/...../core/modules/PopUpNews/PopUpNews.php on line 31

    Fatal error: Using $this when not in object context in /var/www/vhosts/....../core/modules/PopUpNews/PopUpNews.php on line 33

    If you go to my GitHub page and download the tip version and not the release it has the fixes in it, or you can look at the last commit and make the changes to your files. It is an error produces from using later versions of PHP.

    https://github.com/D...hpVMS-PopUpNews

  2. Tom, can you make an update to run in phpvms 5.5 released by simpilot to run in php 5.5 an up?, i have errors when ru in this environment by the problems using the reserved word this--> in the php 5.4 environment.

    Regards

    • Like 1
  3. Using the module in phpVMS 5.5 from simpilot, have the same error, if revert to php 5.2, runs fine, anyone expert in php have an idea to resolve this issue, i think the problem it's by the use of the revserved word this--> changed in php 5.4

    Regards

    Well i saw some one got this error but no one answered it... Now im getting this error on a fresh install of phpvms.. assuming i was using the new version of PopUpNews not compatible with my phpvms i changed it to 2.1 popupnews and im getting this

    Strict Standards: Non-static method PopUpNews::PopUpNewsList() should not be called statically, assuming $this from incompatible context in /home3/vdelta/public_html/lib/.../frontpage_main.tpl on line 231
    
    Strict Standards: Non-static method PopUpNewsData::get_news_list() should not be called statically, assuming $this from incompatible context in /home3/vdelta/public_html/core/modules/PopUpNews/PopUpNews.php on line 31

    Ive never had problems with this before so i dont quite understand what went wrong... or where it went wrong

    Any help anyone?

    Much appreciated!

×
×
  • Create New...