Dunno what else to say here.. v3.03 resolves the blank page and language errors. The code that was the cause of the problem is no longer there and there is no other reason for the error to appear unless you have somehow not replaced your current files with the ones from the v3.03 fileset..

Suggest making a backup and doing a file comparison between the v3.03 fileset and files in your store.. I'm fairly certain you will find that somehow the files in place are not from the current fileset..

Quote Originally Posted by Boggled View Post
I've run into the 'blank admin' issue.

I initially installed ver 3.02 per instructions and everything looked fine except the 'update' button was not showing in the orders. Once I clicked where the button should be, everything went away.

So I came here, found the new version 3.03, followed the directions in it. Same result. Blank admin.

I went thru and removed all of the Edit Orders files, reuploaded the original 1.3.9h orders.php and ran the uninstall sql via phpMyAdmin in cpanel (since I couldn't access my admin to do it).

It's still blank and I'm getting the following in my debug file:

Code:
[21-Jan-2011 23:17:01] PHP Warning:  require(includes/languages/1.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/xxxxxx/public_html/xxxxxx/includes/init_includes/init_languages.php on line 35
[21-Jan-2011 23:17:01] PHP Warning:  require(includes/languages/1.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home/xxxxx/public_html/xxxxx/includes/init_includes/init_languages.php on line 35
[21-Jan-2011 23:17:01] PHP Fatal error:  require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/languages/1.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxxx/public_html/xxxxx/includes/init_includes/init_languages.php on line 35
Note: This is the same thing it said when the blank pages originally appeared. So I'm getting the same error even after uninstalling everything which makes no sense to me. I've uninstalled many a mod and everything always went back to normal.

I'm running:

Zencart version 1.3.9h (new install - not an upgrade)
PHP Version: 5.2.15
Server OS: Linux 2.6.34.6
Database: MySQL 5.1.52

Using Filezilla 3.3.5.1 to FTP


Mods Installed:

User Tracking
Database Backup - MySQL
Easy Populate
Reward Points Suite
Image Handler
Fual Slimbox
Quick Updates
Black-Admin Theme
Sales Report


I tried // out the line referred to in the debug file (includes/init_includes/init_languages.php on line 35) just to see what would happen and the admin did come back, but all the headers/text was fubarbed. (EX: HEADER_TITLE_TOP)

If you can help me figure out how to get my admin back to normal, I will be eternally grateful.