osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Error after osCMax fresh installation. Can't open admin

This is a discussion on Error after osCMax fresh installation. Can't open admin within the osCMax v1.7 Installation forums, part of the osCMax v1.7 Forums category; I have just installed osCMax locallyy (appServ under Windows XP Pro). I get the screen with the two buttons. "Catalog" ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Installation

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 02-25-2005, 04:51 AM
Lurker
 
Join Date: Feb 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
juanlopez4691
Default Error after osCMax fresh installation. Can't open admin

I have just installed osCMax locallyy (appServ under Windows XP Pro). I get the screen with the two buttons. "Catalog" works ok, and the sample shop opens. But when I click on the "Administration tool" button I get this error:

Quote:
Warning: main(includes/languages/espanol/login.php): failed to open stream: No such file or directory in k:\appserv\www\oscmax\catalog\admin\login.php on line 58

Warning: main(includes/languages/espanol/login.php): failed to open stream: No such file or directory in k:\appserv\www\oscmax\catalog\admin\login.php on line 58

Fatal error: main(): Failed opening required 'includes/languages/espanol/login.php' (include_path='.;c:\php4\pear') in k:\appserv\www\oscmax\catalog\admin\login.php on line 58
I have tried to jump to the admin section using:

and it works ok (opens admin in english)

Any clues?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 02-25-2005, 06:44 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,497
Thanks: 74
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Error after osCMax fresh installation. Can

Spanish is not correctly installed in the admin. You need login.php in the espanol diretory.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 02-25-2005, 10:35 AM
Lurker
 
Join Date: Feb 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
juanlopez4691
Default RE: Error after osCMax fresh installation. Can

I solved the problem copying login.php and logout.php from the /english directory into the /espanol directory and now it works. The files login.php and logout.php for "espano" do not exist in the original oscmax_v1.7.zip file.

Now I am getting SQL syntax errors in many areas of the admin panel. For example, if I click on "Customers" i get:
Quote:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-10, 10' at line 1

select c.customers_id, c.customers_lastname, c.customers_firstname, c.customers_email_address, a.entry_country_id from customers c left join address_book a on c.customers_id = a.customers_id and c.customers_default_address_id = a.address_book_id order by c.customers_lastname, c.customers_firstname limit -10, 10
The same happens when I click on "Tax zones", "Tax rates", "Banners", and many other options

Excuse me if I sound rude but, is this a complete, tested and stable release or did I overlook something in the installation process?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 02-25-2005, 11:16 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,497
Thanks: 74
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Error after osCMax fresh installation. Can

Yes it is a complete tested stable release. The only supported language is english, the others are included as a courtesy, but are not tested. This is going to be fixed in the next full release, when we have the 3 included packs fully tested.

The sql errors are most likely related to some install problem or mysql version you are running. Double check that all your files were properly uploaded. Also, it would help if you posted your platform info and server software versions for mysql, php and your os...
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 02-25-2005, 11:28 AM
Lurker
 
Join Date: Feb 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
juanlopez4691
Default RE: Error after osCMax fresh installation. Can

Thanks a lot for your help.

I am using Windows XP Pro SP2, and I installed appServ v2.4.3 as page server. I includes:
# Apache Web Server Version 1.3.33
# PHP Script Language Version 4.3.10
# MySQL Database Version 4.1.8
# Zend Optimizer Version 2.5.7
# phpMyAdmin Database Manager Version 2.6.1-rc2

I also installed osCommerce v2.2 MS2 (last stable release) and it works ok, with no SQL syntas error missages

When do you plan to deliver next full release?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 02-25-2005, 08:22 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,497
Thanks: 74
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default not compatible with mysql 4.1x

The issue is your mysql version. osCommerce and osCMax are not yet compatible with Mysql 4.1x .

See this:

http://oscdox.com/phpWiki-index-pagename-SQLError.html
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 02-28-2005, 11:17 PM
Lurker
 
Join Date: Feb 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
juanlopez4691
Default RE: not compatible with mysql 4.1x

I see! I will try a previous version of mySql then. Thans a lot for your help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Can't checkout: help!! Fresh installation of osCMax v2.0. best-decals.com osCMax v2 Installation issues 1 07-14-2005 09:33 PM
Fresh installation problem bbhs osCMax v2 Installation issues 8 06-17-2005 05:44 AM
Fresh Install Ms2-Max Installation Error edwardbob osCMax v1.7 Installation 4 05-28-2005 02:35 PM
Errors after fresh installation Christy osCMax v1.7 Discussion 21 03-16-2005 07:55 AM
SQL syntax error from a fresh installation BrentonV osCMax v1.7 Installation 3 12-07-2004 12:07 PM


All times are GMT -8. The time now is 01:24 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax