View Single Post
  #202  
Old 09-28-2014, 01:04 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,260
IntoRain is on a distinguished road
Default

Ran into this during a new installation in x10hosting. Script works fine in my old account, but not on this new one. Has anything been found about it?

----

Alright, I think I found the problem. I echo'd the root and it was giving me /usr/local/apache/htdocs/ instead of /home/_name_/public_html/

In class_path.php, instead of this line:

PHP Code:
$this->root getenv('DOCUMENT_ROOT').SCRIPTPATH."/"
put this:

PHP Code:
$this->root "/home/_name_here_/public_html/"
__________________


asp.net stole my soul.

Last edited by IntoRain; 10-01-2014 at 10:02 PM.