Upload problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Upload problems

Post by user___ »

Hi guys,
I have been trying to set my application on a remote server for several hours but I have the same error all the time. So I have the www folder(the visible one) inb which I have an index.php file which calls a .conf file which is located one level up www so it is not visisble. In this .conf file I call document_root variable and then put the name of my classes folder which is outside the www folder too. After trying anything I still have the error which tells me that I had specified an invalid path.

File structure
+www
-index.php
+classes
All classes
+conf
.conf file

How to fix this?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

How to post error and code?
Post Reply