Zen Cart Logo
Forums / General Questions / error after relocation the shop to new server

error after relocation the shop to new server

Locked

Views: 1,277

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
20 Feb 2008, 6:44 AM
#1
oidahabara avatar

oidahabara

New Zenner

Join Date:
Feb 2008
Location:
Baden near Vienna
Posts:
10
Plugin Contributions:
0

error after relocation the shop to new server

I had to change the provider/server last time and also the shop (zen-cart-v1.3.7-german), where I just finished lay out and configuration.

so I relocated the data base, I copied the files from old to new server

in the files
/shop/includes/dist-configure.php
/shop/includes/configure.php
/shop/admin/includes/dist-configure.php
/shop/admin/includes/configure.php
I have inserted the login datas for the data base and the path to cache
than I made the CHMODs

than I call the shop and I get the error message
Fatal error: Call to undefined function: zen_check_url_get_terms() in /www/htdocs/w0097825/x43-art/shop/includes/languages/german/index.php on line 30

I´m no programmer, I only think is has something to do with one of this files, you can look here
http://x43.at/shop-includes-functions-functions_general-php.txt
http://x43.at/shop-includes-languages-german-index-php.txt

could some expert please help?

20 Feb 2008, 7:17 PM
#3
oidahabara avatar

oidahabara

New Zenner

Join Date:
Feb 2008
Location:
Baden near Vienna
Posts:
10
Plugin Contributions:
0

Re: error after relocation the shop to new server

superprg:

Did you change anything in index.php?

no, I didnt!

21 Feb 2008, 2:44 PM
#4
superprg avatar

superprg

Totally Zenned

Join Date:
Feb 2006
Location:
Chicago
Posts:
1,349
Plugin Contributions:
0

Re: error after relocation the shop to new server

Do you have this line in init_general_funcs.php?

require(DIR_WS_FUNCTIONS . 'functions_general.php');

And this line in includes\auto_loaders\config.core.php

$autoLoadConfig[60][] = array('autoType'=>'init_script',
'loadFile'=> 'init_general_funcs.php');

and this line in includes\application_top.php

require('includes/initsystem.php');