Full service web hosting, great prices and support. Starts at $1.99/month!
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Install: Can't go to step 2!

  1. #1
    Eazyjd
    Guest


    Default Install: Can't go to step 2!

    Hi there

    I just downloaded the latest version of the script (v1.7) and tried to install it on my system.

    Select the 'New Install' button
    Next, check the "import catalog database" and "automatic configuration" checkboxes.
    Well, after checking these two checkboxes, I click on "Continue" and see the same page over and over again!
    Can somebody please tell me, where the prob is?

    Thx in Adv.

    Eazyjd

  2. #2
    osCMax Developer


    Install: Can't go to step 2!


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    michael_s     $ 10.00
    Rep Power
    598


    Default RE: Install: Can

    The problem could be anything since you provide no information about the machine you are trying to install it on. How about some info? Server OS, PHP version, mysql version, web server and version?

    It is like asking a mechanic to tell you what is wrong with your car over the telephone...

  3. #3
    Eazyjd
    Guest


    Default RE: Install: Can

    Sorry!

    Server OS: win 2003 enterprise
    PHP Version: the latest (5.x.x)
    mysql: 4.1
    apache: 2.0.53

    I just installed it successfully on my debian box. So, I really don't know where the prob should be (it's not me )

    And just another question if I have your attention now:
    http://83.151.18.235/osc/catalog/
    Here is the installation on the debain - there are some pics missing and there are still some lines like: BOX_INFORMATION_ALLPRODS . What's the problem there? I followed the installtion guide 1 by 1.
    And I can't get into the admin-area: http://83.151.18.235/osc/catalog/admin/login.php

    Fatal error: Failed opening required 'includes/languages/german/login.php' (include_path='.:/usr/share/pear') in /var/www/ipbased/osc/catalog/admin/login.php on line 58
    Hope to get some help

    Thx
    Eazyjd

  4. #4
    osCMax Developer


    Install: Can't go to step 2!


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    michael_s     $ 10.00
    Rep Power
    598


    Default RE: Install: Can

    Ok,

    Your problem is mysql 4.1. osC is not compatible with it. Down grade to 4.0.x.

    Next, the debian install:
    Re-upload the image directory. It looks like some images did not get uploaded correctly.

    The text constants missing, like BOX_INFORMATION_ALLPRODS is most likely because you are switching from english to another language. Same for the errors in the admin. The other languages are not fully installed. There will be files missing in /german and /spanish. Copy the missing files from languages/english dir, to the language you want to use.

    It would also be a good idea to compare /languages/english.php to german.php and spanish.php and add anything to them that is missing.

  5. #5
    osCMax Developer


    Install: Can't go to step 2!


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    michael_s     $ 10.00
    Rep Power
    598


    Default RE: Install: Can

    Hey,

    Before downgrading mysql, you may want to try editing this setting in php.ini to On:

    register_long_arrays = On

    It is off by default and that could be causing your problem...

  6. #6
    Eazyjd
    Guest


    Default Re: RE: Install: Can

    Quote Originally Posted by msasek
    Ok,
    Re-upload the image directory. It looks like some images did not get uploaded correctly.
    Hmm.. just upload it again - no changes at all - if you check the image-properties, you will see that there is a wrong property of the image place!

    Quote Originally Posted by msasek
    The text constants missing, like BOX_INFORMATION_ALLPRODS is most likely because you are switching from english to another language. Same for the errors in the admin. The other languages are not fully installed. There will be files missing in /german and /spanish. Copy the missing files from languages/english dir, to the language you want to use.
    You are right. If I change to english (http://83.151.18.235/osc/catalog/index.php?language=en) there is everything ok. But the images are still missing...

  7. #7
    Eazyjd
    Guest


    Default Re: RE: Install: Can

    Quote Originally Posted by msasek
    Hey,

    Before downgrading mysql, you may want to try editing this setting in php.ini to On:

    register_long_arrays = On

    It is off by default and that could be causing your problem...
    Oh mate, you are a genius! This did the trick on my local installation - the images are also all there here, so it must have ben an error on the installation or something.

    But when I try to login to the admin section, I get this strange error:
    PHP Fatal error: Cannot re-assign $this in D:\wip\oscommerce\catalog\admin\includes\classes\u pload.php on line 31
    I really hope, this is the last thing I will bother you with

  8. #8
    osCMax Developer


    Install: Can't go to step 2!


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    michael_s     $ 10.00
    Rep Power
    598


    Default RE: Re: RE: Install: Can

    That is an easy one. Comment out line 31 in D:\wip\oscommerce\catalog\admin\includes\classes\u pload.php

    It is a php compatibility issue...

  9. #9
    Eazyjd
    Guest


    Default Re: RE: Re: RE: Install: Can

    Quote Originally Posted by msasek
    That is an easy one. Comment out line 31 in D:\wip\oscommerce\catalog\admin\includes\classes\u pload.php

    It is a php compatibility issue...
    I see - now everything works perfect!

    I also modified some language files for the german text - if you want, I can send you the corrected files...

    Many Many Many Many [...] Thanks four your quick and perfect help!

    Best wishes

    Eazyjd

  10. #10
    osCMax Developer


    Install: Can't go to step 2!


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    michael_s     $ 10.00
    Rep Power
    598


    Default RE: Re: RE: Re: RE: Install: Can

    You are welcome. Yes, please send me the updated german language files. I would love to get a full translation installed into the osCMax dowload. You can post them to the forum as an attachment, or email a zip of them to admin@oscdox.com... Thanks!

Page 1 of 2 12 LastLast

Similar Threads

  1. please giv me advise for upgrading Step-By-Step Manual Order Entry 1.8
    By jikey in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 12-09-2006, 04:00 AM
  2. Anyone Have SSL Step By Step Instructions?
    By SpongeBob in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 10-13-2005, 05:21 PM
  3. locall install on windows/apache - Failing at step 1!
    By GwilliamP in forum osCmax v2 Installation issues
    Replies: 4
    Last Post: 07-08-2005, 04:05 AM
  4. catalog/install/install.php?step=2 repeats
    By devarajan.g in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 12-19-2004, 08:54 PM
  5. /catalog/install/install.php?step=2 just hanging
    By geller in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 12-03-2003, 02:34 PM

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •