| Thursday 15 March 2007 8:46:23 am 
                                                                
                                                                 
Hi everybody,First of all i'd like to thank the community for Exponential excellent service.
 
I've tried Exponential multi site features . I'm setting up Exponential to have two site in one ez installation on One DataBase, but
 i have 2 problems
 Sites called : 1)site_1 2)site_2 This the steps : 
<b>1)</b>I have created the repositories for siteacces : -- cd ../../../settings/siteaccess/
 -- cp -pR site_1/ site_2
 -- cp -pR site_1_admin/ site_2_admin
 
<b>2)</b>I have created siteacces : vi site_2/site.ini.append.php
 and I changed the default file with:
 .....
 [SiteSettings]
 SiteName=Site 2
 SiteURL=127.0.0.1/ez/index.php/site_2
 
[DesignSettings]SiteDesign=site_2
 AdditionalSiteDesignList[]=site_2_base
 ....
 
<b>3)</b>I have modified
 vi ../override/site.ini.append.php
 
 [SiteAccessSettings]CheckValidity=false
 AvailableSiteAccessList[]
 AvailableSiteAccessList[]=site_1
 AvailableSiteAccessList[]=site_1_admin
 AvailableSiteAccessList[]=site_2 <============ ADD !!!
 AvailableSiteAccessList[]=site_2_admin <============ ADD !!!
 
<b>4)</b>I have modifiedvi site_2_admin/site.ini.append.php
 
 [SiteSettings]SiteName=Site 2 admin <====
 SiteURL=127.0.0.1/ez/index.php/site_2_admin <=====
 LoginPage=custom
 
<b>5)</b>I have created repository for design:cd ../../design/
 
.cp -pR site_1/ site_2cp -pR base/ site_2_base
 
<b>6)</b> grants on site_2 folderchmod 777 site_2
 <b>But When I GO to : http://127.0.0.1/ez/index.php/site_2/</b> <i>I have this error:</i>  
</b>First error:</b>Error kernel (1)
 Access denied
 You don't have permission to access this area. 
Possible reasons for this are:* You are currently not logged in to the site, to get proper access create a new user or login with an existing user.
 * You misspelled some parts of your URL, try changing it.
 When I'm logged there is not the Error kernel (1) 
</b>Second problem:</b>the site not have the template
 ...if I use Ez_Debug  
<i>I have this error </i> :------------------------------------------------------------------------
 <b>Error:</b> error/view.php 	Mar 15 2007 15:40:22
 Error ocurred using URI: /ez/index.php/site_2 
and many errors as:------------------------------------------------------------------------
 </b>Error:</b> eZTemplateDesignResource::overrideArray 	Mar 15 2007 15:31:33
 
Custom match file: path 'full/banner.tpl' not found in any resource. Check template settings in settings/override.ini
 ------------------------------------------------------------------------
 
could someone help me to resove this problems?Thanks
 |