Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
J2.5 & IIS
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andy Wallace  
View profile  
 More options Nov 19 2012, 11:26 am
From: Andy Wallace <andy.wallac...@gmail.com>
Date: Mon, 19 Nov 2012 08:26:35 -0800 (PST)
Local: Mon, Nov 19 2012 11:26 am
Subject: J2.5 & IIS

The following forum issue involving Joomla 2.5 (I know it is so passe, with
all the 3.0 discussions, but...)
http://forum.joomla.org/viewtopic.php?f=623&t=770390&p=2940913#p2936476

On a Windows IIS 7.5 MySQL 5.5 and PHP5.3.17 set up.

Summarized, the issue was

Error 500 ...
...
JHtml: :behavior not supported. File not found.

Ultimately, the solution has been given about editing *
/libraries/joomla/filesystem/path.php* with the following:

function clean($path, $ds=DS)
{
$path = trim($path);

return $path; // <-- Fixes issue with UNC paths

if (empty($path)) {
$path = JPATH_ROOT;

} else {

// Remove double slashes and backslahses and convert all slashes
andbackslashes to DS
$path = preg_replace('#[/\\\\]+#', $ds, $path);

}
return $path;
}

Other than giving the usual warning about editing Joomla core because of
unforeseen issues and/or overwriting at update time, the only thing I could
guess at was whether this could be handled somehow in *web.config* file
althought the more I think about it the less likely I think that is
appropriate.

I raise it here for either a correct slant on the solution and/or a
notification of a possible issue with IIS 7.5 which as I do not use, I have
no way of validating.

Thanks

Andy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sam Moffatt  
View profile  
 More options Nov 19 2012, 11:43 am
From: Sam Moffatt <pasa...@gmail.com>
Date: Mon, 19 Nov 2012 08:41:52 -0800
Local: Mon, Nov 19 2012 11:41 am
Subject: Re: [jbs] J2.5 & IIS

Looks like they're running Joomla on a UNC path. There was a commit somewhere a while back to fix that up in a few different places, perhaps this is just one more place it needs to be fixed. Perhaps ask them to check with 3.0 and see if that changes anything. This isn't an IIS or PHP specific issue but a file pathing issue. The same path on Apache would likely trigger similar problems. The usual work around is to either assign the UNC path a drive allocation or mount it on an existing NTFS file system (similar to how UNIX OS's mount different drives/network shares). (Note: I'm assuming that this feature hasn't been removed by Microsoft. They do that from time to time).

Cheers,

Sam

--
Sam Moffatt
http://pasamio.id.au
Note: I'm not at my desk, responses may be delayed

On Nov 19, 2012, at 8:26 AM, Andy Wallace <andy.wallac...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andy Wallace  
View profile  
 More options Nov 21 2012, 1:19 pm
From: Andy Wallace <andy.wallac...@gmail.com>
Date: Wed, 21 Nov 2012 10:19:59 -0800 (PST)
Local: Wed, Nov 21 2012 1:19 pm
Subject: Re: [jbs] J2.5 & IIS

Cheers Sam

I will pass the information on.

Andy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »