mousehunt Posted May 23, 2003 Posted May 23, 2003 I grabbed the recent CVS download today. Following the install documentation, I successfully ran thru http://127.0.0.1/shop/catalog/install/index.php Once completion, I am redirect to the catalog start page http://127.0.0.1/shop/catalog/default.php which yields a blank page with several errors. Warning: Variable passed to reset() is not an array or object in includes/classes/sessions.php on line 194 Warning: Variable passed to each() is not an array or object in includes/classes/sessions.php on line 194 HTTP/1.1 200 OK Date: Fri, 23 May 2003 21:01:44 GMT Server: Apache/1.3.4 (Unix) PHP/3.0.7 Keep-Alive: timeout=15, max=98 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html 92 Fatal error: Call to unsupported or undefined function is_numeric() in includes/functions/general.php on line 1190 Any suggestions?
mousehunt Posted May 23, 2003 Author Posted May 23, 2003 I reran the install script to create a new installation. This time I selected to import the tables to the database which was successful. I also selected to save session variables to the database. Now when I run http://127.0.0.1/shop/catalog/admin/index.php, I receive the error Fatal error: Call to unsupported or undefined function tep_rand() in includes/classes/sessions.php on line 445 when I run http://127.0.0.1/shop/catalog/default.php, I receive the error Fatal error: Call to unsupported or undefined function is_numeric() in includes/functions/general.php on line 1190 when I run http://127.0.0.1/shop/documentation/index.php, I receive Fatal error: Call to unsupported or undefined function session_name() in includes/global.php on line 13 when I run
Recommended Posts
Archived
This topic is now archived and is closed to further replies.