Problems from the start. (oddly enough)

1 view
Skip to first unread message

catchamonkey

unread,
Mar 4, 2008, 10:29:56 AM3/4/08
to Steer CMS Users
Hi All,

I am using the sandbox to test this CMS, have extracted to a dir and
pointed a VirtualHost entry at it.

when I go to the http://localhost address I see nothing at all. the
page is blank, I pulled info out using frontend_dev.php as follows;


Notice: Undefined index: file in /usr/local/www/symfony/steercms/
plugins/steerCMSFoundationPlugin/lib/steerCMSThemeTools.class.php on
line 44

Fatal error: Uncaught exception 'sfException' with message 'Invalid
theme configuration string' in /usr/local/www/symfony/steercms/plugins/
steerCMSFoundationPlugin/lib/steerCMSThemeTools.class.php:49 Stack
trace: #0 /usr/local/www/symfony/steercms/plugins/
steerCMSFoundationPlugin/modules/steerCMSDefault/actions/
actions.class.php(27): steerCMSTheme::setTemplateDir() #1 /usr/local/
www/symfony/steercms/lib/symfony/action/sfActions.class.php(53):
steerCMSDefaultActions->executeError404() #2 /usr/local/www/symfony/
steercms/lib/symfony/filter/sfExecutionFilter.class.php(115):
sfActions->execute() #3 /usr/local/www/symfony/steercms/lib/symfony/
filter/sfFilterChain.class.php(43): sfExecutionFilter-
>execute(Object(sfFilterChain)) #4 /usr/local/www/symfony/steercms/lib/
symfony/filter/sfFlashFilter.class.php(50): sfFilterChain->execute()
#5 /usr/local/www/symfony/steercms/lib/symfony/filter/
sfFilterChain.class.php(43): sfFlashFilter-
>execute(Object(sfFilterChain)) #6 /usr/local/www/symfony/steercms/lib/
symfony/filter/sfCommonFilter. in /usr/local/www/symfony/steercms/
plugins/steerCMSFoundationPlugin/lib/steerCMSThemeTools.class.php on
line 49



When i go to localhost/cms I get the the page that shows nav along the
top but whichever one I click I get a 404 inside the centre of the
page.

Suggestions would be appreciated. (I'm a symfony developer of approx 1
year)

catchamonkey

catchamonkey

unread,
Mar 4, 2008, 10:53:53 AM3/4/08
to Steer CMS Users
Also, when I click any of the nav buttons the link i go to is
localhost/cms//browse (which gives a 404)

On Mar 4, 3:29 pm, catchamonkey <ch...@purpleoak.co.uk> wrote:
> Hi All,
>
> I am using the sandbox to test this CMS, have extracted to a dir and
> pointed a VirtualHost entry at it.
>
> when I go to thehttp://localhostaddress I see nothing at all. the

catchamonkey

unread,
Mar 4, 2008, 10:58:54 AM3/4/08
to Steer CMS Users
And the info you ask for (apologies)

1 ) Method of install

- Archive (Sandbox)

2 ) Version of Symfony

- 1.0.11

3 ) OS and PHP versions.

- FreeBSD 6.

3 ) PHP version 5.2.5
MySQL version 5.0.51a
Apache version 2.2.8



On Mar 4, 3:53 pm, catchamonkey <ch...@purpleoak.co.uk> wrote:
> Also, when I click any of the nav buttons the link i go to is
> localhost/cms//browse (which gives a 404)
>
> On Mar 4, 3:29 pm, catchamonkey <ch...@purpleoak.co.uk> wrote:
>
> > Hi All,
>
> > I am using the sandbox to test this CMS, have extracted to a dir and
> > pointed a VirtualHost entry at it.
>
> > when I go to thehttp://localhostaddressI see nothing at all. the

Konny Zurcher

unread,
Mar 5, 2008, 5:53:35 PM3/5/08
to steercm...@googlegroups.com
Hi,

Seems to be a theme configuration issue.

Can you check if you've got a file called project.yml in your /usr/
local/www/symfony/steercms/config folder?

There needs to be a paragraph that looks like that:

themes:
enabled: true
items:
default:
title: SimplyBlue Base
description: Standard theme for frontend
file: "steerCMSSimplyBlueTheme::layout"
thumbnail: /themes/steerCMSSimplyBlueTheme/images/
thumbnail.png
- title: GreenerPastures Base
description: Steer CMS based theme, don't forget to eat
your greens
file: "steerCMSGreenerPasturesTheme::layout"
thumbnail: /themes/steerCMSGreenerPasturesTheme/images/
thumbnail.png

