hello, (i'm working a lot on WSN, huh?) here is my problem : unidentified, i access to mysite/wsnlinks/index.php : correct then i get also the identification window login, password, confirmation --> i get this kind of url : http: //www.mysite.com/wsnlinks/www.mysite.com/wsnlinks/Warning:%20filesize():%20Stat%20failed%20for%20/MyRealPath/wsnlinks/admin/index.php?
i replace it in the browser by http: //www.mysite.com/wsnlinks316/admin and i obtain a two part window , the same than the real index.php, but instead of the menu i get at left : "File Not Found The requested URL was not found on this server." and same message instead the main part at right.
so, i try something else : http: //www.mysite.com/wsnlinks316/admin/language.php (and some others) and i get the right one !!!
i have tried to change index.php --> no change
What could i do, please ?
Charles
PS : some hours ago, i have to fight (yes !) against the image upload path in which the path had no more "/"
Well, your directory url (and possibly file path) must be set wrong. Change via admin/prefs.php?section=server , phpmyadmin or the config.php override method. Though i've actually never seen them removed from a directory url, only from the file path.
Comments on admin crash
Experienced
Usergroup: Customer
Joined: Oct 21, 2003
Total Topics: 21
Total Comments: 53
hello,
(i'm working a lot on WSN, huh?)
here is my problem :
unidentified, i access to mysite/wsnlinks/index.php : correct
then i get also the identification window
login, password, confirmation -->
i get this kind of url :
http: //www.mysite.com/wsnlinks/www.mysite.com/wsnlinks/Warning:%20filesize():%20Stat%20failed%20for%20/MyRealPath/wsnlinks/admin/index.php?
i replace it in the browser by
http: //www.mysite.com/wsnlinks316/admin
and i obtain a two part window , the same than the real index.php, but instead of the menu i get at left :
"File Not Found The requested URL was not found on this server."
and same message instead the main part at right.
so, i try something else :
http: //www.mysite.com/wsnlinks316/admin/language.php
(and some others)
and i get the right one !!!
i have tried to change index.php --> no change
What could i do, please ?
Charles
PS : some hours ago, i have to fight (yes !) against the image upload path in which the path had no more "/"
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Well, your directory url (and possibly file path) must be set wrong. Change via admin/prefs.php?section=server , phpmyadmin or the config.php override method. Though i've actually never seen them removed from a directory url, only from the file path.
Experienced
Usergroup: Customer
Joined: Oct 21, 2003
Total Topics: 21
Total Comments: 53
i now have :
Directory url :
http ://www.mysite.com/wsnlinks
instead of http:www.mysite.com/wsnlinks
admin directory :
admin
(and file upload path the one indicated clearly "/MyRealPath/wsnlinks/attachments/")
and it's allright !
Thanks a lot
Funny this "/"-pacman !?
Charles
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
As far as I can tell, /s remove themselves on some server crashes. Though setting it in the config.php can prevent that.
Experienced
Usergroup: Customer
Joined: Oct 21, 2003
Total Topics: 21
Total Comments: 53
what would be the way for setting it ?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
scripts.webmastersite.net/w...articles/Configphp-78.html
Experienced
Usergroup: Customer
Joined: Oct 21, 2003
Total Topics: 21
Total Comments: 53
Thank you
CC