1
Decided to bag xt_conteudo for tinycontent
Now I am having problems with this module.
Again, any help would be appreciated.
XOOPS v2.0.7.3
phpinfo
http://munyak.com/phpinfo.phptinycontent v1.5
Warning [PHP]: main(): Unable to access ../../../../../mainfile.php in file modules/tinycontent/admin/spaw/config/spaw_control.config.php line 14
Warning [PHP]: main(../../../../../mainfile.php): failed to open stream: No such file or directory in file modules/tinycontent/admin/spaw/config/spaw_control.config.php line 14
Warning [PHP]: main(): Failed opening '../../../../../mainfile.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file modules/tinycontent/admin/spaw/config/spaw_control.config.php line 14
Notice [PHP]: Use of undefined constant imagecategory - assumed 'imagecategory' in file modules/tinycontent/admin/spaw/config/spaw_control.config.php line 70
The directory structure is like this
public_html/
Xoops/
modules/
tinycontent/
admin/
spaw/
config/
spaw_control.config.php
The line of code are
(14) include '../../../../../mainfile.php';
(70) $result = $xoopsDB->query("SELECT imgcat_name, imgcat_id, imgcat_storetype FROM ".$xoopsDB->prefix(imagecategory)." ORDER BY imgcat_name ASC");