wiki:cubecart_store_front_has_a_blank_white_page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| wiki:cubecart_store_front_has_a_blank_white_page [2017/11/15 05:35] – [SOLVED - CubeCart V6 Store Front Displays a Blank White Page] wikiadmin | wiki:cubecart_store_front_has_a_blank_white_page [2017/11/15 16:53] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======SOLVED - CubeCart V6 Store Front Displays a Blank White Page====== | ======SOLVED - CubeCart V6 Store Front Displays a Blank White Page====== | ||
| -Login to the admin dashboard of your CubeCart store. | -Login to the admin dashboard of your CubeCart store. | ||
| - | -On the left navigation menu near the bottom, | + | -On the left navigation menu near the bottom, |
| -The latest error should be near the top. The error that I found referred to the following: gd.class.php: | -The latest error should be near the top. The error that I found referred to the following: gd.class.php: | ||
| - | -I had moved my CubeCart website to a new server | + | -I had moved my CubeCart website to a new IIS7 Web server |
| - | -I needed to enable the php_gd2.dll extension within the php.ini file. On my Windows server, | + | -I located the gd.class.php file in the '/ |
| + | -I opened the gd.class.php file using NotePad++ editor and went directly to LINE 102 referenced in the latest entry of the CubeCart system error log. | ||
| + | -Line 102 was calling to a function requiring that the gd extension must be enabled in the windows server' | ||
| + | -Close the gd.class.php file within Notepad++ without saving any changes. | ||
| + | -I needed to enable the php_gd2.dll extension within the php.ini file. On Windows server, | ||
| -Locate and open the php.ini file in the php directory of your server using NotePad++ editor. | -Locate and open the php.ini file in the php directory of your server using NotePad++ editor. | ||
| - | -Remove the leading semicolon ';' | + | -Remove the leading semicolon ';' |
| + | -Close NotePad++ | ||
| -Restart IIS Server | -Restart IIS Server | ||
| -Go to the home page of your CubeCart store front | -Go to the home page of your CubeCart store front | ||
| Line 14: | Line 19: | ||
| [[https:// | [[https:// | ||
| - | =====Fix | + | =====Fix |
| -The .htaccess file contains rewrite conditions, but IIS7 cannot interpret .htaccess like Apache2 webserver. | -The .htaccess file contains rewrite conditions, but IIS7 cannot interpret .htaccess like Apache2 webserver. | ||
| Line 22: | Line 27: | ||
| -You need to delete the line ' | -You need to delete the line ' | ||
| -Restart IIS server | -Restart IIS server | ||
| - | -Go test your website. The secondary page links should no longer display the 404 error. | + | -Go test the store front of your website |
| - | =====If You are Using IIS7, Make Sure you install | + | =====If You are Using IIS7, make sure that you install |
| - | *The most current MS Installer (*.MSI) file name as of the edit of this article | + | *The most current MS Installer (*.MSI) file name available at the time of this publication |
| + | *Find the 64-bit msi download here: [[https:// | ||
| + | *According to the download page, the url Rewrite Module 2.0 provides a rule-based rewriting mechanism for changing requested URL’s before they get processed by web server and for modifying response content before it gets served to HTTP clients. | ||
wiki/cubecart_store_front_has_a_blank_white_page.1510724114.txt.gz · Last modified: 2017/11/15 05:35 by wikiadmin
