Title: DIR
Last modified: August 31, 2016

---

# DIR

 *  Resolved [cbelter](https://wordpress.org/support/users/cbelter/)
 * (@cbelter)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/dir/)
 * 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://wordpress.org/plugins/zen4wp/](https://wordpress.org/plugins/zen4wp/)

Viewing 5 replies - 16 through 20 (of 20 total)

[←](https://wordpress.org/support/topic/dir/?output_format=md) [1](https://wordpress.org/support/topic/dir/?output_format=md)
2

 *  Thread Starter [cbelter](https://wordpress.org/support/users/cbelter/)
 * (@cbelter)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/dir/page/2/#post-7231628)
 * [@divavocals](https://wordpress.org/support/users/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](https://wordpress.org/support/users/divavocals/)
 * (@divavocals)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/dir/page/2/#post-7231637)
 * 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](https://wordpress.org/support/users/divavocals/)
 * (@divavocals)
 * [10 years ago](https://wordpress.org/support/topic/dir/page/2/#post-7231640)
 * [@cbelter](https://wordpress.org/support/users/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://wordpress.org/support/topic/export-and-import-mysql-databases](https://wordpress.org/support/topic/export-and-import-mysql-databases)
   [https://wordpress.org/support/topic/before-you-post-a-question-read-this?replies=2#post-8255789](https://wordpress.org/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](https://wordpress.org/support/users/divavocals/)
 * (@divavocals)
 * [10 years ago](https://wordpress.org/support/topic/dir/page/2/#post-7231676)
 * Since we haven’t heard back from the OP, I’m gonna mark this issue as resolved.
 *  [scottcomgs](https://wordpress.org/support/users/scottcomgs/)
 * (@scottcomgs)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/dir/page/2/#post-7231694)
 * 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)

[←](https://wordpress.org/support/topic/dir/?output_format=md) [1](https://wordpress.org/support/topic/dir/?output_format=md)
2

The topic ‘DIR’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/zen4wp_fffefc.svg)
 * [Zen Cart for WordPress (zen4wp)](https://wordpress.org/plugins/zen4wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/zen4wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/zen4wp/)
 * [Active Topics](https://wordpress.org/support/plugin/zen4wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/zen4wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/zen4wp/reviews/)

 * 20 replies
 * 5 participants
 * Last reply from: [scottcomgs](https://wordpress.org/support/users/scottcomgs/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/dir/page/2/#post-7231694)
 * Status: resolved