17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1691 Views |
-
Help changing the theme

16 August 2008 at 10:39am Last edited: 16 August 2008 10:56am
Hi all, its me again...
I tried to change the theme from blackcandy to plain, and i keep having an error message come up saying that "
Fatal error: Class 'Director' not found in /home/.leif/acronum/youths-empowered.com/mysite/_config.php on line 19"This is once i activate the link" http://www.youths-empowered.com/mysite/_config.php "
I really want to get this working, but i can't seem to overcome this error message...
Any help would be great
Many thanks,
-
Re: Help changing the theme

16 August 2008 at 10:51am
To change a theme all you need to do is open the _config.php file in the mysite directory in notepad and edit the line which goes SSViewer::set_theme() to the name of your theme
-
Re: Help changing the theme

16 August 2008 at 10:55am
thanks already have. did that yesterday with my mate.
<?php
global $project;
$project = 'mysite';global $databaseConfig;
$databaseConfig = array(
"type" => "MySQLDatabase",
"server" => "",
"username" => "",
"password" => "",
"database" => "",
);// Sites running on the following servers will be
// run in development mode. See
// http://doc.silverstripe.com/doku.php?id=devmode
// for a description of what dev mode does.
Director::set_dev_servers(array(
'wwww.youths-empowered.com',
'205.196.216.190',
));// This line set's the current theme. More themes can be
// downloaded from http://www.silverstripe.com/cms-themes-and-skin
SSViewer::set_theme('plain2');?>
Plain2 is the folder which the plain theme is located in. once i run mysite/_config; i get the error message above.
Thanks
-
Re: Help changing the theme

16 August 2008 at 11:00am
you dont need to 'run' mysite/config or anything all you need to do is edit that file and refresh the system by going http://www.yoursite.com?flush=1
-
Re: Help changing the theme

16 August 2008 at 11:04am
ok, thanks. that must be where me and my mate messed up.
Thank you
-
Re: Help changing the theme

16 August 2008 at 11:07am
now i get this message:
Warning: $project isn't set in /home/.leif/acronum/youths-empowered.com/sapphire/core/ManifestBuilder.php on line 154
Fatal error: DB::connect: Not passed a valid database config in /home/.leif/acronum/youths-empowered.com/sapphire/core/model/DB.php on line 53
I am quite new to this.
Cheers,
-
Re: Help changing the theme

16 August 2008 at 8:00pm
Hi,
Check that you still have a valid mysite/_config.php file and that it contains the relevant entries and text as per one of you previous posts.
| 1691 Views | ||
|
Page:
1
|
Go to Top |



