Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 46
  1. #31
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Trouble with 1.3.5 install

    FIX:

    for installs/upgrades ... where DB_TYPE errors are appearing and your configure.php files are getting wiped ...

    /zc_install/includes/classes/installer.php
    line 137 says:
    Code:
          if (file_exists($zp_file)) @unlink($zp_file);
    change to:
    Code:
          if (file_exists($zp_file) && !strstr($zp_file, 'configure.php')) @unlink($zp_file);
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #32
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Trouble with 1.3.5 install

    For windows local servers where you are getting the admin-side error saying that the database version is out of date AND getting PROJECT_VERSION_MAJOR etc stuff showing on the System Information screen, do this:

    /includes/autoload_func.php
    line 24 says:
    Code:
     $entry['loadFile'] = str_replace(array(':', '\\\\'), '', $entry['loadFile']);
    simply comment it out like this:
    Code:
    //    $entry['loadFile'] = str_replace(array(':', '\\\\'), '', $entry['loadFile']);
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #33
    Join Date
    Jan 2006
    Location
    Toronto, Ontario, Canada
    Posts
    183
    Plugin Contributions
    3

    Default Re: Trouble with 1.3.5 install

    Quote Originally Posted by DrByte
    For windows local servers where you are getting the admin-side error saying that the database version is out of date AND getting PROJECT_VERSION_MAJOR etc ...
    works like Magic !

    Thanks Dr.
    Ahmad Rahman
    TRUST IT | web site design and development
    mobile: 416.828.0224 | email: [email protected]
    www.trustit.ca

    For IT solutions how you want IT, when you want IT, TRUST IT.

  4. #34
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Re: Trouble with 1.3.5 install

    Thanks DrB for the quick responses and resolutions. I've done a fresh install and now have a message saying the database is out of date - don't have the other issue mentioned above.

    Tried a db upgrade and it processed 62 statements and ignored 45. Most were because they already existed but couldn't drop authorizenet beccause it didn't.

    However message saying db is out of date is still there.

    Thanks for your help.

  5. #35
    Join Date
    Jan 2006
    Location
    Toronto, Ontario, Canada
    Posts
    183
    Plugin Contributions
    3

    Default Re: Trouble with 1.3.5 install

    patski, what is your server/version info say ?
    Ahmad Rahman
    TRUST IT | web site design and development
    mobile: 416.828.0224 | email: [email protected]
    www.trustit.ca

    For IT solutions how you want IT, when you want IT, TRUST IT.

  6. #36
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Trouble with 1.3.5 install

    NEW ZIP RELEASED with bugfixes included:

    zen-cart-v1.3.5-full-fileset-09042006.zip
    at
    http://sourceforge.net/project/showf...kage_id=171544
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #37
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Re: Trouble with 1.3.5 install

    PROJECT_VERSION_NAME PROJECT_VERSION_MAJOR.PROJECT_VERSION_MINOR
    Patch: PROJECT_VERSION_PATCH1:ROJECT_VERSION_PATCH1_SOURCE
    Patch: PROJECT_VERSION_PATCH2:ROJECT_VERSION_PATCH2_SOURCE
    Database Patch Level: 1.3.5
    v1.3.5 [2006-09-04 14:48:15] (Fresh Installation)

    PHP Version 4.4.2

    where did those smilies come from...

  8. #38
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Trouble with 1.3.5 install

    literal translation for smiles ... the colon P is

    You have colon colon P so you get :
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #39
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Trouble with 1.3.5 install

    I stay up late, install 1.3.5, have trouble... I post. I wake up, and Dr. Byte has fixed it :)

    You've already figured it out, but "Yes", mine was a local install on Windows as well just like the others.

    Thanks for the prompt solution!!!

    - Steven

  10. #40
    Join Date
    Apr 2006
    Location
    Sofia, Bulgaria
    Posts
    203
    Plugin Contributions
    0

    Default Re: Trouble with 1.3.5 install

    the lazy one win they will not have a headache why ?
    becouse they don't hurry to upgrade :)))
    But if every one become lazy to have no hadaches who will find the bugs ?
    booooooooo boooooooooo
    Well done 10q :)
    Negative feelings were burned by the progressive increase of Euphoria

 

 
Page 4 of 5 FirstFirst ... 2345 LastLast

Similar Threads

  1. trouble with install
    By arminium in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 30 May 2008, 12:07 AM
  2. Trouble with admin login on initial install
    By CobraPlant in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 5 Nov 2007, 04:14 PM
  3. install trouble
    By oxymoronz in forum General Questions
    Replies: 4
    Last Post: 10 Aug 2007, 01:22 AM
  4. Install Trouble
    By wright-it in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 24 Feb 2007, 10:21 PM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR