|
#1
|
|||
|
|||
|
I've tried everything to get wwwboard to work but it just doesn't: the specific problem that I'm having is that when I try to post a message it comes back with "No such file or folder exists on line 266" (line 266 is "open(NEWFILE,">$basedir/$mesgdir/$num\.$ext") || die $!;" with the variables defined it comes out to "/public_html/wwwboard/messages/0.html") Everything is set to the correct permissions (cgi scripts are 755 and are in scgi-bin, data.txt, wwwboard.html, and messages are all set to 777)
I've replaced line 266 with a direct path to the correct file, but it still halts at that line. Well anyway, tell me how much of an idiot I am. |
|
#2
|
||||
|
||||
|
Have you tried using /home/username/public_html/wwwboard/ as the direct address of the folder using the $basedir variable? Looks like it may be set to /public_html/.
Last edited by GvilleRick; 12-06-2007 at 08:08 PM. |
|
#3
|
|||
|
|||
|
Oh my word, I am such an idiot. I guess I was thinking that the path was /public_html/wwwboard/ I don't know why though, I even use a Linux box as my main workstation.
|
|
#4
|
||||
|
||||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|