Search found 10 matches

by raven
Mon 30. Oct 2006, 18:41
Forum: phpwcms Support English
Topic: Layout issues!
Replies: 3
Views: 1405

thanx for taking a look eccentric.

I made the layout in photoshop and i got the html code with the tables by slicing the image with imageready. I'm not good on HTML, that's why I have the problems with my layout.

If the content part had a fixed length then, the news section would only need a ...
by raven
Mon 30. Oct 2006, 06:00
Forum: phpwcms Support English
Topic: Layout issues!
Replies: 3
Views: 1405

Layout issues!

Hello people,

I have started building a test website in order to get used to phpwcms!

I have a question that has now become my problem!

the page is on http://mywcms.no-ip.org/wcmsnew/

my problem is that i want/like the news area to expand downwards when the text in the content area is bigger ...
by raven
Wed 19. Jul 2006, 23:48
Forum: phpwcms Installation Troubleshooting English
Topic: another "error while connecting to database:"
Replies: 16
Views: 6956

HEH...must be an incompatibility with the various versions of servers or the code as DeXXuS originaly said earlier.

phpwcms 1.2.6 & pre1.2.7 works with Xampp 1.5.3 !!!

Thanx for you support & help & time.

p.s. although i would like to understand what was not working well with my previous ...
by raven
Wed 19. Jul 2006, 23:31
Forum: phpwcms Installation Troubleshooting English
Topic: another "error while connecting to database:"
Replies: 16
Views: 6956

still haven't installed XAMPP but a question popped into my mind!

could the "safe mode" status of php, creating this problem? :?: :roll:
by raven
Wed 19. Jul 2006, 21:38
Forum: phpwcms Installation Troubleshooting English
Topic: another "error while connecting to database:"
Replies: 16
Views: 6956

setup creates the tables but NOT the webmaster user!

But still can't create an article! :-(

i had the same problem with version 1.2.7!

:?: :?: :?: :? :? :?

These two statements are "incompatible" :shock:
How are you logged in and attempting to create an article... if phpWCMS did not create ...
by raven
Wed 19. Jul 2006, 20:56
Forum: phpwcms Installation Troubleshooting English
Topic: another "error while connecting to database:"
Replies: 16
Views: 6956

Hi raven,

I think, the better way is an installation of Xampp http://www.apachefriends.org/en/xampp.html
XAMPP is a little bit easyer to handle.
Before you do so, please deinstall the appserv.

regards Knut

I thought of that (downloading the installer), and I hope I'll have better luck.

any ...
by raven
Wed 19. Jul 2006, 20:24
Forum: phpwcms Installation Troubleshooting English
Topic: another "error while connecting to database:"
Replies: 16
Views: 6956

The "undefined variable" can be ignored, so it looks like the next problem is that phpWCMS cannot connect (or remain connected) to the database. Your mention of "dynamic ip" is likely related (keep in mind that PHP must be kept apprised of any change in IP too ;-) ) so using the Server environment ...
by raven
Wed 19. Jul 2006, 15:52
Forum: phpwcms Installation Troubleshooting English
Topic: another "error while connecting to database:"
Replies: 16
Views: 6956

hello again.


Notice: Undefined variable: article_err in C:\Internet\AppServ\www\mywcms\include\inc_tmpl\article.new.tmpl.php on line 105
error while connecting to database:

INSERT INTO phpwcms_article (article_cid, article_uid, article_username, article_title, article_keyword, article_public ...
by raven
Wed 19. Jul 2006, 10:30
Forum: phpwcms Installation Troubleshooting English
Topic: another "error while connecting to database:"
Replies: 16
Views: 6956

goodmorning.

Here is my conf.inc.php


<?php

// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "*******";
$phpwcms["db_pass"] = "*******";
$phpwcms["db_table"] = "wcms_db";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;

// site values
$phpwcms["site"] = "http ...
by raven
Wed 19. Jul 2006, 00:34
Forum: phpwcms Installation Troubleshooting English
Topic: another "error while connecting to database:"
Replies: 16
Views: 6956

another "error while connecting to database:"

well it seems that many people have this problem but still can't understand how to fix it.

I have appserv 2.5.6 installed with the following components:
# Apache Web Server Version 2.2.2
# PHP Script Language Version 5.1.4
# MySQL Database Version 5.0.22
# phpMyAdmin Database Manager Version 2.8.2 ...