User site is the same as Admin site

Author Message

Guy Truong

Sunday 28 September 2003 6:08:36 pm

The installation went sucessfully. I've choosed the "News" template. The problem is when I click on the link "user site" it shows me the same page as the Admin page ("Welcome to eZ publish administration" + login )

I've try to change couple parameter but I didn't get any result. I'm still trying to figure it out but it seems that I don't have any luck.

Sorry if it have already been solve on the forum but now everytime I've try to search the forum I don't get anything. :(

Thank you in advance for your advices on how to slove it or where to look for infos.

James Packham

Monday 29 September 2003 4:19:07 am

I'm sure I've seen a post by someone with exactly the same problem as you and the answer was to turn on the virtual hosting... I know turning it on for me fixed a couple of problems + it makes it look nice and tidy :)

add some along the lines of:

<Virtualhost 192.168.0.1>
<Directory /var/www/html/ezpublish-my-sites/>
Options FollowSymLinks Indexes ExecCGI
AllowOverride None
</Directory>

RewriteEngine On
RewriteRule !\.(gif|css|jpg|png|jar|js|html)$ /index.php

ServerAdmin root@localhost
DocumentRoot /var/www/html/ezpublish-my-sites/
ServerName 192.168.0.1
</Virtualhost>

to your httpd.conf (assuming your using linux and uri). If you still get the same problem then it's something to do with either settings/site.ini or settings/siteaccess/news_admin(or news)/[overide files].

In site.ini check to see what your DefaultAccess is set to and enable debug output, cos that'll tell you what's wrong if nothing else does.

Hope something here helps :)

~James~

Serge Wagner

Monday 06 October 2003 3:16:33 am

I had the same problem - it was only a cache problem. I installed the cache correction (you'll find it here somewhere) - and the problem disappeared

Serge

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 19 2025 07:04:41
Script start
Timing: Jan 19 2025 07:04:41
Module start 'layout'
Timing: Jan 19 2025 07:04:41
Module start 'content'
Timing: Jan 19 2025 07:04:41
Module end 'content'
Timing: Jan 19 2025 07:04:41
Script end

Main resources:

Total runtime0.7820 sec
Peak memory usage4,096.0000 KB
Database Queries59

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0057 589.2813152.6406
Module start 'layout' 0.00570.0031 741.921939.4766
Module start 'content' 0.00870.7714 781.3984537.6016
Module end 'content' 0.78010.0018 1,319.000012.1406
Script end 0.7819  1,331.1406 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00340.4366160.0002
Check MTime0.00140.1797160.0001
Mysql Total
Database connection0.00070.094810.0007
Mysqli_queries0.726492.8992590.0123
Looping result0.00060.0821570.0000
Template Total0.744395.220.3721
Template load0.00210.266420.0010
Template processing0.742294.909120.3711
Template load and register function0.00030.039210.0003
states
state_id_array0.00090.108810.0009
state_identifier_array0.00120.158720.0006
Override
Cache load0.00170.2160310.0001
Sytem overhead
Fetch class attribute can translate value0.00090.116130.0003
Fetch class attribute name0.00100.129740.0003
XML
Image XML parsing0.00070.095730.0002
class_abstraction
Instantiating content class attribute0.00000.001340.0000
General
dbfile0.00380.4834160.0002
String conversion0.00000.001240.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 11
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs