Page 1 of 1

Singapore issues

Posted: Sun Jan 02, 2005 9:51 am
by Cyvillian
I've gotten it working. Kinda. If I don't parse singapore into CMS it works just fine. Even if I use it as a function, I can still see the main gallery. However, when I click a gallery to view it, I come up with this error.

Code: Select all


Warning: Smarty error: unable to read resource: "db:" in /var/www/localhost/htdocs/cms/smarty/Smarty.class.php on line 1088

SELECT * FROM cms_modules

SELECT sitepref_name, sitepref_value from cms_siteprefs

SELECT * FROM cms_userplugins

SELECT p.page_id, p.page_content, p.page_title, p.page_type, p.head_tags, t.template_id, t.stylesheet, t.template_content FROM cms_pages p INNER JOIN cms_templates t ON p.template_id = t.template_id WHERE p.page_alias='' AND p.active = 1

SELECT p.page_id, t.modified_date as template_date, p.modified_date as page_date, p.page_type, p.hierarchy_position, t.encoding FROM cms_pages p INNER JOIN cms_templates t ON t.template_id = p.template_id WHERE p.page_alias='' AND p.active = 1
Googling has done nothing to help me. My web site is http://blueheaven.cjb.net/cms. View my site > Photo gallery > Cars for an example.

Singapore issues

Posted: Sun Jan 02, 2005 11:26 am
by coriolisdave
Just had a quick squiz, and everything seems to be working fine with your galleries. Images showing up, etc etc.

This is irksome to me, at least, cos I'm seeing the same issue that you describe with _my_ site, trying to integrate Singapore.

So. Dude. Seriously. How'd you fix it? ;)

I figured it out

Posted: Sun Jan 02, 2005 9:11 pm
by Cyvilian
I had an extraordinarily stupid mistake. For those of you who checked my site, I apologise, I had to alter it for some important traffic. :) In my singapore.ini I put in LITERAL

Code: Select all

index.php?page=<alias>&amp
instead of the page name, which is Photo-Galleries. So it should have read,

Code: Select all

index.php?page=Photo-Galleries&
Everything's working just fine now.

Singapore issues

Posted: Tue Jan 04, 2005 9:33 am
by coriolisdave
[size=7px]*cough*
I made the same mistake. Fixed it up, and WHAMMO - we have gallery action. Thanks all
[/size]