Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    Technical Support    Install Issues  ›  I need some help on installing the forum
Users Browsing Forum
No Members and 1 Guests

I need some help on installing the forum  This thread currently has 8,463 views. Print
1 Pages 1 Recommend Thread
eneas44
May 18, 2008, 8:12pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 2
Posts Per Day: 0.02
Time Online: 1 hours 28 minutes
Hi to everybody,

I am a new user of Eblah; I follow all the steps explain in this link to upload my forum:
http://www.blahdocs.com/Performing_a_new_installation_of_E-Blah

I did everything very carefully; I did the upload with Filezilla, choosing the transfer for the forum in ANSCII mode, and the blahdocs directory in binary mode, in the specific folders (cdi-bin, and htdocs respectively)... them I set the permissions of the directories and files required with CHMOD.
Finally, I put on the web browser this address (the name of my web site):
http://www.reinventate.com.ar/cgi-bin/forum/Setup.pl
And this is what I get!

Not Found

The requested URL /cgi-bin/forum/Setup.pl was not found on this server.

Does somebody could help me to know what happen? Did I make something wrong?
Thank you very much for all your support,

Marisa
Logged Offline
Private Message Private message
iCONICA
May 18, 2008, 9:36pm Report to Moderator Report to Moderator

E-Blah Member
Posts: 461
Gender: Male
Posts Per Day: 2.05
Reputation: 94.74%
Reputation Score: +18 / -1
Time Online: 9 days 1 hours 6 minutes
Location: Manchester UK
There really isn't much else a 404 error can mean other than "its not there" Errors like a 500 error can mean a few things, but 404 has one cause. It simply isn't there.

Check you uploaded the files rather than just importing them to FileZilla. Then check your path, check and check again. Remember it is case sensitive on Linux servers, everything after your base url http://www.reinventate.com needs to be the correct case or you'll see a 404.

Check that first because it's usually something very simple. also, try putting an image/photo in the same directory as Setup.pl and try to view the photo on the server. That might help determine the cause.

Also on a side note, There has recently been an update of fileZilla to version 2.0.9.3, If your version is less than that. you can get the latest one on my download site below.


Visit, i-CONICA.net - Download All The Latest, Best Free Software!



If I Helped,  Hit  Up My Reputation! 
Logged Offline
Site Site Private Message Private message Windows Live Messenger WLM Reply: 1 - 5
eneas44
May 19, 2008, 7:39am Report to Moderator Report to Moderator
E-Blah Member
Posts: 2
Posts Per Day: 0.02
Time Online: 1 hours 28 minutes
Hi,

and thank you to be there to help me!
I do not understand when you said:

"Check you uploaded the files rather than just importing them to FileZilla. "

I usually use Dreamweaver to upload my files, but I use Filezilla this time because of the binarie and ASCII modes needed ( I understood that Dreamweaver use only ASCII to upload a file). So , I went to Filezile and I just opened my local directories, looked out for the "forum" and the "blahdocs" files ( they were already extracted from the original zip, eblah10-3-5 - ZIP archive) , and I choose to upload to the right site (my remote site, in the respective folders).
In both cases I have choose first the ASCII mode (ASCII) and the binarie mode (blah). I put the forum folder directly inside my cdi-bin folder in the remote site.
So, my question is: How can I just upload the files without using Filezilla? Is it correct the way I did? Could I just use Dreamweaver to make a new upload?

I will check the path once again (cases, etc), and it is a very good idea to put something more there, as a picture, to see what happens.

When I uploaded the software I received a zip archive, and the license document said that it is version 2!
I will check your site to get the new version, but I wonder if that is the only problem.... uhmmm.
Logged Offline
Private Message Private message Reply: 2 - 5
iCONICA
May 19, 2008, 9:25pm Report to Moderator Report to Moderator

E-Blah Member
Posts: 461
Gender: Male
Posts Per Day: 2.05
Reputation: 94.74%
Reputation Score: +18 / -1
Time Online: 9 days 1 hours 6 minutes
Location: Manchester UK
Hi,

When i said that about filezilla, i just wanted to make sure you actually "uploaded" the files rather than just putting them in filezilla. You have a local copy (usually the left pane in filezilla) and a remote copy (the right pane) I've seen people drag files into the left side which doesn't upload them, then presume its done, I just wanted to make sure you actually started the transfer queue and waited while it all uploads. A silly mistake to make but i wanted to eliminate all the possibilities. But from your response i see your well aware of that.

As for the second point, I'm pretty sure dreamweaver does both binary and ascii, is usually on auto, which causes problems sometimes but it is selectable i think.

I use MS expression web, I use filezilla or other FTP clients when I'm doing something pretty complicated or elaborate like a full upgrade but for small stuff, little edits and syncing i just use the built in expression web FTP. Not to different from dreamweaver i think.

From what you just said it looks like your good to go, Just everything over once more, and check the paths. It WILL be something simple don't worry!


Visit, i-CONICA.net - Download All The Latest, Best Free Software!



If I Helped,  Hit  Up My Reputation! 
Logged Offline
Site Site Private Message Private message Windows Live Messenger WLM Reply: 3 - 5
johnspica
August 13, 2008, 3:35am Report to Moderator Report to Moderator
E-Blah Member
Posts: 5
Posts Per Day: 0.29
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 1 hours 20 minutes
I know this is long after the event but I wanted to clarify the 404 error statement.
I got a 404 error message and the file was there. It transpired that my hosting plan didnt support Perl, had to upgrade to sort it out. So you can get a 404 message even when the file is actually there. This might help soneone in the future.
Logged Offline
Private Message Private message Reply: 4 - 5
iCONICA
August 13, 2008, 5:41pm Report to Moderator Report to Moderator

E-Blah Member
Posts: 461
Gender: Male
Posts Per Day: 2.05
Reputation: 94.74%
Reputation Score: +18 / -1
Time Online: 9 days 1 hours 6 minutes
Location: Manchester UK
If your host doesn't support Perl, when you enter the url of setup.pl and perl modules aren't installed you'll usually just see the code within the pl file displayed on a blank white page...

The 404 is the response from the server when it cannot find the file that has been requested. CaSe MaTteRs with Linux servers too... If the server doesn't know what to do with the file it shouldn't send a 404 error...  

In my experience anyway...  


Visit, i-CONICA.net - Download All The Latest, Best Free Software!



If I Helped,  Hit  Up My Reputation! 
Logged Offline
Site Site Private Message Private message Windows Live Messenger WLM Reply: 5 - 5
1 Pages 1 Recommend Thread
Print

E-Blah Community    Technical Support    Install Issues  ›  I need some help on installing the forum

Thread Tags