That file defines the theme configuration and some other project
specific parameters.

As for the 404 errors in the CMS admin. Can you add "backend_dev.php"
to your address like http://localhost/cms/backend_dev.php and send
me the error messages displayed after that so I can check it?

Cheers,

Konny Zurcher
Steer CMS - Development Team

catchamonkey

unread,
Mar 6, 2008, 4:29:27 AM3/6/08
to Steer CMS Users
Hi Konny,

cheers for the reply,

I have the project.yml file in the right place and with the part you
mentioned ( and much more of course)

backend_dev.php just presents the same page without the navigation but
with the same 404 when I click admin in the top left. The actual
ouptut the a _dev.php environment usually gives is not present though.

you can see exactly what I mean here; http://www.sedlmayr.co.uk/uploads/assets/steer-cms-problem.swf
in screencast form.

Cheers

Chris



On 5 Mar, 22:53, Konny Zurcher <ko...@wranglers.com.au> wrote:
> Hi,
>
> Seems to be a theme configuration issue.
>
> Can you check if you've got a file called project.yml in your /usr/
> local/www/symfony/steercms/config folder?
>
> There needs to be a paragraph that looks like that:
>
> themes:
> enabled: true
> items:
> default:
> title: SimplyBlue Base
> description: Standard theme for frontend
> file: "steerCMSSimplyBlueTheme::layout"
> thumbnail: /themes/steerCMSSimplyBlueTheme/images/
> thumbnail.png
> - title: GreenerPastures Base
> description: Steer CMS based theme, don't forget to eat
> your greens
> file: "steerCMSGreenerPasturesTheme::layout"
> thumbnail: /themes/steerCMSGreenerPasturesTheme/images/
> thumbnail.png
>
> That file defines the theme configuration and some other project
> specific parameters.
>
> As for the 404 errors in the CMS admin. Can you add "backend_dev.php"
> to your address like http://localhost/cms/backend_dev.phpand send
> me the error messages displayed after that so I can check it?
>
> Cheers,
>
> Konny Zurcher
> Steer CMS - Development Team
>
> On 05/03/2008, at 2:58 AM, catchamonkey wrote:
>
>
>
> > And the info you ask for (apologies)
>
> > 1 ) Method of install
>
> > - Archive (Sandbox)
>
> > 2 ) Version of Symfony
>
> > - 1.0.11
>
> > 3 ) OS and PHP versions.
>
> > - FreeBSD 6.
>
> > 3 ) PHP version 5.2.5
> > MySQL version 5.0.51a
> > Apache version 2.2.8
>
> > On Mar 4, 3:53 pm, catchamonkey <ch...@purpleoak.co.uk> wrote:
> >> Also, when I click any of the nav buttons the link i go to is
> >> localhost/cms//browse (which gives a 404)
>
> >> On Mar 4, 3:29 pm, catchamonkey <ch...@purpleoak.co.uk> wrote:
>
> >>> Hi All,
>
> >>> I am using the sandbox to test this CMS, have extracted to a dir and
> >>> pointed a VirtualHost entry at it.
>
> >>> when I go to thehttp://localhostaddressIsee nothing at all. the

Konny Zurcher

unread,
Mar 6, 2008, 5:00:04 PM3/6/08
to steercm...@googlegroups.com
Hi Chris,

Cool screencast ... explains more than words. Good idea.

To the problem. Is it possible for you to check out the SVN TRUNK version of Steer CMS and test with that?


We changed and fixed a lot of small issues in that version and will release and adjusted version of the Sandbox soon too.

Cheers,

Konny Zurcher
Steer CMS - Development Team

catchamonkey

unread,
Mar 11, 2008, 11:29:46 AM3/11/08
to Steer CMS Users
Hi Konny,

I don't currently have subversion running (due to a few irritating
problems i've had this last week) so will have to get that sorted in a
spare moment (HA!)
how often do you commit changes to the sandbox release?

Cheers

Chris
> >>>>> when I go to thehttp://localhostaddressIseenothing at all. the

Konny Zurcher

unread,
Mar 14, 2008, 1:10:57 AM3/14/08
to steercm...@googlegroups.com
Hi Chris,

We release a new Sandbox version after major changes were done on the system.

Minor changes and all other changes are reflected in the SVN Trunk version.

Cheers,

Konny Zurcher
Steer CMS - Development Team

Reply all
Reply to author
Forward
0 new messages