Zen Cart Logo
Forums / General Questions / After install got white page

After install got white page

Views: 1,296

Results 1 to 8 of 8
30 Mar 2011, 9:36 AM
#3
chandroo007 avatar

chandroo007

New Zenner

Join Date:
Mar 2010
Posts:
55
Plugin Contributions:
0

Re: After install got white page

misty:

Try Previous thread at
http://www.zen-cart.com/forum/showthread.php?t=171488

But no luck buddy. I just trace the code in index page, here require(include/autoload_fun.php) after this require the page was going to error

30 Mar 2011, 10:21 AM
#4
chandroo007 avatar

chandroo007

New Zenner

Join Date:
Mar 2010
Posts:
55
Plugin Contributions:
0

Re: After install got white page

My zencart version is 1.3.8a and php version is 5.3.5. This cause any problem occur:frusty:

30 Mar 2011, 10:45 AM
#5
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: After install got white page

chandroo007:

My zencart version is 1.3.8a and php version is 5.3.5. This cause any problem occur:frusty:
SEE
http://www.zen-cart.com/forum/showthread.php?t=140960

30 Mar 2011, 11:26 AM
#6
chandroo007 avatar

chandroo007

New Zenner

Join Date:
Mar 2010
Posts:
55
Plugin Contributions:
0

Re: After install got white page

hai,
I got the solution . PHP 5 date_diff() is built in function . Zencart 1.3.8a includes/function/function_general.php page, user defined function name is using date_diff that cause the whitw page error

Same error occur admin/include/function/general.php file

change the function name date_diff() to another name
:clap: :clap:

30 Mar 2011, 11:28 AM
#7
chandroo007 avatar

chandroo007

New Zenner

Join Date:
Mar 2010
Posts:
55
Plugin Contributions:
0

Re: After install got white page

hai
thanks buddy for your opinion :clap:

30 Mar 2011, 11:35 AM
#8
misty avatar

misty

Inactive

Join Date:
Apr 2004
Location:
UK
Posts:
5,752
Plugin Contributions:
1

Re: After install got white page

chandroo007:

hai,
I got the solution . PHP 5 date_diff() is built in function . Zencart 1.3.8a includes/function/function_general.php page, user defined function name is using date_diff that cause the whitw page error

Same error occur admin/include/function/general.php file

change the function name date_diff() to another name

Pleased to hear problem solved.
:smile: