| CARVIEW |
We’ve installed MSM in a previous EE installation that was working perfectly, we’ve manage to install MSM and get the initial “main site” to run with no problem, however when we follow these instructions the new “secondary” site doesn’t come up.
The initial site is https://www.banaduana.com/index.php
And the second site is https://www.turbaduana.com/index.php
The home directories are located as follows:
For Banaduana: /home/turbaduana/www/banaduana.com/
For Turbaduana: /home/turbaduana/www/turbaduana.com/
The main system directory is installed within:
/home/turbaduana/www/banaduana.com/system
This is the code we have in the index.php for turbaduana.com/index.php:
/*
* --------------------------------------------------------------------
* SYSTEM PATH
* --------------------------------------------------------------------
*
* The following variable contains the server path to your
* ExpressionEngine "system" folder. By default the folder is named
* "system" but it can be renamed for increased security. If you
* have changed the name of the system folder please indicate the
* new name here, and include the server path. The path can be a
* simple relative path or it can be a full server path.
*
*/
$system_path = '/home/turbaduana/www/banaduana.com/system';
/*
* --------------------------------------------------------------------
* ERROR REPORTING OVERRIDE
* --------------------------------------------------------------------
*
* PHP and database errors are normally displayed dynamically based
* on the authorization level of each user accessing your site.
* This variable allows the error reporting system to be overridden,
* which can be useful for low level debugging during site development,
* since errors happening before a user is authenticated will not normally
* be shown. Options:
*
* $debug = 0; Default setting. Errors shown based on authorization level
*
* $debug = 1; All errors shown regardless of authorization
*
* NOTE: Enabling this override can have security implications.
* Enable it only if you have a good reason to.
*
*/
$debug = 0;
/*
* --------------------------------------------------------------------
* CUSTOM CONFIG VALUES
* --------------------------------------------------------------------
*
* The $assign_to_config array below will be passed dynamically to the
* config class. This allows you to set custom config items or override
* any default config values found in the config.php file. This can
* be handy as it permits you to share one application between more then
* one front controller file, with each file containing different
* config values.
*
* Un-comment the $assign_to_config array below to use this feature
*
* NOTE: This feature can be used to run multiple EE "sites" using
* the old style method. Instead of individual variables you'll
* set array indexes corresponding to them.
*
*/
// $assign_to_config['template_group'] = '';
// $assign_to_config['template'] = '';
// $assign_to_config['site_index'] = '';
// $assign_to_config['site_404'] = '';
// $assign_to_config['global_vars'] = array(); // This array must be associative
/**
* If you are running the Multiple Site Manager, uncomment and assign the following variables
* See https://expressionengine.com/user_guide/cp/sites/domainsetup.html
*/
$assign_to_config['site_name'] = 'turbaduana';
$assign_to_config['cp_url'] = 'https://www.turbaduana.com/system/';
$assign_to_config['site_url'] = 'https://www.turbaduana.com';
However when we try to load https://www.turbaduana.com/index.php the site loads a completely blank page.
We do NOT have activated openbase_dir.
Thanks a lot for your prompt help!
Best,
Nicolas E.
]]>When going to Content > Edit and then selecting a “Filter by Channel”, all the other filter dropdowns become empty. Fine in Firefox. IE6 I was unable to test because the CP is completely broken in my version. Here are some Screen Shots.
]]>We have an event that takes place once a year on about 4-5 cities.
So, we have a main page to display the years that the event has taken place in:
https://198.65.234.138/index.php
There you pick the year you want to review and it will display the cities were the event took place that year.
Here for example the one after you select the year 2010:
https://198.65.234.138/index.php/home/detalle/encuentro_2010
Our problem is that this page is displaying 8 events (5 for 2010, 1 for 2007, 1 for 2008 and 1 for 2009)
We want this to display ONLY the events/cities that took place for the chosen year.
Our current channels are:
encuentros - Like editions only with title (Currently, 2007, 2008, 2009 and 2010)
eventos - Like events with more fields, but of importance: Name, Ciudad (City) with relationship to ciudades:title, Encuentro (Edition) with relationship to encuentro:title.
This is the code we currently have to display the events/cities for the specific year, which show ALL events:
{exp:channel:entries channel="eventos" dynamic="no" limit="10"}
<li>
<a href="#"><img src="{thumbnail}" alt="" /></a>
{related_entries id="ciudad"}
<h2><a href="#">{title}</a></h2>
{/related_entries}
<p class="date"><span class="square"></span>{fecha}</p>
</li>
{/exp:channel:entries}
When we switch dynamic=“on” all events disappear.
Your help with this issue WITHOUT the use of third party plugins is greatly appreciated,
Best,
Nicolas E.
]]>We’ve been developing an extensive survey module for EE2.0 and thought it was about time to let the community know about it. We’ll post a detailed feature list soon, but hopefully for now a few screen shots will suffice.
Additionally, we are looking for a handful of beta testers. Ultimately this will be a commercial module, so we would like to iron out as many kinks as we can before a public release. Send us a PM if your interested. Thanks!
]]>Here is the news index page:
https://www.bwtowncountry.com/bw/news
Clicking one of the first three categories should take you to the category page. It does but the category_name doesn’t display and it is showing all entries not just that category.
I don’t get how to deal with categories I guess.
Here is the code for the category template.
<div id="centerRow">
{embed="includes/sidebar"}
<!--Start Content A -->
<div class="content A">
<!--Start Titlebar -->
<div id="contentTitleBar">
<div id="pageTitle">{exp:channel:categories limit="1" show_empty="no"}
<h1>{category_name}</h1>{/exp:channel:categories}</div></div>
<!--End Titlebar -->
<div class="contentTop"></div>
<div class="content B sitepage">
{exp:channel:entries channel="news" limit="6" }
<div class="news_sub_article"><p class="news_lead_headline">{title}</p> <p class="article_date">{date}</p>
{article_excerpt}
<span class="article_arrows">»</span> <a href="#">Read Article</a>
</div>
<div class="news_sub_article"><p class="news_lead_headline">{title}</p> <p class="article_date">{date}</p>
{article_excerpt}
<span class="article_arrows">»</span> <a href="#">Read Article</a>
</div>
<div class="clearfloat"></div>
{/exp:channel:entries}
</div>
</div>
<div class="clearleft"></div>
<div class="contentBott"> </div>
</div>
I tried using the {exp:channel:category_heading} tag and that didn’t work either.
help
thanks
]]>I have an own template group for my xml feeds.
Therein I created a template with type XML and named it “test.xml”. When saving the template appears, I get double .xml extension: test.xml.xml. When I try to call the template via browser (https://mydomain.com/xml/test.xml or https://mydomain.com/xml/test.xml.xml) I get redirected to the group index template.
When I rename the template just to “test”, the call via browser (https://mydomain.com/xml/test) does work but not if I add the “.xml” extension (https://mydomain.com/xml/test.xml).
Is this a bug or is it just not supported?
Thanks,
Simon
The EE2 is 2.1.2, and MSM is 2.x.
After “Enable Multiple Site Manager” from “General Configuration”, the site menu appeared on the right-top corner, then I tried to create a new site by clicking the “Edit Sites” link, and nothing happens, only a blank screen. I have been trying on 3 different servers all get same result? Any suggestions that I can go through it?
And no any third party adds-on.
]]>I’ve been doing some BASIC searches to see where my business shows up in Google listings and am very depressed with what I’m finding. I’m not aiming high ... actually I’m aiming very low and I’m not scoring.
I put my zip code/town in along with each of my keywords - what my business does - and for most of them we’re not being listed. What’s really baffling and disturbing is that we’re not even being picked up by Google Maps in the sidebar map that shows on the page. Though, when I include our business name in the search, along with the keyword, we do get a decent list. But if someone in my town doesn’t know about my business, and they just search on the zip + keyword, they won’t find us as things seem to stand now.
Our domain has been indexed for over 10 years and we have hundreds of articles, but not only are we not showing up, our competitors who don’t even have web sites are being listed, while we’re not : /
I know I have to work on my ‘titles’ and I’m studying SEO so I will get better in the near future.
But WHY is my business not being listed given that I already have lots of relevant content for the type of searches I’m after?
Any insights would bring some Christmas cheer back ...
Thanks.
Ramone
]]>