Could try to hard code it, just to see...
Could try to hard code it, just to see...
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Just to double check i checked /includes/local <-- there is no local file
I checked again /admin/includes/local and there is only that one file I mentioned earlier - the skip version check file.
It's weird - the site worked when I built it in a "hidden" directory.
It worked when I moved it to the root.
It does not work now that I moved it to store.mysite.com
And just to be clear, the storefront works - it is ONLY the admin panel I cannot locate.
I don't code. I'm not even going to attempt it.
If I knew what that one line should be filled in as, I got a feeling that might work.
I also read a later version had a fix for this but I just don't know what version I have anymore. I parked the store months ago and forgot about it. Now I have someone who wants one so I wanted to show him mine as an example so he can poke around since I dont' have inventory yet. This is when I discovered the issue with the ACP.
I don't want to build it all over again. I spent weeks customizing the look and feel. Ugh.
Below is your configure.phpThis is my configure.phpYes they are the same. I still think it's this line that is the issue and I am unsure how to fill it out:
PHP Code:
define('DIR_FS_ADMIN', realpath(dirname(__FILE__) . '/../') . '/');
define('DIR_FS_ADMIN', realpath(dirname(__FILE__) . '/../') . '/');
Not the issue :/
Double check-> define('DB_SERVER', 'xxxxxxx');
define('DB_SERVER_USERNAME', 'xxxxx');
define('DB_SERVER_PASSWORD', 'xxxxxx');
define('DB_DATABASE', 'xxx');
Hope that helps too
Trinity
Many thanks for a high-fiver!
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Twitchin Kitten,
The error says: includes/configure.php file contents invalid. ie: DIR_FS_CATALOG not valid or not set
in your configure.php
define('DIR_FS_CATALOG', '/var/www/clients/client2/web3/web/');
is it possible that your path needs to say web10 like the one below?
define('DIR_FS_SQL_CACHE', '/var/www/clients/client2/web10/web/cache/');
Trinity
Many thanks for a high-fiver!
Looking at the above, how does shop.MYSITE.com get to the path /var/www/clients/client2/web10/web or any other sub path to get there? (Ie. is there something that is setup with your host to redirect shop.MYSITE.com that isn't carried over when you append your admin directory?)
Also, was going to comment that the final path supposedly doesn't/shouldn't affect the usage of the cart as the SQL_CACHE_METHOD is set to none... I could be wrong though about that, just thinking the little snippet of instruction above it would indicate that...
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Thank you! That was it.
Looking at lines of this stuff makes me dizzy sometimes and when BOTH files were exactly the same, AND the cart itself was working, it got me confused, which isn't very hard to do!
I had to edit this line in BOTH config files. Now the login page shows.
Thank you everyone. The help was very much appreciated.