I have installed this theme on a brand new 6.3 drupal installation and I got this error:

recoverable fatal error: Object of class stdClass could not be converted to string in /home/site_name/public_html/themes/solon/vd-13/page.tpl.php on line 2.

I have the same error for the "solon" also made by the same themer. I will post a seperate bug report there.

CommentFileSizeAuthor
#12 vd08_home.png89.51 KBwankus
#12 vd08_node.png87.15 KBwankus
#4 08broken.jpg52 KBLogrise

Comments

wmn’s picture

have the same issue

Veerostudio’s picture

hi,

you should know that the theme folders are inside the main folder, named respectively vd-13 for Solon and vd-08 for 08paros.

Those are the ones that should be installed.

Please let me know if everything is in order. The themes have been installed hundred of times with no issue.

if you still have a problem, try downloading from original source

solon is here : http://www.veero.net/files/vd-13-Unzip-First.zip

08 paros instead can be found here : http://www.drupalroom.com/components/com_mtree/attachment.php?link_id=31...

Veerostudio’s picture

Component: User interface » Code
Logrise’s picture

Component: Code » User interface
StatusFileSize
new52 KB

Dont work properly with 6.3 - after I changed default theme on 08paros - all interfaces (admin&client) were broken. Markup was broken completely. (screenshot)

Veerostudio’s picture

Component: Code » User interface

check above comment please

hirtethomas’s picture

Priority: Critical » Minor

thanks a lot. I also had extracted the whole folder into my theme directory. sometimes mistakes are too stupid to be solved one one's own.

wmn’s picture

took the vd-08 folder out of vd-08-unzipfirst,

still a problem
recoverable fatal error: Object of class stdClass could not be converted to string in /hsphere/local/home/mysite/drupal/sites/multisite1/themes/vd-08/page.tpl.php on line 2.

images broken too

Logrise’s picture

The same result.

MarioTorresp’s picture

Edit file: page.tpl.php to change the line 2: themes/vd-08/page.tpl.php

This:
lang="<?php print $language ?>" xml:lang="<?php print $language ?>">

for this:
lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">

Total line 2:
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">

Regards,

wmn’s picture

good, but that doesnt fix the images.

the code that is wrong (in the same file):

<img src="<?php print $base_path ?>/themes/vd-08/images/logo.gif" alt="logo" border="0" />
<img src="<?php print $base_path ?>/themes/vd-08/images/header.jpg" alt="header" />

it should work on regular install but not in a multi-site install

however, i'm too new to drupal to figure it out myself

EDIT:
i tried a quick fix:

<img src="<?php print path_to_theme() ?>/images/logo.gif" alt="logo" border="0" />

and<img src="<?php print path_to_theme() ?>/images/header.jpg" alt="header" />
this makes images work on some pages, but not all

i decided i dont like this theme anyway: the menu goes inline with the image on widescreen monitors
and the image should better be a 2 column div with background color and image.

MarioTorresp’s picture

or:

<img src="<?php print $base_path ?>themes/vd-08/images/logo.gif" alt="logo" border="0" />
<img src="<?php print $base_path ?>themes/vd-08/images/header.jpg" alt="header" />

wankus’s picture

Priority: Minor » Critical
StatusFileSize
new87.15 KB
new89.51 KB

this template seems to be completely broken.

just installed it on fresh 6.3 drupal - strange it has to be in /themes, not in /sites/all/themes like other templates.
ofcourse had to edit page.tpl.php

<img src="<?php print $base_path ?>themes/vd-08/images/logo.gif" alt="logo" border="0" />
<img src="<?php print $base_path ?>themes/vd-08/images/header.jpg" alt="header" />

you have to remove "/" before "themes" in path.

so i got all images showing up, but when I add some page and point to it f.e "node/1" the page is completely braking - see attch.
it's getting all-window-wide, navigation goes in the same line as header, and it all looks messy.

does anyone have any clue of how to fix it?
I like the idea of this theme, its simple design, but it's completely useless in present shape.
good day

josh_speak’s picture

Same issue here...

rbahaguejr’s picture

this is broken.

Logrise’s picture

Please, change status of this Theme 6.x-1.1 release to the development. It is very unstable one.

LansingIT’s picture

Title: Theme not working with Drupal 6.3 » Theme not working with Drupal 6.x

For someone with limited theming skills this template is not close to useable.

It seems all of the images paths are hard coded and the doc type has an issue.

Thanks

BK

bridewell’s picture

ya, freakn thing no worky

vlooivlerke’s picture

Tryed all above and other fixes and this theme dont work.

Drupal 6.4

Tryed both theme files 6.1.1 and 6. RC1

no luck, the bugs just dont stop.

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 289617)