1
Hello,
I am testing mastop_go_2 v 1.04
from
https://sourceforge.net/projects/xoops/files/XOOPS%20Module%20Repository/XOOPS2/MastopGo2/On Spothlight page i get:
Fatal error: Call to undefined method MastopFormSelectImage::XoopsFormSelect() in C:xampphtdocsxops258testmodulesmastop_go2classformimage.php on line 36
The issue:
* When I go to create a spotligh I get a page without the header and not way to add a spotlight.
I disabled the line as indictated in the error above for this page:
line line 36 which is
$this->XoopsFormSelect($caption, $name, $value);
then everything else works including adding a slide, however, the address for the image is not stored in the
the datbase "go2_30_imagem" field, i checked the database it is empty after I create a spotlight.
and also get "Notice: Array to string conversion in file
/modules/mastop_go2/class/mastop_geral.class.php line 480"
Any fix is welcome.