Zen Cart Logo
Forums / Upgrading to 2.x.x / ZC 2.1 EZ-Pages Blank after uprade

ZC 2.1 EZ-Pages Blank after uprade

Views: 348

Results 1 to 3 of 3
17 Dec 2024, 12:44 PM
#1
n8pbm avatar

n8pbm

Zen Follower

Join Date:
Mar 2005
Posts:
142
Plugin Contributions:
0

ZC 2.1 EZ-Pages Blank after uprade

Upgraded ZC 2.01 to 2.1.
PHP 8.2

Testing ZC 2.01, EX pages link in admin worked fine. After upgrading to 2.1 I get a blank page and the following logs:

[17-Dec-2024 12:33:33 UTC] PHP Fatal error: Uncaught Error: Undefined constant "HEADING_TITLE" in /admin/ezpages.php:202
Stack trace:
#0 /admin/index.php(16): require()
#1 {main}
thrown in /admin/ezpages.php on line 202

[17-Dec-2024 12:33:33 UTC] Request URI: /admin/index.php?cmd=ezpages, IP address: 104.153.39.18
--> PHP Fatal error: Uncaught Error: Undefined constant "HEADING_TITLE" in /admin/ezpages.php:202
Stack trace:
#0 /admin/index.php(16): require()
#1 {main}
thrown in /admin/ezpages.php on line 202.

[17-Dec-2024 12:33:33 UTC] Request URI: /admin/index.php?cmd=ezpages, IP address: 104.153.39.18
--> PHP Fatal error: Uncaught Error: Undefined constant "HEADING_TITLE" in /admin/ezpages.php:202
Stack trace:
#0 /admin/index.php(16): require()
#1 {main}
thrown in /admin/ezpages.php on line 202.

I do not believe I changed anything after upgrading but I was testing the store. Just noticed I could not view the EZ Pages link today. Any suggestions?
Thank you

17 Dec 2024, 1:43 PM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,065
Plugin Contributions:
56

Re: ZC 2.1 EZ-Pages Blank after uprade

n8pbm:

Upgraded ZC 2.01 to 2.1.
PHP 8.2

Testing ZC 2.01, EX pages link in admin worked fine. After upgrading to 2.1 I get a blank page and the following logs:

[17-Dec-2024 12:33:33 UTC] PHP Fatal error: Uncaught Error: Undefined constant "HEADING_TITLE" in /admin/ezpages.php:202
Stack trace:
#0 /admin/index.php(16): require()
#1 {main}
thrown in /admin/ezpages.php on line 202

[17-Dec-2024 12:33:33 UTC] Request URI: /admin/index.php?cmd=ezpages, IP address: 104.153.39.18
--> PHP Fatal error: Uncaught Error: Undefined constant "HEADING_TITLE" in /admin/ezpages.php:202
Stack trace:
#0 /admin/index.php(16): require()
#1 {main}
thrown in /admin/ezpages.php on line 202.

[17-Dec-2024 12:33:33 UTC] Request URI: /admin/index.php?cmd=ezpages, IP address: 104.153.39.18
--> PHP Fatal error: Uncaught Error: Undefined constant "HEADING_TITLE" in /admin/ezpages.php:202
Stack trace:
#0 /admin/index.php(16): require()
#1 {main}
thrown in /admin/ezpages.php on line 202.

I do not believe I changed anything after upgrading but I was testing the store. Just noticed I could not view the EZ Pages link today. Any suggestions?
Thank you
Is the file admin/includes/languages/english/lang.ezpages.php present? Is the file admin/includes/languages/english/ezpages.php also present?

17 Dec 2024, 3:56 PM
#3
n8pbm avatar

n8pbm

Zen Follower

Join Date:
Mar 2005
Posts:
142
Plugin Contributions:
0

Re: ZC 2.1 EZ-Pages Blank after uprade

Thanks, the admin/includes/languages/english/lang.ezpages.php was missing. I appreciate the help.