Wrong SiteURL ?

Author Message

Sébastien Prud'homme

Saturday 24 January 2004 10:11:00 am

On Mandrake 9.2, with Apache 2, when i install a new site on my local machine, SiteURL is set to localhost/mysite/index.php in settings/siteaccess/mysite/site.ini.append

When i try to register a new user, some emails are sent but they contain wrong links, for instance :

http://localhost/mysite/index.php/mysite/index.php/plain/content/view/full/54
instead of
http://localhost/mysite/index.php/plain/content/view/full/54

If i look into templates i can see :
http://{ezini("SiteSettings","SiteURL")}{concat('content/view/full/',$object.main_node_id)|ezurl(no)}

{ezini("SiteSettings","SiteURL")} gives localhost/mysite/index.php

and {concat('content/view/full/',$object.main_node_id)|ezurl(no)} gives /mysite/index.php/plain/content/view/full/54

Is there a problem with Apache2 and ezurl function ?
Or should i change SiteURL to localhost ?

Thanks

Tony Wood

Saturday 24 January 2004 10:51:13 am

Hi,

Can you post the relavant part of your httpd2.conf or the relavant file in /etc/httpd/conf.d.

Tony

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Sébastien Prud'homme

Saturday 24 January 2004 11:10:31 am

I made no change to the default Apache conf, so i don't know what part you need.

It seems that SiteURL value is used only for sending mail, so i think i will change that to "localhost" so that everything works fine.

Eugene Vernikovskiy

Sunday 21 November 2004 11:48:00 pm

I am having the same problem. My site address is something like: http://my.web.com/ez/. If I put just http://my.web.com as SiteURL then e-mails to new users show the correct address http://my.web.com/ez/index.php/..., but notifications about changes on the site are wrong: http://my.web.com/node_...

If I put SiteURL=http://my.web.com/ez/index.php then the notifications are file (http://my.web.com/ez/index.php/node_...), but the e-mail to new users contains a wrong URL: http://my.web.com/ez/index.php/ez/index.php/...

Notice that both templates (for notification and for user registration e-mails) use the same sort of address construction:
http://{ezini("SiteSettings","SiteURL")}{concat('content/view/full/',$object.main_node_id)|ezurl(no)}

In the worst case I will just drop the ezurl in one of the templates I think... (I am using v3.4.1 upgraded from 3.3)

Nathan Sharp

Sunday 27 March 2005 4:16:59 am

In case someone finds this thread but not the Bug, there is a reasonable workaround here:

http://ez.no/community/bugs/siteurlwith_ezurl_works_inconsistent_in_runcronjobs_php

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 00:41:44
Script start
Timing: Jan 31 2025 00:41:44
Module start 'layout'
Timing: Jan 31 2025 00:41:44
Module start 'content'
Timing: Jan 31 2025 00:41:44
Module end 'content'
Timing: Jan 31 2025 00:41:44
Script end

Main resources:

Total runtime0.0231 sec
Peak memory usage4,096.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0046 588.0000151.1953
Module start 'layout' 0.00460.0037 739.1953220.6406
Module start 'content' 0.00840.0130 959.83591,001.7266
Module end 'content' 0.02140.0016 1,961.562533.9922
Script end 0.0230  1,995.5547 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002611.1814140.0002
Check MTime0.00114.6594140.0001
Mysql Total
Database connection0.00083.554510.0008
Mysqli_queries0.00239.759230.0008
Looping result0.00000.051710.0000
Template Total0.00114.910.0011
Template load0.00093.941110.0009
Template processing0.00020.914710.0002
Override
Cache load0.00062.670810.0006
General
dbfile0.00031.217680.0000
String conversion0.00000.028940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs