Results 1 to 4 of 4

Thread: Fatal Error...help Me!!!

  1. #1
    Join Date
    May 2005
    Posts
    1

    Default Fatal Error...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!!!

  2. #2
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    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.

    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";

    ?>
    If it is not the path, you could try deleting INDEXU from your server and re-installing. Maybe a file was corrupted.

    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."

    .

  3. #3
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    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.

  4. #4
    Join Date
    Apr 2003
    Location
    Atlanta GA
    Posts
    3,395

    Default

    Quote Originally Posted by dody
    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?


    .
    esm
    "The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

    .

Similar Threads

  1. Replies: 5
    Last Post: 04-20-2004, 09:31 AM
  2. Replies: 6
    Last Post: 09-11-2003, 08:00 AM
  3. Fatal Error
    By Rob Picken in forum v5.x
    Replies: 3
    Last Post: 09-08-2003, 06:24 AM
  4. Replies: 4
    Last Post: 06-11-2003, 04:47 PM
  5. Fatal error: Call to a member function...
    By edexly25 in forum v5.x
    Replies: 0
    Last Post: 03-27-2002, 07:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •