Re: moving products to a new zen cart
Got them both:
In the admin, this line has extras (in red) that need deleting
Quote:
define('DIR_FS_CATALOG', '/home/strato/www/ki/www.........co.uk/adults4fun/admin');
In the catalog, this line has a missing single quote from just inside the bracket at the end
Quote:
define('DIR_FS_CATALOG', '/home/strato/www/ki/www.........co.uk/htdocs/);
Re: moving products to a new zen cart
hi there well the error has changed to
catalog
Warning: main(includes/auto_loaders/config.core.php) [function.main]: failed to open stream: No such file or directory in /mnt/web5/52/98/51651098/htdocs/adults4fun/includes/application_top.php on line 91
Warning: main() [function.include]: Failed opening 'includes/auto_loaders/config.core.php' for inclusion (include_path='.:/opt/RZphp4/includes') in /mnt/web5/52/98/51651098/htdocs/adults4fun/includes/application_top.php on line 91
Warning: Cannot modify header information - headers already sent by (output started at /mnt/web5/52/98/51651098/htdocs/adults4fun/includes/application_top.php:91) in /mnt/web5/52/98/51651098/htdocs/adults4fun/includes/application_top.php on line 114
and admin
Warning: main(/home/strato/www/ki/www.kinkydreams.co.uk/adults4fun/includes/autoload_func.php) [function.main]: failed to open stream: No such file or directory in /mnt/web5/52/98/51651098/htdocs/adults4fun/admin/includes/application_top.php on line 149
Fatal error: main() [function.require]: Failed opening required '/home/strato/www/ki/www.kinkydreams.co.uk/adults4fun/includes/autoload_func.php' (include_path='.:/opt/RZphp4/includes') in /mnt/web5/52/98/51651098/htdocs/adults4fun/admin/includes/application_top.php on line 149
sorry i know our thinking :censored: and :frusty:
Re: moving products to a new zen cart
Seems to me that there's some confusion here about the file system path on your server.
In your catalog configure you have defined it as
Quote:
/home/strato/www/ki/www.........co.uk/htdocs/
but in your admin congigure you have defined it as
Quote:
/home/strato/www/ki/www.........co.uk/adults4fun/
, and it seems from the warning messages as though your server is expecting
Quote:
/mnt/web5/52/98/51651098/htdocs/adults4fun/
Is it possible that you are using variants of the file system from your hosting account on your new one?
Re: moving products to a new zen cart
Hi Kuroi
not that i am aware of - how would i tell. ??? shlould i give up?? :no:
Re: moving products to a new zen cart
Hi I have been working through the error messages and i am stuck with this one, can you advise what this points to as i believe i am missing the application_top.php file within the includes file which is there and i am a little cofused
Warning: main(/home/strato/www/ki/www.kinkydreams.co.uk/adults4fun/includes/autoload_func.php) [function.main]: failed to open stream: No such file or directory in /mnt/web5/52/98/51651098/htdocs/adults4fun/admin/includes/application_top.php on line 149
Fatal error: main() [function.require]: Failed opening required '/home/strato/www/ki/www.kinkydreams.co.uk/adults4fun/includes/autoload_func.php' (include_path='.:/opt/RZphp4/includes') in /mnt/web5/52/98/51651098/htdocs/adults4fun/admin/includes/application_top.php on line 149
Re: moving products to a new zen cart
Quote:
Originally Posted by
1just4help
Hi Kuroi
not that i am aware of - how would i tell. ??? shlould i give up?? :no:
Give up and you won't learn anything. I recommend replacing the FS paths that you have, at least one of which must be wrong, with what your server is expecting.
The problems that you are having are almost certainly not because you don't have the files you need but because your sending your Zen Cart to a location that it can't find to get them.
But don't give up, because I think you're really rather close to getting it to work.
Re: moving products to a new zen cart
sorry i am still quite new to all this. the paths i have been working through has now led me to install and upgrade. this is as i have had mising files or moved files. can you advise what the fs path is as this is still jargon to me. sorry i think i need to be spoken to as php for dummies
Re: moving products to a new zen cart
I'm suggesting changing this in your admin/includes/configure.php file
Quote:
define('DIR_FS_ADMIN', '/home/strato/www/ki/www.kinkydreams.co.uk/adults4fun/admin/');
define('DIR_FS_CATALOG', '/home/strato/www/ki/www.kinkydreams.co.uk/adults4fun/');
to read this instead
Quote:
define('DIR_FS_ADMIN', '/mnt/web5/52/98/51651098/htdocs/adults4fun/admin/');
define('DIR_FS_CATALOG', '/mnt/web5/52/98/51651098/htdocs/adults4fun/');
and making a similar change in your includes/configure.php file (just one line to change there).
Re: moving products to a new zen cart
Hi thanks for the help, the shopping cart is installed but none of the catagories or products transfered - any ideas with this
Re: moving products to a new zen cart
Quote:
Originally Posted by
kuroi
Then you backup your existing database, which will include your product information and restore it to the new database.
Quote:
Originally Posted by
1just4help
Hi thanks for the help, the shopping cart is installed but none of the catagories or products transfered - any ideas with this
What method did you use to move your old database into the new location?