• Resolved cbelter

    (@cbelter)


    trying to get the DIR_FS_CATALOG directory figured out. I can’t seem to find it in my Zen Cart setting.

    this is the error i keep getting.

    No configuration keys were found in the table configuration. Either the value you entered for ZEN_DB_PREFIX on the Zen4WP Settings Page is not correct or WordPress and Zen Cart do not share the same database (a REQUIRED prerequisite as CLEARLY stated in the Zen4WP readme.txt). Go to Zen4WP Settings Page to check your settings and properly configure Zen4WP.

    https://www.ads-software.com/plugins/zen4wp/

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter cbelter

    (@cbelter)

    @divavocals can you email me so i can share with you the configure.php file to see what i might be doing wrong?

    Plugin Author DivaVocals

    (@divavocals)

    I can help you figure out what’s wrong if you can provide some valuable information.. The configure.php file alone will not tell me EVERYTHING I need to know to help you.. Please review my last post..

    Is your installation for WordPress and Zen Cart using the SAME database??

    Do your Zen4WP settings match your Zen Cart configure.php file??

    If your WordPress and Zen Cart installations don’t use the same database, then this could be the issue..

    If your Zen4WP settings are incorrect (in particular your DB prefix) then this is another reason why this isn’t working for you.

    Plugin Author DivaVocals

    (@divavocals)

    @cbelter – It’s difficult to say with any certainty since what is going wrong at this point since we cannot see your site’s backend. Looking at your Zen Cart configure.php file alone isn’t going to provide much information. We need to know if your site meets the pre-requisites to install this plugin. Based on the error you are getting, I strongly suspect that your Zen Cart and WordPress installations are not sharing the same database.

    Doing an examination/analysis of your site’s back end is a bit beyond the scope of support for the free version of this plugin.

    If you are unfamiliar with HOW to do this, you may need to hire someone to help you with this task. As part of supporting the free version of this plugin, we are certainly able and willing to provide as much basic instruction here in this forum for combining your databases if this is the issue. However, it may be difficult to execute the work required if you are not familiar with how to use your web-host’s cPanel (or Plesk) phpMyAdmin tool. Different hosts use different versions of phpMyAdmin so giving specific instruction for how to access your host’s phpMyAdmin Admin will be difficult. I added some basic instructions to this support thread which should work for most host’s.

    Additional information here:
    https://www.ads-software.com/support/topic/export-and-import-mysql-databases
    https://www.ads-software.com/support/topic/before-you-post-a-question-read-this?replies=2#post-8255789
    ======================================================================
    How do I know if Zen Cart and WordPress share the same database?

    Look in your wp-config.php file for WordPress these defines:

    define('DB_NAME', 'your_database');    // The name of the database
    /** MySQL database username */
    define('DB_USER', 'your_database_username');     // Your MySQL username
    /** MySQL database password */
    define('DB_PASSWORD', 'your_database_password'); // ...and password

    If WordPress and Zen Cart are SHARING the same database, then the wp-config.php defines will MATCH these defines in Zen Cart’s configure.php file

    define('DB_SERVER_USERNAME', 'your_database_username');
      define('DB_SERVER_PASSWORD', 'your_database_password');
      define('DB_DATABASE', 'your_database');
    Plugin Author DivaVocals

    (@divavocals)

    Since we haven’t heard back from the OP, I’m gonna mark this issue as resolved.

    Product was working just fine until the last WordPress update. It then started to show 0 as the prices for all items after the WordPress 4.5.2 update. I currently run Zen-cart v1.5.4 and WordPress 4.5.2 update. I was thinking of updating to Zen-cart v1.5.5a as well.

    OOPS! Wrong location.

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘DIR’ is closed to new replies.