| Author |
|
robertm New User

Joined: May/04/2007 Location: Canada
Online Status: Offline Info: 2
|
| Added: May/04/2007 at 12:59pm | IP Logged
|
|
|
I haven't changed the permissions since installation and everything's been working fine. But now when I try to show 500 per page, and I click on the next page, I get about half of the 500 that should be there and the following error:
Scripting.FileSystemObject error '80040401'
Permission Denied
/password_admin/default.asp, line 264
|
| Back to Top |
|
| |
cwilliams Admin Group

CJWSoft Web Software Developer
Joined: April/06/2004
Online Status: Offline Info: 1769
|
| Added: May/04/2007 at 1:07pm | IP Logged
|
|
|
since that line of code is as follows..
If fsoObject.FileExists(UserPicDirectory & CmdListUsers("Username") & ".jpg") Then
that tells me that you're using picture uploading but proper permissions have not been set on the picture upload folder..
either that or the filesystem object has been disabled on the server..
one or the other... disable picture uploading.. if the error goes away that proves it
__________________
Best Regards,
Christopher Williams
www.CJWSoft.com
|
| Back to Top |
|
| |
robertm New User

Joined: May/04/2007 Location: Canada
Online Status: Offline Info: 2
|
| Added: May/04/2007 at 1:11pm | IP Logged
|
|
|
That worked - disabling picture uploading. Thanks!
|
| Back to Top |
|
| |