1 of 2
1
System Folder Error
Posted: 23 May 2010 03:35 PM   [ Ignore ]  
Summer Student
Total Posts:  12
Joined  05-20-2010

Attempting to install EE on a GoDaddy account for a client. Yes, Godaddy is painful, but it is what the client has. Anyways, I’m receiving the error message

Error: Unable to locate the directory you submitted.

The directory exists. I can navigate to the directory on the domain.

The install is listed as such.

domain.com/install.php
domain.com/system/

Any help? Installed like a dream on Bluehost, just not with GoDaddy so far.

Profile
 
 
Posted: 23 May 2010 04:15 PM   [ Ignore ]   [ # 1 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  5126
Joined  06-20-2005

Hi Bearfoot,

Is this a Windows server or a Linux one?

Cheers

Greg

 Signature 

   Purple Dogfish | Member of EE Pro Network | Follow me on Twitter

Profile
MSG
 
 
Posted: 23 May 2010 04:26 PM   [ Ignore ]   [ # 2 ]  
Summer Student
Total Posts:  12
Joined  05-20-2010

Windows based.

Profile
 
 
Posted: 23 May 2010 05:25 PM   [ Ignore ]   [ # 3 ]  
Chancellor's Fellow
Avatar
RankRankRankRankRankRankRankRank
Total Posts:  30388
Joined  04-29-2002

Have the client switch their hosting over to the Linux version of GoDaddy hosting.

Profile
MSG
 
 
Posted: 23 May 2010 05:41 PM   [ Ignore ]   [ # 4 ]  
Summer Student
Total Posts:  12
Joined  05-20-2010

There’s already a large amount of data on the server. It’s a site redesign. I’m assuming there would be significant loss by doing that.

Profile
 
 
Posted: 23 May 2010 05:44 PM   [ Ignore ]   [ # 5 ]  
Chancellor's Fellow
Avatar
RankRankRankRankRankRankRankRank
Total Posts:  30388
Joined  04-29-2002

Depends. Is this a static site, or were they using .asp or a database at all?

Profile
MSG
 
 
Posted: 23 May 2010 06:20 PM   [ Ignore ]   [ # 6 ]  
Summer Student
Total Posts:  12
Joined  05-20-2010

Dynamic site, using ASP.

Profile
 
 
Posted: 24 May 2010 01:24 AM   [ Ignore ]   [ # 7 ]  
Professor
Avatar
RankRankRankRankRankRankRank
Total Posts:  14993
Joined  03-22-2004

Bearfoot,

Ok before going any further give our Server Wizard a run

Profile
 
 
Posted: 24 May 2010 01:41 AM   [ Ignore ]   [ # 8 ]  
Summer Student
Total Posts:  12
Joined  05-20-2010

Results:

PHP Version 4.1 or greater   required   Yes
MySQL Support in PHP   required   Yes
URL Segment Support   suggested   No
CAPTCHAs feature and watermarking in Image Gallery   suggested   Yes
Ability to send Pings and Trackbacks   suggested   No
Image Thumbnailing using GD, GD2, Imagemagick or NetPBM   suggested   Yes
GIF Image Resizing Using GD (or GD 2)  optional   Yes
JPEG Image Resizing Using GD (or GD 2)  optional   Yes
PNG Image Resizing Using GD (or GD 2)  optional   Yes
Built in Spellchecker   optional   No

So it seems it should be possible.

Profile
 
 
Posted: 24 May 2010 01:57 AM   [ Ignore ]   [ # 9 ]  
Professor
Avatar
RankRankRankRankRankRankRank
Total Posts:  14993
Joined  03-22-2004

Bearfoot,

When do you get that error? After being asked for your system directory name?

Profile
 
 
Posted: 24 May 2010 10:33 AM   [ Ignore ]   [ # 10 ]  
Summer Student
Total Posts:  12
Joined  05-20-2010

I am asked for the system directory name. I go to continue and that error pops up at the top. I can manually navigate to the system directory, so I know the location is correct.

Profile
 
 
Posted: 24 May 2010 04:23 PM   [ Ignore ]   [ # 11 ]  
Chancellor's Fellow
Avatar
RankRankRankRankRankRankRankRank
Total Posts:  33338
Joined  05-15-2004

Have you renamed your system directory? This needs to be a full server path, what are you using?

Profile
MSG
 
 
Posted: 25 May 2010 11:10 PM   [ Ignore ]   [ # 12 ]  
Summer Student
Total Posts:  12
Joined  05-20-2010

No I have not renamed it. I leave it as complete default. Getting rather frustrating, especially since I paid for the commercial license.

Profile
 
 
Posted: 26 May 2010 01:38 AM   [ Ignore ]   [ # 13 ]  
Professor
Avatar
RankRankRankRankRankRankRank
Total Posts:  14993
Joined  03-22-2004

Bearfoot,

Yes in General GoDaddy and Windows is not a great combo. But as you are locked into that combo lets do our best to get you up and running.

First thing is. Check with your host and see if you have safe_mode on or off.

Also create a new file and call it directory-test.php. Add the following to it assuming system is the name of your system directory

<?php
$dir 
'.\system';
if (
$d opendir($dir))
{
echo 'is good';
closedir($d);
}
else
{
echo 'is bad';
}
?> 

What is your server path? You can PM me the path if you don’t feel comfortable adding it here

Profile
 
 
Posted: 27 May 2010 11:21 AM   [ Ignore ]   [ # 14 ]  
Summer Student
Total Posts:  12
Joined  05-20-2010

Looks like my previous post never got posted, and my message never sent.

I did this and received ‘is bad’ as an echo

Resending the path to you via PM

Profile
 
 
Posted: 27 May 2010 11:24 AM   [ Ignore ]   [ # 15 ]  
Summer Student
Total Posts:  12
Joined  05-20-2010

His inbox is apparently full. Any other mods I can PM my server path info to?

Profile
 
 
Posted: 27 May 2010 11:43 AM   [ Ignore ]   [ # 16 ]  
Professor
Avatar
RankRankRankRankRankRankRank
Total Posts:  14993
Joined  03-22-2004

Bearfoot,

I received your PM and left details for the next TSS for their shift to come back to you.

Can you respond regarding the safe_mode question?

Profile
 
 
Posted: 27 May 2010 11:45 AM   [ Ignore ]   [ # 17 ]  
Summer Student
Total Posts:  12
Joined  05-20-2010

No problem, I’ll contact the host about that since its not something I’m familiar with. I’m assuming we want safe mode ‘off’  ?

Profile
 
 
Posted: 27 May 2010 02:28 PM   [ Ignore ]   [ # 18 ]  
Chancellor's Fellow
Avatar
RankRankRankRankRankRankRankRank
Total Posts:  33338
Joined  05-15-2004

Yes; just let us know what you find out, please.

Profile
MSG
 
 
   
1 of 2
1