
02-19-2009, 02:09 PM
|
 |
|
|
Join Date: Nov 2006
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by davidw
For example, somewhat edited, here is mine:
chdir('/home/xxxxxxx/christianboards/forums/');
This is my /path/to/my/forums/ since searchresults.php is located at forums/searchresults.php
You will never use a file in a path (a path is a directory). In your case, try taking out searchresults.php from your path.
chdir('/home/public_html/');
It has to be the full path to your searchresults.php, but don't include the file itself. Hope that helps 
|
It would be really helpful if you would fix the following: - Update "Step 1" to state the above instead of putting a "http" example and giving us a headache. I follow good instructions and shouldn't have to read the whole thread. Over half of the problems in this thread are problems as a result.
- In the admincp instructions, add partner- before pub-
- Also, how about zipping up those files and making one download.

|