web1868 Posted March 31, 2014 Share Posted March 31, 2014 hi i uploaded a website using the includes infrastructure exampled in this book my base uri for xamp is define ('BASE_URI', '/C:xamp/htdocs/'); and it works fine but im using filezilla to upload folders to my site hosting on go daddy and when i use my httpdocs path define ('BASE_URI', '/httpdocs/'); i get this error: PHP Fatal error: require(): Failed opening required '/httpdocs/mysql.inc.test.php' (include_path='.;.\includes;.\pear') in G:\PleskVhosts\axebs.com\httpdocs\index.php on line 16 any tips on what i need to set my path to to work on filezilla?? Link to comment Share on other sites More sharing options...
HartleySan Posted March 31, 2014 Share Posted March 31, 2014 Do you have cPanel or some other control panel that lists the base path to your doc root? Link to comment Share on other sites More sharing options...
Larry Posted April 1, 2014 Share Posted April 1, 2014 It looks like G:\PleskVhosts\axebs.com\httpdocs would be the base URL to the web document root. Link to comment Share on other sites More sharing options...
Recommended Posts