Zen Cart Logo
Forums / Upgrading from 1.3.x to 1.3.9 / error in zc_install/includes/languages/english/inspect.php

error in zc_install/includes/languages/english/inspect.php

Locked

Views: 1,309

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
8 Mar 2007, 4:15 PM
#1
monkeytastic avatar

monkeytastic

Zen Follower

Join Date:
Dec 2006
Posts:
141
Plugin Contributions:
0

error in zc_install/includes/languages/english/inspect.php

Been going well with installing the upgraded version into new_shop but when I click on 'upgrade database' I get the message below. What do I need to change please?

Warning: Wrong parameter count for define() in /home/jungilri/public_html/skateboardstickers/new_shop/zc_install/includes/languages/english/inspect.php on line 31

Warning: Cannot modify header information - headers already sent by (output started at /home/jungilri/public_html/skateboardstickers/new_shop/zc_install/includes/languages/english/inspect.php:31) in /home/jungilri/public_html/skateboardstickers/new_shop/zc_install/includes/modules/pages/inspect/header_php.php on line 484

8 Mar 2007, 4:57 PM
#2
monkeytastic avatar

monkeytastic

Zen Follower

Join Date:
Dec 2006
Posts:
141
Plugin Contributions:
0

Re: error in zc_install/includes/languages/english/inspect.php

Have looked at https://www.zen-cart.com/tutorials/index.php?article=87

but line 31 is saying.....

30 define('UNWRITABLE',"<span class='errors'>Unwriteable</span>");
31 define('UNKNOWN','Unknown');
32 define('ON','ON');

the 484 of the other file is saying...

483 if (!$zen_cart_allow_database_upgrade_button_disable) {
484 header('location: index.php?main_page=database_upgrade&language=' . $language . '&is_upgrade=1');
485 exit;

:wacko:

8 Mar 2007, 7:16 PM
#3
monkeytastic avatar

monkeytastic

Zen Follower

Join Date:
Dec 2006
Posts:
141
Plugin Contributions:
0

Re: error in zc_install/includes/languages/english/inspect.php

Seems to work now - I deleted "define('UNKNOWN','Unknown');" then ftp'd the file, then put "define('UNKNOWN','Unknown');" back in and ftp'd again and it now goes through to the Setup - Database Uprgrade.... where I have a new problem.

Whe I click on "Upgrade DB from 1.0.4 to 1.1.1" I am getting "mysql SQL Install file does not exist"

What am I doing wrong?

8 Mar 2007, 8:41 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: error in zc_install/includes/languages/english/inspect.php

Why are you telling the installer what to install? :unsure:

The installer will tell you which ones need to be installed ...

8 Mar 2007, 9:03 PM
#5
monkeytastic avatar

monkeytastic

Zen Follower

Join Date:
Dec 2006
Posts:
141
Plugin Contributions:
0

Re: error in zc_install/includes/languages/english/inspect.php

I don't understand what I'm doing wrong. If you look at http://skateboardstickers.co.uk/zen.jpg I thought I had to tick each of the upgrade boxes 1 at a time but when I click the 1st and enter un and pw, I get the "mysql SQL Install file does not exist"

Not an expert here - it's all pretty much greek to me :blush: