Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Metatag errors after creating test site

Metatag errors after creating test site

Locked

Views: 1,093

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
24 Mar 2008, 5:06 PM
#1
daynig avatar

daynig

New Zenner

Join Date:
Mar 2008
Location:
Cornwall, UK
Posts:
5
Plugin Contributions:
0

Metatag errors after creating test site

Hi.

I've created a test version of a working site I've developed at http://www.thetoolsupplier.co.uk/test. The working site is at http://www.thetoolsupplier.co.uk.

I created the test site by installing a second copy of Zen Cart, copying the existing database to the new database and (using Winmerge) copying all the missing and other files from the working site to the test site. According to Winmerge the only files now different are the /includes/configure.php and /admin/includes/configure.php files - and they only differ by the site address and database connection details.

The working site is fine but the test site gives the errors below when try to access it.

Warning: Wrong parameter count for define() in /home/sites/thetoolsupplier.co.uk/public_html/test/includes/languages/english/custom_TTS/meta_tags.php on line 11

Warning: Wrong parameter count for define() in /home/sites/thetoolsupplier.co.uk/public_html/test/includes/languages/english/custom_TTS/meta_tags.php on line 14

Warning: Wrong parameter count for define() in /home/sites/thetoolsupplier.co.uk/public_html/test/includes/languages/english/custom_TTS/meta_tags.php on line 17

Warning: Wrong parameter count for define() in /home/sites/thetoolsupplier.co.uk/public_html/test/includes/languages/english/custom_TTS/meta_tags.php on line 11

Warning: Wrong parameter count for define() in /home/sites/thetoolsupplier.co.uk/public_html/test/includes/languages/english/custom_TTS/meta_tags.php on line 14

Warning: Wrong parameter count for define() in /home/sites/thetoolsupplier.co.uk/public_html/test/includes/languages/english/custom_TTS/meta_tags.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /home/sites/thetoolsupplier.co.uk/public_html/test/includes/languages/english/custom_TTS/meta_tags.php:11) in /home/sites/thetoolsupplier.co.uk/public_html/test/includes/init_includes/init_templates.php on line 78


Does anyone have any ideas please?

Thanks in advance,

Nigel

24 Mar 2008, 6:40 PM
#2
chuck avatar

chuck

Totally Zenned

Join Date:
Jul 2005
Posts:
255
Plugin Contributions:
0

Re: Metatag errors after creating test site

It would seem pretty obvious that you have errors on several lines in your /test/includes/languages/english/custom_TTS/meta_tags.php file.

25 Mar 2008, 10:25 AM
#3
daynig avatar

daynig

New Zenner

Join Date:
Mar 2008
Location:
Cornwall, UK
Posts:
5
Plugin Contributions:
0

Re: Metatag errors after creating test site

Thanks.

So why does the same file not generate the same errors on the live system?

25 Mar 2008, 10:37 AM
#4
daynig avatar

daynig

New Zenner

Join Date:
Mar 2008
Location:
Cornwall, UK
Posts:
5
Plugin Contributions:
0

Re: Metatag errors after creating test site

I've also noticed an additional error:

Fatal error: Call to undefined function: zen_get_generated_category_path_rev() in /home/sites/thetoolsupplier.co.uk/public_html/test/includes/templates/custom_TTS/sideboxes/tpl_specials.php on line 17.

There's obviously a fundamental file or operation that's not working correctly but what or which one?

Thanks in advance,

Nigel

25 Mar 2008, 10:46 AM
#5
marg avatar

marg

Totally Zenned

Join Date:
Mar 2004
Posts:
642
Plugin Contributions:
0

Re: Metatag errors after creating test site

Is one site a different version zen-cart than the other?

25 Mar 2008, 11:47 AM
#6
daynig avatar

daynig

New Zenner

Join Date:
Mar 2008
Location:
Cornwall, UK
Posts:
5
Plugin Contributions:
0

Re: Metatag errors after creating test site

Marg:

Is one site a different version zen-cart than the other?

Doh!!

I suspect that this is the problem. I think I forgot to upgrade the test implementation to 1.3.8 after installation (1.3.7).

I'll check this out and report back.

Many thanks.

Nigel

25 Mar 2008, 12:19 PM
#7
daynig avatar

daynig

New Zenner

Join Date:
Mar 2008
Location:
Cornwall, UK
Posts:
5
Plugin Contributions:
0

Re: Metatag errors after creating test site

Sure enough, I hadn't upgraded from 1.3.7 to 1.3.8.

Many thanks for the help!

Nigel