Zen Follower
- Join Date:
- Jul 2008
- Location:
- Bristol UK
- Posts:
- 162
- Plugin Contributions:
- 0
Installing 1.5.4 with php 5.2.17
Hi
I've done a fresh install of version 1.54 and after getting a white admin screen, followed Dr Bytes thread
https://www.zen-cart.com/showthread.php?215694-Known-Bugs-%28and-fixes%29-with-v1-5-4
and changed
- In the meantime, as a TEMPORARY fix, on line 118 of /admin/includes/classes/class.admin.zcObserverLogEventListener, change:
Code:
$levels = static::$levels;
to:
Code:
$levels = self::$levels;
This now leaves me with an admin section with just a green band with no top or bottom menu items
Can anyone advise me the next step?
Or would it be better to install v.1.5.1. which I know works on this server and try to upgrade to 1.5.4?
thanks
Derek