tony_h@xXx
06-13-2006, 07:50 PM
I have my class created, it shows up in Nodeworx, and in Siteworx. Upon installation, right after you enter in a directory. I get the following error
Fatal error: Call to undefined function: _validateadminoptions() in /usr/local/interworx/include/scriptworx/Sunshop.php on line 157
On this line, which is in the function
$admin_ok = $this->_validateAdminOptions( $input );
Not sure what the problem is, but it says that function is not defined. This should be defined in the Script class if I am correct. I have extended this class in my class, and the constructor for parrent::Script seems to work fine, so I am not sure what the next step would be. Any iworx peeps have any insight? My class isn't too complicated yet, I was just trying to get something to work. I wanted to get this working before hosting con next month guys.
Fatal error: Call to undefined function: _validateadminoptions() in /usr/local/interworx/include/scriptworx/Sunshop.php on line 157
On this line, which is in the function
$admin_ok = $this->_validateAdminOptions( $input );
Not sure what the problem is, but it says that function is not defined. This should be defined in the Script class if I am correct. I have extended this class in my class, and the constructor for parrent::Script seems to work fine, so I am not sure what the next step would be. Any iworx peeps have any insight? My class isn't too complicated yet, I was just trying to get something to work. I wanted to get this working before hosting con next month guys.