1
blackrx
MastopGo2 & XOOPS 2.5.9
  • 2017/6/21 23:17

  • blackrx

  • Quite a regular

  • Posts: 227

  • Since: 2008/2/5 1


Im Testing this on wamp

Mastop Go2 1.02 Final
XOOPS Version XOOPS 2.5.9-RC1
PHP Version 5.6.25
mySQL Version 5.7.14

in admin i received fatal error for this page
modules/mastop_go2/admin/go2.php
Fatal error: Call to undefined method MastopFormSelectImage::XoopsFormSelect() in D:\wamp\www\xoops\modules\mastop_go2\class\formimage.php on line 38

2
zyspec
Re: MastopGo2 & XOOPS 2.5.9
  • 2017/6/22 21:48

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


This is caused because MastopGo2 uses the PHP4 class construct method(s) instead of using the PHP5 __construct() method. The PHP4 access method was removed in the XoopsFormSelect class in XOOPS 2.5.9. This particular problem can be resolved by replacing line 38 in ./class/formimage.php.
Change from:
$this->XoopsFormSelect($caption$name$value);

with:
parent::__construct($caption$name$value);

3
Mamba
Re: MastopGo2 & XOOPS 2.5.9
  • 2017/6/24 6:09

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Mastop Go2 1.04 RC2
https://github.com/XoopsModules25x/mastop_go2
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

Login

Who's Online

106 user(s) are online (70 user(s) are browsing Support Forums)


Members: 0


Guests: 106


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits