Search found 8 matches

by Baran
Fri 17. Mar 2006, 08:35
Forum: phpwcms Support English
Topic: GTmod Backend rendering
Replies: 3
Views: 1804

i'm sorry, its the 1.2.5.
but that is the last official release right?
by Baran
Mon 13. Mar 2006, 15:03
Forum: phpwcms Support English
Topic: GTmod Backend rendering
Replies: 3
Views: 1804

GTmod Backend rendering

phpWCMS v 1.2.6 Dev

In Backend/Modules/Graphical Text/Fonts i get these error messages:
Warning: Missing argument 11 for show_picture() in /var/www/localhost/htdocs/phpwcms/include/inc_module/mod_graphical_text/inc_front/gt.func.inc.php on line 118

Warning: Missing argument 12 for show_picture ...
by Baran
Mon 13. Mar 2006, 11:18
Forum: phpwcms Support English
Topic: Picture size
Replies: 1
Views: 965

search in for this:
$phpwcms["content_width"] = 307; //max width of the article content column - important for rendering multi column images
changed it to your favorite value.
but remeber: your content width must be smaller then the "main width". if it is bigger, the pictures will be wider then ...
by Baran
Mon 13. Mar 2006, 11:11
Forum: phpwcms Support English
Topic: image resize problem...
Replies: 2
Views: 1616

I guess their is a problem with the graphic application...
what do you use, gd or imagemagick?

their is a fine way to test it if you use imagemagick:
open "include\inc_lib\imagick.convert.inc.php", line 180, uncomment this block:
/*
echo '<pre>';
print_r($imagick["command"]);
echo '</pre ...
by Baran
Fri 3. Mar 2006, 14:23
Forum: phpwcms Support English
Topic: link article
Replies: 1
Views: 1104

Their is another issue with the "link article" list.
The list is not sorted like I choose it in the contentpart menu.
I added at line 52:

Code: Select all

ksort($alink_temp);
Now the article list is sorted like i wanted it.
by Baran
Tue 28. Feb 2006, 16:39
Forum: phpwcms Support English
Topic: link article
Replies: 1
Views: 1104

link article

phpwcms_1.2.5-DEV

i had created a "link article" list.
if i change the visibility of a article to "non visible" then no link will be created, but the "article id" will displayed insted.
i think "include/inc_front/content/cnt8.article.inc.php" is the "bad guy".
line 29: $alink_temp = $alink;
if i ...
by Baran
Mon 27. Feb 2006, 15:58
Forum: phpwcms Installation Troubleshooting English
Topic: Filecenter: PDF handling
Replies: 1
Views: 1510

I'm feeling so stupid :oops:

Now ImageMagick creates Thumbnails. The Problem was, tha GhostScript was installed to "C:/Program Files/gs", but the good old comanndline don't like the space in the path. Now i had installed it to "C:/gs" and it works fine.

But the problem with the "ignore list" still ...
by Baran
Mon 27. Feb 2006, 15:20
Forum: phpwcms Installation Troubleshooting English
Topic: Filecenter: PDF handling
Replies: 1
Views: 1510

Filecenter: PDF handling

System:
WinXP Pro SP2
IIS V5.1
MySQL 5.0.18
PHP 4.4.2

ImageMagick runs in error during creating a thumbnail for "pdf" files.
The errors looks like that:
convert.exe - Application Error
The exception unknown software exception(0xc00000fd) occurred in the application at location 0x102122a7

after ...