3
Yes, I've seen the other ed2k one and it's not what I need, but I guess it will work in a pinch, I would like to get this one limping along, if I can...
I adjusted the index.php to include mainfile.php rather than header.php and it now causes no debug errors.
Quote:
Remember a couple of things, this module proberly requires register_globals on, and after the normal XOOPS install, you also have to run modules/myed2kfiles/admin/install.php for creating tables.
Yes, now I have run install.php and it asks if I want the tables created filled or empty with a start button which runs createtable.php... but getting some debug stuff at the bottom during those:
Notice [PHP]: Use of undefined constant _ADMINMENU - assumed '_ADMINMENU' in file modules/myed2kfiles/admin/install.php line 20
Notice [PHP]: Undefined variable: act in file modules/myed2kfiles/admin/install.php line 22
Notice [PHP]: Undefined variable: act in file modules/myed2kfiles/admin/install.php line 40
Notice [PHP]: Undefined variable: act in file modules/myed2kfiles/admin/install.php line 52
Notice [PHP]: Undefined variable: act in file modules/myed2kfiles/admin/install.php line 64
Notice [PHP]: Undefined variable: act in file modules/myed2kfiles/admin/install.php line 125
Notice [PHP]: Undefined variable: tabletype in file modules/myed2kfiles/admin/createtable.php line 62
Is this to do with register_globals? What's that, and how do I turn it on?