Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 46
  1. #11
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Trouble with 1.3.5 install - cURL related

    Quote Originally Posted by DrByte
    You're only saying that the curl_init() error went away after enabling cURL support ... but that the version-upgrade message still appears ?
    Oops!
    Sorry for the confusion!

    Only the cURL error went away.

    and

    The version-upgrade message still appears.
    A New Starter again

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

    Default Re: Trouble with 1.3.5 install

    seethrou,

    /admin/includes/functions/localization.php
    lines 28 and 53 say this:
    Code:
        if (!is_object($page)) {
    if you change them to this without cURL available, does that stop the error?
    Code:
        if (!is_object($page) && function_exists('curl_init')) {
    .

    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. #13
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Trouble with 1.3.5 install

    Quote Originally Posted by DrByte
    seethrou,

    /admin/includes/functions/localization.php
    lines 28 and 53 say this:
    Code:
        if (!is_object($page)) {
    if you change them to this without cURL available, does that stop the error?
    Code:
        if (!is_object($page) && function_exists('curl_init')) {
    Yes, it works.

    Side note,
    in admin, I even enable the => cURL Proxy Status True
    but no or empty => cURL Proxy Address

    and it also got the currency updated.
    A New Starter again

  4. #14
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Trouble with 1.3.5 install

    Quote Originally Posted by seethrou
    Yes, it works.
    cool
    Side note,
    in admin, I even enable the => cURL Proxy Status True
    but no or empty => cURL Proxy Address

    and it also got the currency updated.
    Yes ... if you have no proxy requirements, it'll work with or without
    .

    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.

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

    Default Re: Trouble with 1.3.5 install

    Also trouble with upgrade on windows server from 1.3.02

    Warning: main(../includes/classes/db/DB_TYPE/query_factory.php): failed to open stream: No such file or directory in D:\path\zc_install\includes\modules\pages\database_upgrade\header_php.php on line 53

    Warning: main(../includes/classes/db/DB_TYPE/query_factory.php): failed to open stream: No such file or directory in D:\path\zc_install\includes\modules\pages\database_upgrade\header_php.php on line 53

    Fatal error: main(): Failed opening required '../includes/classes/db/DB_TYPE/query_factory.php' (include_path='.;c:\php4\pear') in D:\path\zc_install\includes\modules\pages\database_upgrade\header_php.php on line 53

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

    Default Re: Trouble with 1.3.5 install

    DB_TYPE messages suggest that your configure.php file didn't get written properly. Please check your permissions on the file and repeat the "database-setup" page again...
    .

    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. #17
    Join Date
    Nov 2004
    Location
    Deal, Kent, UK
    Posts
    332
    Plugin Contributions
    0

    Default Re: Trouble with 1.3.5 install

    But this is just a database upgrade - I don't choose install right?

  8. #18
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Trouble with 1.3.5 install

    Quote Originally Posted by patski
    But this is just a database upgrade - I don't choose install right?
    what is the setting for DB_TYPE in your /includes/configure.php for this upgrade?
    .

    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.

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

    Default Re: Trouble with 1.3.5 install

    don't know if I'm being especially thick - but uploaded the new files and my old configures have gone in both admin/includes and includes - other files that were in the folders are still there though ie the image handler files - it's a brand new install so no damage but can't be sure that the configures hadn't mysteriously disappeared before uploading the files....I didn't think running the installer deleted the old ones?

    sorry if I'm being especially stupid!

  10. #20
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Trouble with 1.3.5 install

    Quote Originally Posted by s_mack
    Your database appears to need patching to a higher level. See Tools->Server Information to review patch levels.

    PROJECT_VERSION_NAME PROJECT_VERSION_MAJOR.PROJECT_VERSION_MINOR
    Patch: PROJECT_VERSION_PATCH1::PROJECT_VERSION_PATCH1_SOURCE
    Patch: PROJECT_VERSION_PATCH2::PROJECT_VERSION_PATCH2_SOURCE
    Found the cause. Working on a fix...
    .

    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.

 

 
Page 2 of 5 FirstFirst 1234 ... 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