IMpure Posted April 22, 2006 Posted April 22, 2006 I am setting up a new site. Initially, It gave me really tough time to workaround the issue of register_globals. After reading some posts here, I created a file named php.ini with following code in it:- register_globals="On" I have got access to admin panel and had set it up as it suits me. Now when I attempt to catalog folder, it gives me this error:- Fatal error: Call to undefined function efine() in /home/motofast/public_html/catalog/includes/languages/english.php on line 303 Any suggestion? To be or not to be, that is the question!
IMpure Posted April 23, 2006 Author Posted April 23, 2006 yet no response folks??????????????? To be or not to be, that is the question!
♥Vger Posted April 23, 2006 Posted April 23, 2006 'efine' should be 'define' You're not the only person who's had this problem of the missing 'd' recently. If you are using an automated install of osCommerce from your hosting company then get on to them and tell them they have a problem. Vger
IMpure Posted April 24, 2006 Author Posted April 24, 2006 Thanks but i have resolved this issue. In my local copy of OsCommere, 'd' out of 'define' was not missing but the copy of the same file was giving error on the server. I uploaded many times my local copy of the same but all in vain so I did this:- 1.) Changed ther permission to 777 of the file which was giving error 2.) Reviewed the line where it was encountering error 3.) I found there that 'd' was actually missed. I edited it and uploaded that file to server and the problem resolved. To be or not to be, that is the question!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.