i'm sorry, its the 1.2.5.
but that is the last official release right?
Search found 8 matches
- Fri 17. Mar 2006, 08:35
- Forum: phpwcms Support English
- Topic: GTmod Backend rendering
- Replies: 3
- Views: 1804
- 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 ...
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 ...
- Mon 13. Mar 2006, 11:18
- Forum: phpwcms Support English
- Topic: Picture size
- Replies: 1
- Views: 965
- Mon 13. Mar 2006, 11:11
- Forum: phpwcms Support English
- Topic: image resize problem...
- Replies: 2
- Views: 1616
- 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:
Now the article list is sorted like i wanted it.
The list is not sorted like I choose it in the contentpart menu.
I added at line 52:
Code: Select all
ksort($alink_temp);
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...