Menu

#7 AddOn Installib.php

open
nobody
None
5
2001-07-27
2001-07-27
Anonymous
No

I didn't get to install the AddOn in my phpnuke site
because the installib.php didn't count the variables
called start, startnew and startadd because they was
not declared as global in the functions called
DataOldCheck(), DataAddOnCheck() and DataNewCheck. Put
one line like

Global start;

in the first line after declaring a function and
installer.php file run.

My phpversion is 3.0.17.

[]

Discussion


Log in to post a comment.