Page 11 of 11

Posted: Wed 26. Jul 2006, 18:17
by Kosse
Oliver Georgi wrote:... bescheidenen Schritt 1.2.7 ;-)
Oliver
Tja, bescheiden :D
As someone said "a small step for OG a big step for cms-ity"
:P

Posted: Fri 28. Jul 2006, 08:48
by tinoo
es ist......so.......ruhig hier???????? IHR SEIT DOCH NICHT SCHON ETWA......WOHER HABT IHR DIE 1.2.7 SCHON????? :wink:

Posted: Fri 28. Jul 2006, 08:58
by flip-flop
Bitte nicht in Panik verfallen, alles noch pre.

Alle bereiten sich innerlich auf die DEV oder STAB vor.
So mit meditativen Sitzungen und so. 8)

Gruß Knut

Posted: Fri 28. Jul 2006, 11:12
by Rahner
flip-flop wrote:Bitte nicht in Panik verfallen, alles noch pre.

Alle bereiten sich innerlich auf die DEV oder STAB vor.
So mit meditativen Sitzungen und so. 8)

Gruß Knut
Lol :lol:

Dear Oliver and forum moderators

Posted: Mon 31. Jul 2006, 02:43
by Guru
I'm writing on the behalf of all international users of phpWCMS...
I hate to tell you that German people have very little respect to those who don't know german. And we are quite a few.
So please do us all a little favor and try talking BUG RELATED ISSUES in an international language that we all understand => ENGLISH.

I have the same problem with pre 1.2.7 that some of us already posted...but still not resolved.

On fresh installed phpWCMS PRE 1.2.7 when trying to add an article.

Code: Select all

error while connecting to database:

INSERT INTO phpwcms_article (article_cid, article_uid, article_username, article_title, article_keyword, article_public, article_aktiv, article_begin, article_end, article_subtitle, article_redirect, article_sort, article_notitle, article_created, article_cache, article_nosearch, article_nositemap, article_aliasid, article_headerdata, article_morelink) VALUES ('0','1','phpwcms webmaster','asd','','1','1','2006-07-30 19:02:15','2010-12-31 23:59:59','asd','', 0,0, '1154304135', '', '', 1, 0, 0, 1);
WHAT IS THIS?! AND WHY NOBODY KNOWS TO RESOLVE THIS ISSUE!?

I'm sorry that I'm rude or anything...but I'm searching the forums to resolve this issue for 4 days now...and all I got is some lame reply witch turned into german and couldn't understand.

DeXXus -> the upgrade thing not working in this case...
- the charset has nothing to do with this
- the database host doesn't have to be a FQDN.
- the pathes don't do much in this case
- the update patches for pre 1.2.7 don't resolve this issue
- the manual SQL patches don't do a thing too...


Any ideeas...
Sorry for everything but it had to be said...

Keep it pure!

Guru

Re: Dear Oliver and forum moderators

Posted: Mon 31. Jul 2006, 04:21
by DeXXus
Offering an apology in advance... DOES NOT entitle you to RUDENESS, just BECAUSE you apologized... and, for your information---> this ENTIRE thread has NOTHING to do with BUG RELATED ISSUES [regardless of which language(s) are used in it]. :wink:
Guru wrote:I have the same problem with pre 1.2.7 that some of us already posted...but still not resolved.

On fresh installed phpWCMS PRE 1.2.7 when trying to add an article.

Code: Select all

error while connecting to database:

INSERT INTO phpwcms_article (article_cid, article_uid, article_username, article_title, article_keyword, article_public, article_aktiv, article_begin, article_end, article_subtitle, article_redirect, article_sort, article_notitle, article_created, article_cache, article_nosearch, article_nositemap, article_aliasid, article_headerdata, article_morelink) VALUES ('0','1','phpwcms webmaster','asd','','1','1','2006-07-30 19:02:15','2010-12-31 23:59:59','asd','', 0,0, '1154304135', '', '', 1, 0, 0, 1);
WHAT IS THIS?! AND WHY NOBODY KNOWS TO RESOLVE THIS ISSUE!?
This is NOT...-NOT-...-=NOT=- the SAME error message to which you referred in the other thread. Take note of the most important element of the error message you JUST posted:
error while connecting to database

yeah..

Posted: Mon 31. Jul 2006, 17:38
by Guru
Well thanks for the reply.

anyways that

Code: Select all

ALTER TABLE `phpwcms_articlecontent` ADD `acontent_anchor` INT( 1 ) NOT NULL ;
code doesn't resolve the issue...and the cache thing neither.

any other suggestions?!
"ERROR WHILE CONNECTING TO DATABASE:"
it's a false error becuase my database works if I installed phpWCMS right?!
and I added my admin account.

so my database works.

Re: yeah..

Posted: Mon 31. Jul 2006, 18:22
by tinoo
Guru wrote:any other suggestions?!
"ERROR WHILE CONNECTING TO DATABASE:"
it's a false error becuase my database works if I installed phpWCMS right?!
and I added my admin account.

so my database works.
Maybe yes... But check config\phpwcms\conf.inc.php if database settings are stored correctly... Sometimes the install-rountine won't save the settings if file permissions are not set in the right way. Then you overwrote the original config.inc.php with the empty setup-version... If it is like this, just use an simple text editor and enter the datas manualy...