rwheeler7864 / clients-oriented-ftp

Automatically exported from code.google.com/p/clients-oriented-ftp
0 stars 0 forks source link

404 error #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. After installing via Softaculous.
2. Tried to access either the Admin or client log-in.
3. Tried to manually type in www.ybim.org/cftp/index.php

What is the expected output? What do you see instead?
Expected to see log-in screen. But saw my site with the Error 404 - page not 
found.

What version of the product are you using? On what operating system?
v0.1 / Linux (hosting)

Please provide any additional information below.
Removed and reinstalled again twice. Still same problem.

Original issue reported on code.google.com by robink...@gmail.com on 25 Aug 2011 at 6:36

Attachments:

GoogleCodeExporter commented 8 years ago
Can anyone help me please?
Thanks!

Original comment by robink...@gmail.com on 31 Aug 2011 at 3:34

GoogleCodeExporter commented 8 years ago
Yes I have experienced the same problem.  Copied folders, set up MySql changed 
the name variables in the sys.vars.php file then pointed browser to 
http://your-cftp-folder/install but initially got a txt message saying 
something like MdBase not recognised, then when I tried again I got error 404.

What are the install processes and can we do a step by step check that they are 
working.  I think this looks to be a really great facility and look forward to 
trying it out.

Ive also e-mailed but havent received any replies as yet

Many thanks

Kriss

Original comment by kriss_cr...@hotmail.com on 8 Oct 2011 at 9:04

GoogleCodeExporter commented 8 years ago
Just tried the install again and this is the message in IE "Unknown MySQL 
server host 'DB_HOST' (1)"

Does that identify any possible problem?  I changed the sys.vars.php file but I 
used 'cFTPdata' (as my database name) and localhost.  Not 'DB_HOST' So what's 
the problem?

Any help would be really appreciated.

Kriss

Original comment by kriss_cr...@hotmail.com on 13 Oct 2011 at 3:06

GoogleCodeExporter commented 8 years ago
Its ok now Ive fixed it.  There was a problem connecting to the mysql database 
which was the first part of the error, then I noticed I had mispelled the 
database and host names in the sys.vars.php file......durrr  

All working now....what a great bit of kit 

Original comment by kriss_cr...@hotmail.com on 14 Oct 2011 at 9:37

GoogleCodeExporter commented 8 years ago
<?php
/* I used this first bit of php code to test the connection to the mysql 
database */

mysql_connect("localhost", "name", "password") or die(mysql_error());
echo "Connected to MySQL<br />";

/* then this bit tests the connection to your database */
mysql_select_db("database_name") or die(mysql_error());
echo "Connected to Database";
?>

Original comment by kriss_cr...@hotmail.com on 14 Oct 2011 at 9:48

GoogleCodeExporter commented 8 years ago

Original comment by i...@subwaydesign.com.ar on 23 Feb 2012 at 7:27