Page 1 of 2
Installation wont work
Posted: Thu Nov 23, 2006 2:18 am
by Lord_Azure
I am getting page not found when i try running the install.
I have found what I thought was the problem and added /store/ to the install bit.
But then it comes up with username and password incorrect for database.
Can anyone help?
Re: Installation wont work
Posted: Thu Nov 23, 2006 10:40 am
by Daniel
try /store/install/
I have found that installing from a a folder that is not the rott can cause problems.
I have found a solution to the problem and I'm going to post another release in the next few days,.
Re: Installation wont work
Posted: Fri Nov 24, 2006 3:20 am
by ms7of9
Hi Daniel,
I was having the same exact problem as Lord_Azure so I'm glad that you will be posting a new release soon.
Also, in the instructions you said to chmod to 777 the cache/ folder but I didn't see this folder when I unzipped the file. I did see a cache.php file in the include folder. Did I miss something?
Thanks
7:)
Re: Installation wont work
Posted: Fri Nov 24, 2006 8:29 am
by Daniel
Actual someboody emailed me the solutions last night.
You need to replace the code in install/index.php with with the code in the attached txt file:
Re: Installation wont work
Posted: Fri Nov 24, 2006 7:55 pm
by dhastoto
I couldn't download the file, cause my session login change to guest in download page. Need help plz....
Re: Installation wont work
Posted: Sat Nov 25, 2006 2:12 am
by ms7of9
Hi Daniel,
I'm having the same problem as dhastoto. Can you help please?
Thanks
7:)
Re: Installation wont work
Posted: Sat Nov 25, 2006 2:24 am
by Daniel
Sorry, I'm not used to this forum software!
Could this be somthing to do with cookies?
Re: Installation wont work
Posted: Mon Nov 27, 2006 5:02 am
by Lord_Azure
Ok, I have edited the install/index.php and added the new script.
Works fine now.
But it still comes up with cannot connect to database, please check user and pass
any ideas?
Re: Installation wont work
Posted: Sat Dec 02, 2006 5:02 am
by sami
Hmmmn...
I just downloaded the files, and try to install it into my webhotel account. But i won't work, because i'm getting :
Error: Could not connect to the database please make sure the database server, username and password is correct!
And i'm sure i put all things right.
Re: Installation wont work
Posted: Mon Dec 04, 2006 8:44 pm
by tlccomp
Your cart looks great.
But, I'm having the same problem getting it installed.
Re: Installation wont work
Posted: Tue Dec 05, 2006 7:25 am
by Lord_Azure
I have since been able to install the shop and have now got a full shop fully working.
The way I had to do it, was to alter the line in the install/index.php that defines the database.
The files that you download should work with servers with no problem at all now.
You can see my working shop at
www.mysticaldaze.co.uk
Re: Installation wont work
Posted: Tue Dec 05, 2006 9:57 pm
by tlccomp
Lord_Azure wrote:
I have since been able to install the shop and have now got a full shop fully working.
The way I had to do it, was to alter the line in the install/index.php that defines the database.
The files that you download should work with servers with no problem at all now.
You can see my working shop at
www.mysticaldaze.co.uk
Thanks for the reply. Very nice site.
I don't know what I'm missing but I'm still not getting it.
Re: Installation wont work
Posted: Fri Dec 29, 2006 4:12 pm
by kaashkayshap
Hi
kindly help me to solve the issue how can "Error: register_globals is enabled!" remove this error
support me
Re: Installation wont work
Posted: Fri Dec 29, 2006 5:34 pm
by Daniel
you can change
#php_flag register_globals off
to
php_flag register_globals off
in .htaccess
or in your php.ini change
register_globals On
to
register_globals Off
I hope that helps!
Re: Installation wont work
Posted: Fri Dec 29, 2006 10:17 pm
by kaashkayshap
Hi
I have changed / edit the .htaccess file
and receiving the massage.
=================================
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server at
www.web-sol.us Port 80
=====================================
plese check the link
http://www.web-sol.us/shopweb/
please help
Re: Installation wont work
Posted: Mon Jan 08, 2007 7:08 am
by DanielK
I downloaded the program today was getting the database connect error. I couldn't download the text file from above, I'm guessing due to a permissions issue on the board. Looked at the code, and it appears there was an extra $ in the username variable on line 53.
I changed it from:
if (!$connection = @mysql_connect($_POST['db_server'], $_POST['$db_username'], $_POST['db_password'])) {
to:
if (!$connection = @mysql_connect($_POST['db_server'], $_POST['db_username'], $_POST['db_password'])) {
and all was well. Install completed without a hitch.
Re: Installation wont work
Posted: Mon Jan 08, 2007 7:18 am
by DanielK
Hmm, here I was thinking I was helping out, and apparently this got fixed in another thread. oh well.
Re: Installation wont work
Posted: Tue Nov 27, 2007 1:22 pm
by myhotgift
I face the same problem too.
after take out the $ sign, the problem still occur.
Any expert to give advice?
Thank you.
Re: Installation wont work
Posted: Tue Nov 27, 2007 3:25 pm
by ebtech
I don't see the $db_username error in my file. The posted fix (index.txt) is not working for me.
Re: Installation wont work
Posted: Tue Nov 27, 2007 4:09 pm
by tchemis
ebtech wrote:
I don't see the $db_username error in my file. The posted fix (index.txt) is not working for me.
Hello, if you noticed this error was back in January, are you receiving these errors with the latest version?