Search found 223 matches

by Karla
Sat 5. Feb 2005, 23:21
Forum: phpwcms Discussion
Topic: Templates
Replies: 21
Views: 8329

Well anyways, it goes away when... Changing <TD vAlign=top width=665 background="Netactix phpwcms templates 002 Services_files/002_03a.gif" bgColor=#ffffff>Sorry, No page here by that name yet :-)</TD> To <TD vAlign=top width=669 background="Netactix phpwcms templates 002 Services_fil...
by Karla
Sat 5. Feb 2005, 22:00
Forum: phpwcms Discussion
Topic: Phpwcms v1.1.9
Replies: 6
Views: 2285

I ~believe~ OG was trying to say that the upgrade from "full-version" 1.1-RC4 to "full-version" 2.0 ... " will be more easy than upgrading from 1.1-RC4 to DEV release ": Well, if the above is ~not~ the case... then the -=MAJORITY=- of users and sites would face the MOS...
by Karla
Sat 5. Feb 2005, 21:07
Forum: phpwcms Discussion
Topic: Phpwcms v1.1.9
Replies: 6
Views: 2285

hi coopersred, I remember a posting by OG where he was saying that it was very easy to update vom 1.1.9 to any future version. Another thing he added somewhen was, that it was much harder to update from RC4. 1.1.9 is very stable but there is not everything working yet. Check this threat by frold fo...
by Karla
Sat 5. Feb 2005, 13:24
Forum: phpwcms Support English
Topic: Thumbnails!!
Replies: 4
Views: 1451

Did you try this?

Code: Select all

$phpwcms["imagick_path"]      = ""; //Path to ImageMagick (default="" - none)
Let phpWCMS try to "find" it via system call!
by Karla
Fri 4. Feb 2005, 21:43
Forum: phpwcms Support English
Topic: Path Problems
Replies: 9
Views: 2539

It might be your $_SERVER['DOCUMENT_ROOT'] that is either not uncommented or not set right because these values ~should~ be: // site values $phpwcms["site"] = "http://www.mydomain.org/"; // paths $phpwcms["root"] = "school"; //default: ""
by Karla
Fri 4. Feb 2005, 21:24
Forum: phpwcms Support English
Topic: Fatal error! (not phpwcms)
Replies: 14
Views: 2934

It may be a "bug" in recent PHP versions:
http://bugs.php.net/bug.php?id=25876
by Karla
Fri 4. Feb 2005, 20:56
Forum: phpwcms Support English
Topic: url redirect question in dev1.19
Replies: 7
Views: 2462

In your "httpd.conf" you should find: # AccessFileName: The name of the file to look for in each directory # for additional configuration directives. See also the AllowOverride # directive. # AccessFileName .htaccess AccessFileName defines what the access filename will be ...I imagine you ...
by Karla
Thu 3. Feb 2005, 06:39
Forum: phpwcms Support English
Topic: Warning: main(): Failed opening ...
Replies: 8
Views: 2823

Whoops... their has been discussion about problems with "dev" release and that file:
http://www.phpwcms.de/forum/viewtopic.php?p=32080#32080

You might want to check threads for other "fixes" :roll:
by Karla
Thu 3. Feb 2005, 01:00
Forum: phpwcms Support English
Topic: change email form standard text for subject
Replies: 9
Views: 3031

hi karla, you have one? using online with wcms? so please share your digger tools.. LOL I'am using offline proton to see and change... http://proton-ce.sourceforge.net/site/en/tracker.shtml Things We Want To Do linux and mac version of the program save and load file sessions search in files config ...
by Karla
Wed 2. Feb 2005, 23:59
Forum: phpwcms Support English
Topic: (SOLVED) Open basedir problem v1.1.9
Replies: 1
Views: 1099

Re: Open basedir problem v1.1.9

I use the SPAW wysiwyg editor and when I edit an article, following error appears just above the SPAW controls: Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/tvhoofddorp.nl/httpdocs/cms/include/inc_ext/spaw/spaw_control.class.php on line 17 An...
by Karla
Wed 2. Feb 2005, 23:42
Forum: phpwcms Support English
Topic: change email form standard text for subject
Replies: 9
Views: 3031

cyrano wrote:Thank you Karla, I see you have digged much deeper than I :-)
HeHe... maybe you need a better EDITOR (an INVALUABLE asset!) :wink:
by Karla
Wed 2. Feb 2005, 22:49
Forum: phpwcms Support English
Topic: will v2 have full CSS support?
Replies: 10
Views: 3962

Yes, you can use CSS for custom designs within phpWCMS. But the underlying structure (if you use the built-in layouts) is tables-based. You have these choices below and if you choose the 2nd or 3rd options, I ~believe~ the only tables that appear would be "table-based" replacement tags (s...
by Karla
Wed 2. Feb 2005, 22:36
Forum: phpwcms Support English
Topic: change email form standard text for subject
Replies: 9
Views: 3031

"include/inc_lib/content/cnt10.readform.inc.php"

Code: Select all

if (isEmpty($content["mailsubject"])) $content["mailsubject"] = "online webform email message";
by Karla
Wed 2. Feb 2005, 22:31
Forum: phpwcms Support English
Topic: Warning: main(): Failed opening ...
Replies: 8
Views: 2823

Here's some more of the errors. Maybe I should re-install? Warning: main(home/dpajevic/public_html/wcms119/include/inc_ext/hft_image/hft_image.php): failed to open stream: No such file or directory in /home/dpajevic/public_html/wcms119/include/inc_lib/imagick.convert.inc.php on line 27 Warning: mai...
by Karla
Wed 2. Feb 2005, 19:50
Forum: phpwcms Support English
Topic: Warning: main(): Failed opening ...
Replies: 8
Views: 2823

Code: Select all

// paths
$phpwcms['DOC_ROOT']          = $_SERVER['DOCUMENT_ROOT'];