JamesThePanda Posted June 17, 2009 Share Posted June 17, 2009 Hi Does anyone know what the public web directory is for go daddy? Im trying to install a script on Go Daddy servers and they dont have cpanel Can Some one help Thanks James Link to comment https://forums.phpfreaks.com/topic/162492-what-the-public-web-directory-for-go-daddy/ Share on other sites More sharing options...
MadTechie Posted June 17, 2009 Share Posted June 17, 2009 isn't it from the top level http://help.godaddy.com/article/1361 if not try wwwroot or public_html Link to comment https://forums.phpfreaks.com/topic/162492-what-the-public-web-directory-for-go-daddy/#findComment-857660 Share on other sites More sharing options...
JamesThePanda Posted June 17, 2009 Author Share Posted June 17, 2009 Hi Thanks for your reply this is the error I get Warning: session_start() [function.session-start]: open(http://www.pocketpull.com/temporary/sessions\sess_r4dtlhtiffdgvnhaeiuqe1bek1, O_RDWR) failed: Invalid argument (22) in D:\Hosting\4529372\html\include\config.php on line 16 Warning: require_once() [function.require-once]: URL file-access is disabled in the server configuration in D:\Hosting\4529372\html\include\config.php on line 43 Warning: require_once(http://www.pocketpull.com/smarty/libs/Smarty.class.php) [function.require-once]: failed to open stream: no suitable wrapper could be found in D:\Hosting\4529372\html\include\config.php on line 43 Fatal error: require_once() [function.require]: Failed opening required 'http://www.pocketpull.com/smarty/libs/Smarty.class.php' (include_path='.;C:\php5\pear') in D:\Hosting\4529372\html\include\config.php on line 43 Warning: Unknown: open(http://www.pocketpull.com/temporary/sessions\sess_r4dtlhtiffdgvnhaeiuqe1bek1, O_RDWR) failed: Invalid argument (22) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (http://www.pocketpull.com/temporary/sessions) in Unknown on line 0 The line in the script is : $config['basedir'] = '/home/username/public_html'; Thanks James Link to comment https://forums.phpfreaks.com/topic/162492-what-the-public-web-directory-for-go-daddy/#findComment-857693 Share on other sites More sharing options...
MadTechie Posted June 17, 2009 Share Posted June 17, 2009 try $config['basedir'] = ''; or $config['basedir'] = '/'; Link to comment https://forums.phpfreaks.com/topic/162492-what-the-public-web-directory-for-go-daddy/#findComment-857718 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.