Share » Forums » Install & configuration » Extra / at the end of URL

Extra / at the end of URL

Extra / at the end of URL

Thursday 24 April 2003 2:49:03 am - 10 replies

Author Message

Jan Borsodi

Thursday 24 April 2003 11:13:30 pm

There has probably been a change in the newer version of Apache or PHP regarding urls, causing eZ publish to malfunction.
Could you give me the full version of Apache and PHP you are using?

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

Fred Podnek

Friday 25 April 2003 12:45:35 am

Here's the exact information: Apache 2.0.40 and PHP 4.2.2.

Regards

Bill Christian

Friday 25 April 2003 7:23:56 pm

I have the same error for the noted situation. Additionally, the error is given when a user attempts to confirm registration via the email link. However, in this case the URL does not contain an extra slash.

Is this addressed in the the recent release 3.0-2?

Bill Christian

Tuesday 06 May 2003 8:37:25 am

Has anyone investigated the issue and possible solution related to this post? It affects user registration, so I need to get it resolved. My only option currently is to install Apache 1.3 which I rather not do.

Joel Finkel

Friday 16 May 2003 11:00:11 pm

Same issue here.

Apache/2.0.43
PHP Version 4.3.0-dev

-Joel

thomas zee

Thursday 29 May 2003 6:06:30 am

Same problem here but no extra / in my url

Robert MacKay

Friday 20 June 2003 8:58:55 pm

Hey,

Yea I'm getting the same error.
Apache/2.0.44 (Win32)
PHP 4.2.3
MySQL - 4.0.11-gamma

Are you sure its a fault in apache?
I might try running it on an apache 1.3.x server and see what happens

Esben Maaløe

Saturday 21 June 2003 12:26:45 pm

In the standard setup of 3.1.0-2 - because URLTranslation is not enabled by default - urls a'la /user/a_particular_node_i_wanna_see gives the 'module not found' error.

If that is the case you need to go to site.ini (or one of the overrides) and change

[URLTranslator]
# Use either enabled or disabled
Translation=disabled

to

[URLTranslator]
# Use either enabled or disabled
Translation=enabled

Not saying it will help the original poster - just trying to help others who might have this problem

Luc Chase

Friday 03 October 2003 1:13:52 pm

I have the same problem. But it seems to be a timing or caching problem I suspect to do with accessing the database because it happens fairly often (especially if the machine is thrashing the drive), but never happens twice in a row for the same link.

It may also be significant that sometimes a # is placed at the end instead of //, and then there is no error.

The Web Application Service Provider

Luc Chase

Tuesday 07 October 2003 6:56:24 pm

I've solved this one (at least my instance of this error). Here is what to look for.
It's not an extra slash '/' at the end but a missing node_id.
Look-out for...
$folder:item.node_id
in your code. It should be...
$Folder:item.node_id
Uppercase "F" in $Folder.

The Web Application Service Provider

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu