admin not working, trying to upload store from local to server
OK
Can anyone point me to a thread that addresses this -
I have been working on my site on my computer using th manual. I have been having issues and many have recommended to go on to the www so zenners can see any problems.
I uploaded my entire program to bluehost.
Wrong thing to do since there is stuff ther that is not needed.
BH reset my site and I started with their upload since my took over 5 hours and lots of problems.
This morning I uploaded just my database with the changed admin file via filezilla. Click and upload.
can not get into the admin I checked the confige.php file and this is the third change of the file name which troubles me!
define('DIR_FS_ADMIN', 'C:/xampplite/htdocs/snfcart/*******/');
define('DIR_FS_CATALOG', 'C:/xampplite/htdocs/snfcart/');
What did I do incorrectly? suggestions?
currently my site is the default zen site and not my override site
www.stitchnframeonline.com TIA
Re: admin not working, trying to upload store from local to server
After inching my way forward for 5 hours- things are coming along.
I have uploaded the zc via Bluehost - it is an unchanged generic cart.
I have uploaded my override folders. deleted my htdocs folder.
applied the securityvpatches and changed the admin name.
I am currently getting an install screen which is better than before- newadmin screen is not found. Dont know why it is not the other way around since I changed admin name already.
admin screen shows the same as the .com screen.
www. stitchnframeonline .com is my site.
tutorial index=99
BH created a database during installation. So I am confused a bit on step 6 -
'Using phpMyAdmin, restor your old site's database into the new database you created. '
dont really know quite how to do this if it is something that has not already been done by uploading the override folders.
TIA
Re: admin not working, trying to upload store from local to server
For your particular case, since you are moving from a local computer to a remote host. You need to back up the database on your old computer and restore the database on your host.
The steps for exporting and importing the database can be found in this Tutorials/FAQs article.
Re: admin not working, trying to upload store from local to server
ok ran the cache key fix and this is what I had gotten:
Warning: require(includes/application_top.php) [function.require]: failed to open stream: No such file or directory in /home/xxxxxxx/public_html/admin/backups/fix_cache_key.php on line 65
Fatal error: require() [function.require]: Failed opening required 'includes/application_top.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/public_html/admin/backups/fix_cache_key.php on line 65.
????
Re: admin not working, trying to upload store from local to server
According to the instructions for the Fix Cache Key mod, you should put the file "fix_cache_key.php" file where the "index.php" for your Zen Cart store is located.
For your case, it would mean putting the file into the document root of your server since your Zen Cart store is not located in a sub-directory.
From the error message you've pasted here, it seems like you placed that file in the wrong directory. Try fixing that and see if things work.
Re: admin not working, trying to upload store from local to server
makes total sense!
I did a search for the index.php and found it in the admin; cache; includes/ modules etc.
I have also tried every combination that I could find to get this to run
intalled into the cache only - then admin only
then tried it in both.
when I ran the cache folder it came up with 403 not authorized to view - so I checked the permissions for the settings there.
when I ran it in the admin all I got was the zencart screen.
Rereading the tutorial I have conclude the cache is the one that it needs to be addressed but not having much luck - I am soo sorry for the problem!!