The problem –
1. After uploading the files and pointing the browser to the Zen Cart folder blank page is shown.
2. After installation is complete by going to the zc_install folder manually, the store front end is blank
3. Following error is shown –
Warning: include(includes/configure.php) [function.include]: failed to open stream: No such file or directory in
The solution –
1. Open the php.ini file
2. Search for include_path
3. Add ‘.:’ in the value (If Unix/Linux System) or ‘.;’ (If Windows System)
4. Restart your web server
That should solve the issue. If you do not have access to the php.ini ask your Server Administrator