Zen Cart Logo
Forums / General Questions / Plugins point to a test directory ...... how to fix?

Plugins point to a test directory ...... how to fix?

Views: 513

Results 1 to 4 of 4
6 Jan 2022, 4:45 AM
#1
split63 avatar

split63

Totally Zenned

Join Date:
May 2010
Location:
Texas
Posts:
513
Plugin Contributions:
0

Plugins point to a test directory ...... how to fix?

I installed and configured v1.57c in a test directory.
When all seemed okay, I renamed the directory, and updated the config files. Everything seems to work still.

When I look at the shipping and payment modules, at the bottom of the module page it lists a path to the test directory

This is on the "Payment Modules" page:
Module Directory: /path/TESTDIRECTORY/includes/modules/payment/

I search all files, and this TESTDIRECTORY name is not found, so this must be coming from the DB

Is there an easy fix or does this even matter?

6 Jan 2022, 3:17 PM
#2
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,962
Plugin Contributions:
8

Re: Plugins point to a test directory ...... how to fix?

it matters. it should be an easy fix.

did you change:

admin/includes/configure.php:

define('DIR_FS_CATALOG', '/path/without/testdirectory');

6 Jan 2022, 5:07 PM
#3
split63 avatar

split63

Totally Zenned

Join Date:
May 2010
Location:
Texas
Posts:
513
Plugin Contributions:
0

Re: Plugins point to a test directory ...... how to fix?

carlwhat:

it matters. it should be an easy fix.
did you change:
admin/includes/configure.php:
define('DIR_FS_CATALOG', '/path/without/testdirectory');
Yes, it contains the correct directory name. I searched all the files....the test directory name is not contained in any file.

What the hell.....they have corrected on their own. The path on the module pages is now correct.
:jawdrop:

6 Jan 2022, 5:51 PM
#4
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,699
Plugin Contributions:
56

Re: Plugins point to a test directory ...... how to fix?

Caching perhaps?