|
|
| Author |
Message |
ronel
Joined: 09 Jan 2005 Posts: 2
|
Posted: Sun Jan 09, 2005 9:35 am Post subject: Server timed out?? |
|
|
| When trying to downlaod the set up and new pass word for the counter area it says Server Timed out try again later? Is this a common occurance? |
|
| Back to top |
|
 |
ronel
Joined: 09 Jan 2005 Posts: 2
|
Posted: Sun Jan 09, 2005 10:29 am Post subject: Data Timed Out! |
|
|
| the above thread should read DATA timed out and not the Server! Thanks |
|
| Back to top |
|
 |
admin Site Admin
Joined: 10 Dec 2003 Posts: 70
|
Posted: Thu Jan 13, 2005 11:14 pm Post subject: |
|
|
This is most likely called because of some simple error the L10HC_Admin.php script is throwing. The Reporter gets all it's data from the L10HC_Admin.php script. So the key is being able to see the response the script is giving.
When the Reporter first initializes it makes two request of the L10HC_Admin script:
| Code: | | [yourdomain]/L10HC_Admin.php?action=initAdmin&acct=&sesID=0&pw=&ts= |
| Code: | | [yourdomain]/L10HC_Admin.php?action=summary&acct=&sesID=0&pw=password&ts=1 |
Try calling the script directly by entering those URLs into your browser (replace yourdomain with the path to the L10Apps directory, e.g. http://www.levltendesign.com/L10Apps/ if you have set a password, change the password in pw=password to the one you set)
One of these calls should return a PHP error, telling you what needs to be fixed.
The problem is typically that the script does not have permission to write to a specific file, and thus you need to change that file's permission. |
|
| Back to top |
|
 |
ndiniz
Joined: 01 Dec 2004 Posts: 13
|
|
| Back to top |
|
 |
|