Search found 223 matches

by Karla
Wed 16. Feb 2005, 08:59
Forum: phpwcms Support English
Topic: GD2 - GIF - PNG confusion - is there a patch/fix available?
Replies: 1
Views: 871

Re: GD2 - GIF - PNG confusion - is there a patch/fix availa

magnushelander wrote:Question: When uploading an image the thumbnail is created as PNG in thumb_list folder, but PHPWCMS wants to display a GIF in the article list, resulting in a broken image.
http://www.phpwcms.de/forum/viewtopic.php?p=14848#14848
by Karla
Wed 16. Feb 2005, 08:49
Forum: phpwcms Support English
Topic: upload image
Replies: 22
Views: 4487

Did you get permissions right for CHMOD?

v1.1RC4
DIR phpwcms_filestorage/1...10 ---777
DIR content/images ---777
v1.1.9
DIR phpwcms_filestorage ---777
DIR content/images ---777
by Karla
Wed 16. Feb 2005, 08:34
Forum: phpwcms Installation Troubleshooting English
Topic: Installation Problems
Replies: 9
Views: 4171

What do i need to change in order for it to be http://www.mydomain.com/phpwcms/phpwcms.php only. // site values $phpwcms["site"] = "http://www.mydomain.com/"; // paths $phpwcms['DOC_ROOT'] = $_SERVER['DOCUMENT_ROOT']; $phpwcms["root"] = "phpwcms"; // Try to c...
by Karla
Mon 14. Feb 2005, 09:37
Forum: phpwcms Support English
Topic: "Article Menu" listing order?
Replies: 5
Views: 1310

go to your Admin > site structure > click EDIT for the relevant category > in the section "ordering of assigned articles:" change to whatever you desire!
by Karla
Mon 14. Feb 2005, 09:29
Forum: phpwcms Support English
Topic: 99,9% tableless Design- but some tables I can't find...
Replies: 13
Views: 4339

Maybe this is it in "front.func.inc.php" ??? function imagetable($phpwcms, $image, $rand="0:0:0:0", $align=0) { // creates the image tags if text w/image // 0 :1 :2 :3 :4 :5 :6 :7 :8 // dbid:filename:hash:extension:width:height:caption:position:zoom $thumb_image = get_cached_imag...
by Karla
Thu 10. Feb 2005, 15:39
Forum: phpwcms Support English
Topic: how to use a template for article listing for news?
Replies: 36
Views: 12403

jerome have you maybe found the render_cnt_template function ? I think this would be a very interesting function even if we seem to have solved this problem now ? "front.func.inc.php" // ------------------------------------------------------------- function render_cnt_template($text='', $...
by Karla
Thu 10. Feb 2005, 15:33
Forum: phpwcms Support English
Topic: how to use a template for article listing for news?
Replies: 36
Views: 12403

jerome have you maybe found the render_cnt_template function ? I think this would be a very interesting function even if we seem to have solved this problem now ? "front.func.inc.php" // ------------------------------------------------------------- function render_cnt_template($text='', $...
by Karla
Thu 10. Feb 2005, 15:26
Forum: phpwcms Installation Troubleshooting English
Topic: WCMS under XP IIS
Replies: 5
Views: 2467

thank you Carla... It seems to work, allthough I have some problems now with my paths.. also a common problem I saw... I will see if I can figure it out... I allready editted the file conf.inf.php with the following settings: $phpwcms["root"] = "wcms / "; $_SERVER['DOCUMENT_ROOT...
by Karla
Thu 10. Feb 2005, 03:45
Forum: phpwcms Support English
Topic: how to use a template for article listing for news?
Replies: 36
Views: 12403

"front.func.inc.php" // ------------------------------------------------------------- function render_cnt_date($text='', $date) { // render date by replacing placeholder tags by value //$language="EN", $format="Y/m/d", $date_now=0 $text = preg_replace('/\{DATE:(.*?):(.*...
by Karla
Tue 8. Feb 2005, 02:55
Forum: phpwcms Installation Troubleshooting English
Topic: WCMS under XP IIS
Replies: 5
Views: 2467

Modify your "php.ini" file:

Code: Select all

error_reporting  =  E_ALL & ~E_NOTICE
by Karla
Tue 8. Feb 2005, 02:39
Forum: phpwcms Support English
Topic: Need help - 500 Server problem
Replies: 5
Views: 1352

Maybe your host has just made some change(s) to PHP configuration or settings? I have heard of this happening when ISP's install PHPSUEXEC to plug security holes, to avoid being compromised by hackers who exploit file "write" permissions. When this does change, some statements in your .hta...
by Karla
Sun 6. Feb 2005, 08:02
Forum: phpwcms Support English
Topic: File:FileCenter:Error while writing file to storage (1)
Replies: 2
Views: 900

http://www.phpwcms.de/index.php?id=10,0,0,1,0,0 you have to check access rights for special files and folders. 1) DIR phpwcms_tmp/thumb_list 777 2) DIR phpwcms_tmp/thumb_preview 777 3) DIR phpwcms_ftp 777 4) DIR phpwcms_filestorage/1...10 777 5) DIR content/images 777 6) FILE setup/setup.conf.inc.ph...
by Karla
Sun 6. Feb 2005, 05:02
Forum: phpwcms Support English
Topic: Path Problems
Replies: 9
Views: 2539

Good idea, I haven't tried that yet. I set the $_SERVER['DOCUMENT_ROOT'] value and set the values as // site values $phpwcms["site"] = "http://www.mydomain.org/"; // paths $phpwcms["root"] = "school"; //default: "" no change... the folder isn't gett...