[Zen Cart] MSU on IIS
[Zen Cart] MSU on IIS
I am having a problem with my installation - When I add the line of code to the application top file it causes a white blank screen. I have installed Zend Optimizer and ISAPI Rewrite 3. There is no code in the .htaccess file in the root folder and i am not sure what i am supposed to put there. Please help!
Re: [Zen Cart] MSU on IIS
If you see blank page, it is usually caused (no matter Apache/IIS is used) by corrupted includes/magic_seo_url.php file. Please make sure you have uploaded it in BINARY mode.
Re: [Zen Cart] MSU on IIS
Ok I uploaded the file as binary and if I go here: http://www.hancockseed.com/includes/magic_seo_url.php instead of saying currpt it says:
and I still get a blank white screen
Code: Select all
Warning: MSU configuration ini file was not found. Using default values.PHP Warning: array_flip() [function.array-flip]: The argument should be an array in C:\HostingSpaces\hancockseed\hancockseed.com\wwwroot\includes\magic_seo_url.php on line 0 PHP Warning: fopen(C:\HostingSpaces\hancockseed\hancockseed.com\wwwroot/.htaccess) [function.fopen]: failed to open stream: Permission denied in C:\HostingSpaces\hancockseed\hancockseed.com\wwwroot\includes\magic_seo_url.php on line 0 PHP Warning: fwrite(): supplied argument is not a valid stream resource in C:\HostingSpaces\hancockseed\hancockseed.com\wwwroot\includes\magic_seo_url.php on line 0 PHP Warning: fclose(): supplied argument is not a valid stream resource in C:\HostingSpaces\hancockseed\hancockseed.com\wwwroot\includes\magic_seo_url.php on line 0 PHP Warning: implode() [function.implode]: Invalid arguments passed in C:\HostingSpaces\hancockseed\hancockseed.com\wwwroot\includes\magic_seo_url.php on line 0 PHP Warning: implode() [function.implode]: Invalid arguments passed in C:\HostingSpaces\hancockseed\hancockseed.com\wwwroot\includes\magic_seo_url.php on line 0
and I still get a blank white screen
Re: [Zen Cart] MSU on IIS
The question is why are you accessing the file, it is not necessary (btw I recommend you to disable listing and direct access for includes directory).
Please follow instructions in docs/install.html where you will find how to install MSU in a minute.
Please follow instructions in docs/install.html where you will find how to install MSU in a minute.
Re: [Zen Cart] MSU on IIS
I have followed the instructions - and there is not much too the install - I am only accessing that file because the whole site goes blank and I am trying to gather more information.
Have you helped any other windows installations using ISAPI rewrite? I saw no other forum posts on it this.
Have you helped any other windows installations using ISAPI rewrite? I saw no other forum posts on it this.
Re: [Zen Cart] MSU on IIS
There are many installations on IIS with both ISAPI Rewrite and IIS Mod-Rewrite. Have you tried to place installation line in includes/application_top.php after you have re-uploaded the file?
If you are in doubt or completely lost, PM me your FTP login details. I will look on it.
If you are in doubt or completely lost, PM me your FTP login details. I will look on it.
Re: [Zen Cart] MSU on IIS
sorry to waste your time - I assumed that since the directions only refered to chmod that windows was not affected. So I added the write permissions to the .htaccess file and all is well.
Great product - works perfectly so far.
Great product - works perfectly so far.