Search found 3 matches

by transm
Sat 19. Feb 2005, 04:54
Forum: phpwcms Support English
Topic: Error with 1.2-DEV Installation/Fehler bei der 1.2-DEV-Inst.
Replies: 21
Views: 8343

I figured out how to change it to show on the left (added {left} in the template).
by transm
Sat 19. Feb 2005, 04:41
Forum: phpwcms Support English
Topic: Error with 1.2-DEV Installation/Fehler bei der 1.2-DEV-Inst.
Replies: 21
Views: 8343

I add the @ on line 680 to stop it showing the error I received when displaying the RSS feed. Can anyone explain what the problem is (other than the file not existing)? What is this function for exactly? function write_textfile($filename, $text) { if($fp = @fopen($filename, "w+b")) { if(empty($text ...
by transm
Sat 19. Feb 2005, 04:29
Forum: phpwcms Support English
Topic: Error with 1.2-DEV Installation/Fehler bei der 1.2-DEV-Inst.
Replies: 21
Views: 8343

Re: same problem - solved.

Same problem happend to me. and this is my solution. all error message is gone and work well. file: include/inc_lib/default.inc.php line 37 //$phpwcms['DOC_ROOT'] = str_replace('/'.$phpwcms["root"].'include/inc_lib/default.inc.php', '', $phpwcms['DOC_ROOT']); $phpwcms['DOC_ROOT'] = str_replace ...