4571 Posts in 1382 Topics by 1376 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 750 Views |
-
1st Install - parsing error

27 January 2010 at 9:10am Last edited: 11 August 2010 9:18am
Installed SS
- entered db details
- checked the radio button 'template design' instead of default.When I enter the root of the folder where SS is installed it get this:
XML Parsing error
Whats wrong?
Do I need to change the template first? -
Re: 1st Install - parsing error

27 January 2010 at 9:30am
XML parsing errors are due to non-compliant xhtml. What template design did you choose?
You can change the template by editing /mysite/_config.php, and choosing from a folder name that is under /themes/.
If you can't get your custom one to work, try 'blackcandy' first to get started.When you change the theme, you need to visit the site with ?flush=all appended to the URL. (see http://doc.silverstripe.org/doku.php?id=themes:developing)
-
Re: 1st Install - parsing error

27 January 2010 at 9:40am
I did not choose any theme, It doesnt ask that question in the installation.
_config.php says:
<?phpglobal $project;
$project = 'mysite';global $database;
$database = "";require_once("conf/ConfigureFromEnv.php");
// This line set's the current theme. More themes can be
// downloaded from http://www.silverstripe.com/themes/
SSViewer::set_theme('blackcandy');?>
So it is deafult, but why doenst the site work :s -
Re: 1st Install - parsing error

27 January 2010 at 9:43am
What version of Silverstripe did you download? I can remember one version had that error, but I think that has been fixed now.
-
Re: 1st Install - parsing error

27 January 2010 at 9:46am
Latest 2.3.5
Maybe missing files @ ftp transfer?
I used IE as FTP client..
| 750 Views | ||
|
Page:
1
|
Go to Top |

