[Zen Cart] MSU on IIS

Magic SEO URLs for Zen Cart.
gbaxley
Posts: 9
Joined: Mon Mar 09, 2009 9:22 pm

[Zen Cart] MSU on IIS

Postby gbaxley » Tue Mar 10, 2009 5:46 am

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!

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] MSU on IIS

Postby inveo » Tue Mar 10, 2009 5:58 am

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.

gbaxley
Posts: 9
Joined: Mon Mar 09, 2009 9:22 pm

Re: [Zen Cart] MSU on IIS

Postby gbaxley » Tue Mar 10, 2009 6:12 am

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:

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

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] MSU on IIS

Postby inveo » Tue Mar 10, 2009 6:18 am

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.

gbaxley
Posts: 9
Joined: Mon Mar 09, 2009 9:22 pm

Re: [Zen Cart] MSU on IIS

Postby gbaxley » Tue Mar 10, 2009 6:35 am

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.

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [Zen Cart] MSU on IIS

Postby inveo » Tue Mar 10, 2009 6:43 am

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.

gbaxley
Posts: 9
Joined: Mon Mar 09, 2009 9:22 pm

Re: [Zen Cart] MSU on IIS

Postby gbaxley » Tue Mar 10, 2009 6:59 am

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.