Search found 50 matches

by jamba
Sun 26. Sep 2004, 15:16
Forum: phpwcms Support English
Topic: How to use {NAV_TABLE_COLUMN:[sectionID]} dynamically?
Replies: 12
Views: 11355

Thanks, argos.

I thought if this but was hoping there was a more intuitive way around it. I guess that's what I'll have to do.
by jamba
Sun 26. Sep 2004, 13:35
Forum: phpwcms Support English
Topic: How to use {NAV_TABLE_COLUMN:[sectionID]} dynamically?
Replies: 12
Views: 11355

How to use {NAV_TABLE_COLUMN:[sectionID]} dynamically?

I would like to use the {NAV_TABLE_COLUMN:1} replacement tag so that I can have subcategories displayed when you click on each section. The {NAV_TABLE_COLUMN:1} replacement tag will produce a menu of each subsection of ID 1, but how do can I make this generate according to the section you're in? Exa...
by jamba
Thu 19. Aug 2004, 23:04
Forum: phpwcms Support English
Topic: External php script globals problem
Replies: 6
Views: 1870

Thanks, Oliver. Doing it like this seems to have solved the problem... Config.php... // site config $GLOBALS ['js_strServerName'] = 'localhost'; // database server Class.php... class js_jambashop { function js_jambashop() { // configure this class $this -> js_strServerName = $GLOBALS['js_strServerNa...
by jamba
Thu 19. Aug 2004, 22:02
Forum: phpwcms Support English
Topic: External php script globals problem
Replies: 6
Views: 1870

Thanks, Oliver. Here's a stripped down version of the files involved. The first is a config file, which I have at /jamba/config.php... // site config $js_strServerName = 'localhost'; // database server I need to access these from the class file, which I've stored at /jamba/class.php class js_jambash...
by jamba
Thu 19. Aug 2004, 21:23
Forum: phpwcms Support English
Topic: External php script globals problem
Replies: 6
Views: 1870

Thanks for the suggestion, Oliver. I've already tried two steps to eliminate the possibility. First, I included the php file in index.php by way of the require_once() function, and still no joy. Secondly, I edited the class file so that instead of trying to connect to a database with a value passed ...
by jamba
Thu 19. Aug 2004, 20:41
Forum: phpwcms Support English
Topic: GT Mod read error?
Replies: 14
Views: 3367

Problem solved! My FTP client was stuck in ASCII mode. I've uploaded the font files in Binary mode and it works a treat now. :D
by jamba
Thu 19. Aug 2004, 15:55
Forum: phpwcms Support English
Topic: External php script globals problem
Replies: 6
Views: 1870

External php script globals problem

I am trying to call a shopping basket php app that uses a class like this: class js_jambashop { // properties available var $js_strBasketSessionID; var $js_lngSiteID; function js_jambashop() { // global vars required in this class global $js_strServerName; global $js_strServerUserName; global $js_st...
by jamba
Wed 18. Aug 2004, 20:45
Forum: phpwcms Support English
Topic: GT Mod read error?
Replies: 14
Views: 3367

Thanks for trying, but the /tmp directory is there and has the correct rights.
by jamba
Wed 18. Aug 2004, 14:21
Forum: phpwcms Support English
Topic: GT Mod read error?
Replies: 14
Views: 3367

Maybe the phpinfo() as it relates to temp directory for sessions would help make sure it is set right and exists??
Sorry - can you clarify what you mean?
by jamba
Wed 18. Aug 2004, 14:05
Forum: phpwcms Support English
Topic: GT Mod read error?
Replies: 14
Views: 3367

Yep! Really weird.
by jamba
Wed 18. Aug 2004, 13:59
Forum: phpwcms Support English
Topic: GT Mod read error?
Replies: 14
Views: 3367

Yes, that's when I got this error.
by jamba
Wed 18. Aug 2004, 13:28
Forum: phpwcms Support English
Topic: GT Mod read error?
Replies: 14
Views: 3367

PHP 4.3.5

GD Support enabled
GD Version bundled (2.0.17 compatible)
FreeType Support enabled
FreeType Linkage with freetype
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
by jamba
Wed 18. Aug 2004, 13:02
Forum: phpwcms Support English
Topic: GT Mod read error?
Replies: 14
Views: 3367

Yep. I'm also getting errors when GD tries to save an image in the temp dir too (I think!)

I've asked my ISP to confirm that there is no problem with the GD and Freetype on my PHP installation.
by jamba
Wed 18. Aug 2004, 11:40
Forum: phpwcms Support English
Topic: GT Mod read error?
Replies: 14
Views: 3367

GT Mod read error?

I am trying to run the GT Mod on a new installation and keep getting these errors: Warning: imagettfbbox(): Could not find/open font in /include/inc_module/mod_graphical_text/inc_front/gt.func.inc.php on line 49 Any ideas?!?!? I've set all permissions as per the docs, and here's my conf file: <?php ...
by jamba
Tue 3. Aug 2004, 14:49
Forum: phpwcms Support English
Topic: Very strange admin problem
Replies: 2
Views: 916

:lol:

Yep, nothing has actually changed. I've just re-uploaded the inc_act directory and the problem has gone away! Must have been something to do with the server.