Page 1 of 3 123 LastLast
Results 1 to 10 of 29
  1. #1
    Join Date
    Aug 2009
    Location
    SWEDEN
    Posts
    195
    Plugin Contributions
    0

    Default Configure.php delete reinstall causes problems

    Hi,

    I have version 139d. Upgrading from 138
    Via FTP I deleted the configure.php (under includes/configure.php) on my remote server, renamed it via remote ftp my dist.configure.php into configure.php.

    That move removed my "front page" of my temporary webshop/subdomain, giving me an error page.

    After that I whent to my 138 version (locally on my computer) and in the includes/configure.php, took the configure.php transfer via FTP, maiking my page to kind of reappear in the products page, as seen in my browser.

    BUT on top above my website/webshop it gave an ERROR message (rectangle with exclamation mark in it) saying:

    "Your database appears to need patching to a higher level. See Admin->Tools->Server Information to review patch levels."


    In my despair of simply trying to get my products show up in my shop online and in the admin page its giving me headache as there seam to be no simple pedagogical tutorial in what I have to do.

    Just so you know: I have a webshop live version 138. I have plased version 139d on a subdomain while testing to see it all works. Until now I do have got a lot of help, but in this particular case I still havent found anything that can help me in getting the categories/products page on both the site and admin page to show up.

    Everywhere people say "chmod 777", but what more can I do except getting the configure.php on my remote server. I simply dont it.
    Last edited by stefanl; 6 Jun 2010 at 08:58 PM.

  2. #2
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    457
    Plugin Contributions
    0

    Default Re: Configure.php delete reinstall causes problems

    if you have copied configure files from your local machine to your server, have you altered the configure.php files to point to your domain name and have the correct paths to your site?

    Rob

  3. #3
    Join Date
    Sep 2009
    Location
    Oregon, US
    Posts
    11
    Plugin Contributions
    0

    Default Re: Configure.php delete reinstall causes problems

    I'm stuck with the same error message "Warning Your database appears to need patching to a higher level. See Tools->Server Information to review patch levels."
    I hope somehow it's related and help solve the problem.

    My Tools->Server Information page displays
    Zen Cart 1.3.9d
    Database Patch Level: 1.3.8
    (That's a mismatch. How do we update Patch Level?)

    Both of my configure.php files point to the new path and I see no problem there.

    My background (again, I hope this info is useful.)
    I installed 1.3.9d into a fresh directory, created a new SQL database, and then imported my 1.3.8 database local backup as per instruction:
    https://www.zen-cart.com/tutorials/i...hp?article=100

    The aforementioned error seem to indicate I'm missing a step also?
    Last edited by swirlback; 7 Jun 2010 at 12:25 AM. Reason: typo

  4. #4
    Join Date
    Sep 2009
    Location
    Oregon, US
    Posts
    11
    Plugin Contributions
    0

    Default Re: Configure.php delete reinstall causes problems

    stefanl,

    I got mine solved by performing the [Database Update] as per /docs/2.readme_how_to_upgrade.html

    Hope this helps you too.

  5. #5
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    457
    Plugin Contributions
    0

    Default Re: Configure.php delete reinstall causes problems

    Did you have any success?

    Rob

  6. #6
    Join Date
    Aug 2009
    Location
    SWEDEN
    Posts
    195
    Plugin Contributions
    0

    Default Re: Configure.php delete reinstall causes problems

    Quote Originally Posted by RobWUK View Post
    Did you have any success?

    Rob
    Not yet.
    I read the docs/2 read me upgrade were it states to see to that configure.php have the correct database name, but when I just uploaded the configure.php it still opens that darn page. Just to refersh: my webhost helped me by installing 139d on my server and from there I have stated to transfer all files and make all adjustments. And then I was stupid enough to remove the configure.php from the remote server. the 139d configure.php. Now, I took the 138 configure.php and changed the name of the database and FTP it the error page came up again, as seen attached below. I am going really confused here now.

    I only get this page saying this:

    Hello. Thank you for loading Zen Cart™.
    You are seeing this page for one or more reasons:

    1. This is your first time using Zen Cart™ and you haven't yet completed the normal Installation procedure.
    If this is the case for you, you will need to upload the "zc_install" folder using your FTP program, and then run zc_install/index.php via your browser (or reload this page to see a link to it).

    2. Your /includes/configure.php and/or /admin/includes/configure.php file contains invalid path information and/or invalid database-connection information.
    If you recently edited your configure.php files for any reason, or maybe moved your site to a different folder or different server, then you'll need to review and update all your settings to the correct values for your server.
    See the Online FAQ and Tutorials area on the Zen Cart™ website for assistance.
    3. Additional Details: includes/configure.php file contents invalid. ie: DIR_FS_CATALOG not valid or not set


    To begin installation ...

    1. The Installation Documentation can be read by clicking here: Documentation
    2. You will need to upload the "zc_install" folder using your FTP program, and then run zc_install/index.php via your browser (or reload this page to see a link to it).
    3. The Online FAQ and Tutorials area on the Zen Cart™ website will also be of value if you run into difficulties.
    Last edited by stefanl; 7 Jun 2010 at 02:18 PM.

  7. #7
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    457
    Plugin Contributions
    0

    Default Re: Configure.php delete reinstall causes problems

    hi, what exactly have you done since your last post and the advice swirlback give you?

    make a backup of your database before doing any of this, your server control panel should give you an option for this

    if you have copied all the files for 1.3.9d onto the server and got your site loading the correct database then all you need to do after this is an upgrade on the database

    this can be done my loging into your admin/ Tools / Install SQL patches

    click browse and look in your zc_install folder on your hard drive, and browse the folder marked sql

    you will see a file called mysql_upgrade_zencart_138_to_139.sql

    click upload and it will patch your database to 1.3.9

    Rob

    these instructions are the way i have upgraded in the past

  8. #8
    Join Date
    Aug 2009
    Location
    SWEDEN
    Posts
    195
    Plugin Contributions
    0

    Default Re: Configure.php delete reinstall causes problems

    Quote Originally Posted by RobWUK View Post
    hi, what exactly have you done since your last post and the advice swirlback give you?

    make a backup of your database before doing any of this, your server control panel should give you an option for this

    if you have copied all the files for 1.3.9d onto the server and got your site loading the correct database then all you need to do after this is an upgrade on the database

    this can be done my loging into your admin/ Tools / Install SQL patches

    click browse and look in your zc_install folder on your hard drive, and browse the folder marked sql

    you will see a file called mysql_upgrade_zencart_138_to_139.sql

    click upload and it will patch your database to 1.3.9

    Rob

    these instructions are the way i have upgraded in the past
    The suggested file called mysql_upgrade_zencart_138_to_139.sql
    Will that erase any and all adjustments I may have done up till now?

    I ask becuase I have made adjustments to my current temporary zecart.

    You asked what I have done:

    I have a live webshop on my website, lets call it zencart, version 138. That one is currently working and nothing wrong. Its all about my temporary demo site on my subdomain.

    My subdomain with a installed temporary webshop, lets call it zendemo. Version installed 139d. Which is were all wrong is happening. Its online but not "public" as its on a temp subdomain.

    Up until yesterday my Zendemo worked more and more except for all my products/categories not showing up at all neither in the browser publically, and not in the admin page.

    I therefore tried to upload the configure.php from my version 138, and then all problems began, and to be even worse when I deleted the dist.configure.php on the remote server. I deleted it, renamed it and tried all things.

    I used notepad++ to rename zencart 138 configure.php file and named it zendemo and file transfered it to the zendemo subdomain site.

    Resulting in the error page with the text I attached previously

  9. #9
    Join Date
    Aug 2005
    Location
    United Kingdom
    Posts
    457
    Plugin Contributions
    0

    Default Re: Configure.php delete reinstall causes problems

    what you need to do then, is put back the configure files back on your demo store, your demo store should really be using a different database to your live store, as not to screw your live store up

    if you have no longer got these configure files for your demo store , then you will have to copy the ones from your live store, and place them in your demo folder in appropriate folders, and edit them to match the settings of your demo store, if this is beyond you then i can help you out.

    you need to get your demo store up and running again before doing anything

    while you are developing or testing sites, i would rename files or there extensions instead of deleting, that way you can back track

    Rob

  10. #10
    Join Date
    Aug 2009
    Location
    SWEDEN
    Posts
    195
    Plugin Contributions
    0

    Default Re: Configure.php delete reinstall causes problems

    Quote Originally Posted by RobWUK View Post
    what you need to do then, is put back the configure files back on your demo store, your demo store should really be using a different database to your live store, as not to screw your live store up

    if you have no longer got these configure files for your demo store , then you will have to copy the ones from your live store, and place them in your demo folder in appropriate folders, and edit them to match the settings of your demo store, if this is beyond you then i can help you out.

    you need to get your demo store up and running again before doing anything

    while you are developing or testing sites, i would rename files or there extensions instead of deleting, that way you can back track

    Rob
    Hi Rob,

    I never have only one (1) database. I always had two separate databases. And the two databases have their own names.

    I can log in to my admin page online. And just now I re-transfered/installed the configure.php used on my 138 live webshop to be overwritten the "bad" configure.php on my demo webshop. So now the demo webshop called zendemo show that "System setup required" page I attached the text from, which reads

    this page saying this:

    Hello. Thank you for loading Zen Cart™.
    You are seeing this page for one or more reasons:

    1. This is your first time using Zen Cart™ and you haven't yet completed the normal Installation procedure.
    If this is the case for you, you will need to upload the "zc_install" folder using your FTP program, and then run zc_install/index.php via your browser (or reload this page to see a link to it).

    2. Your /includes/configure.php and/or /admin/includes/configure.php file contains invalid path information and/or invalid database-connection information.
    If you recently edited your configure.php files for any reason, or maybe moved your site to a different folder or different server, then you'll need to review and update all your settings to the correct values for your server.
    See the Online FAQ and Tutorials area on the Zen Cart™ website for assistance.
    3. Additional Details: includes/configure.php file contents invalid. ie: DIR_FS_CATALOG not valid or not set


    To begin installation ...

    1. The Installation Documentation can be read by clicking here: Documentation
    2. You will need to upload the "zc_install" folder using your FTP program, and then run zc_install/index.php via your browser (or reload this page to see a link to it).
    3. The Online FAQ and Tutorials area on the Zen Cart™ website will also be of value if you run into difficulties.

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v139b Upgrading - configure.php problems
    By cwmajors in forum Upgrading to 1.5.x
    Replies: 1
    Last Post: 30 Sep 2012, 12:54 AM
  2. configure.php problems
    By russmc in forum Installing on a Windows Server
    Replies: 14
    Last Post: 10 Nov 2009, 12:34 AM
  3. Replies: 7
    Last Post: 24 Nov 2007, 05:39 AM
  4. configure.php write problems
    By LVNeptune in forum Installing on a Windows Server
    Replies: 3
    Last Post: 6 Apr 2007, 08:24 AM
  5. Problems Configure.php
    By Barcelona in forum General Questions
    Replies: 3
    Last Post: 13 Sep 2006, 01:05 AM

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