Hi,
i have install INDEXU on my server but it not function!!
Fatal error: Call to undefined function: adoloadcode() in c:\hosting\directorygratis.it\wwwroot\application. php on line 157
![]()
HELP ME!!!
Hi,
i have install INDEXU on my server but it not function!!
Fatal error: Call to undefined function: adoloadcode() in c:\hosting\directorygratis.it\wwwroot\application. php on line 157
![]()
HELP ME!!!
about 99% (make that 110%) of all new installation problems are due to path problems. But the error message suggests that yours may have a chance of being the exception.
I would start by checking your paths. Then check them again. Then check with your host and get the path from them.
Here is a little file that will give you the path. Copy it to your favorite ASCII text editor. Upload it to the same folder that has the application.php file. Run it in your browser.
If it is not the path, you could try deleting INDEXU from your server and re-installing. Maybe a file was corrupted.PHP Code:<?php
if (empty($this_path)){
if (!empty($_SERVER['PATH_TRANSLATED']))
$location_of_script = dirname($_SERVER['PATH_TRANSLATED']);
elseif (!empty($_SERVER['SCRIPT_FILENAME']))
$location_of_script = dirname($_SERVER['SCRIPT_FILENAME']);
else
$location_of_script = getcwd();
}
print "<br>your path is: $location_of_script";
?>
INDEXU has been installed thousands of times with no problems. If it is not working on your server, then the chances are either something is wrong with the way you installed it or something is wrong with the server.
Or send an email to support@nicecoder.com and ask for assistance.
Good Luck...!![]()
.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
The problem is solved. It's caused by windows server, it doesn't allow to write file to application.php, the permission is not correctly setup.
Would an error message have been generated during the installation process as a result of not being able to write to the application.php file?Originally Posted by dody
.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.