Post by Lord_Azure » Thu Nov 23, 2006 2:18 am

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?

New member

Posts

Joined
Thu Nov 23, 2006 2:16 am

Post by Daniel » Thu Nov 23, 2006 10:40 am

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,.

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by ms7of9 » Fri Nov 24, 2006 3:20 am

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:)

Newbie

Posts

Joined
Fri Nov 24, 2006 3:15 am

Post by Daniel » Fri Nov 24, 2006 8:29 am

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:

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by dhastoto » Fri Nov 24, 2006 7:55 pm

I couldn't download the file, cause my session login change to guest in download page. Need help plz....

Newbie

Posts

Joined
Fri Nov 24, 2006 7:46 pm

Post by ms7of9 » Sat Nov 25, 2006 2:12 am

Hi Daniel,
I'm having the same problem as dhastoto. Can you help please?

Thanks
7:)

Newbie

Posts

Joined
Fri Nov 24, 2006 3:15 am

Post by Daniel » Sat Nov 25, 2006 2:24 am

Sorry, I'm not used to this forum software!

Could this be somthing to do with cookies?

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by Lord_Azure » Mon Nov 27, 2006 5:02 am

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?

New member

Posts

Joined
Thu Nov 23, 2006 2:16 am

Post by sami » Sat Dec 02, 2006 5:02 am

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.

New member

Posts

Joined
Sat Dec 02, 2006 4:58 am

Post by tlccomp » Mon Dec 04, 2006 8:44 pm

Your cart looks great.  :)

But, I'm having the same problem getting it installed.

Newbie

Posts

Joined
Sun Dec 03, 2006 2:55 am

Post by Lord_Azure » Tue Dec 05, 2006 7:25 am

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
Last edited by Lord_Azure on Tue Dec 05, 2006 7:36 pm, edited 1 time in total.

New member

Posts

Joined
Thu Nov 23, 2006 2:16 am

Post by tlccomp » Tue Dec 05, 2006 9:57 pm

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.

Newbie

Posts

Joined
Sun Dec 03, 2006 2:55 am

Post by kaashkayshap » Fri Dec 29, 2006 4:12 pm

Hi

kindly help me to solve the issue how can "Error: register_globals is enabled!" remove this error

support me

Newbie

Posts

Joined
Fri Dec 29, 2006 2:29 pm

Post by Daniel » Fri Dec 29, 2006 5:34 pm

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!

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by kaashkayshap » Fri Dec 29, 2006 10:17 pm

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
Last edited by kaashkayshap on Fri Dec 29, 2006 10:19 pm, edited 1 time in total.

Newbie

Posts

Joined
Fri Dec 29, 2006 2:29 pm

Post by DanielK » Mon Jan 08, 2007 7:08 am

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.

Newbie

Posts

Joined
Mon Jan 08, 2007 4:57 am


Post by DanielK » Mon Jan 08, 2007 7:18 am

Hmm, here I was thinking I was helping out, and apparently this got fixed in another thread.  oh well.

Newbie

Posts

Joined
Mon Jan 08, 2007 4:57 am


Post by myhotgift » Tue Nov 27, 2007 1:22 pm

I face the same problem too.
after take out the $ sign, the problem still occur.

Any expert to give advice?

Thank you.

Newbie

Posts

Joined
Tue Nov 27, 2007 12:54 pm

Post by ebtech » Tue Nov 27, 2007 3:25 pm

I don't see the $db_username error in my file. The posted fix (index.txt) is not working for me.

Newbie

Posts

Joined
Mon Nov 12, 2007 7:59 am

Post by tchemis » Tue Nov 27, 2007 4:09 pm

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?

Active Member

Posts

Joined
Tue Aug 21, 2007 9:23 am
Who is online

Users browsing this forum: No registered users and 42 guests