Pre 1.2.7 release!

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
User avatar
Kosse
Posts: 1066
Joined: Thu 9. Sep 2004, 12:08
Location: Brussels, Belgium
Contact:

Post 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
tinoo
Posts: 311
Joined: Thu 16. Jun 2005, 11:16
Location: Zürich, Switzerland
Contact:

Post by tinoo »

es ist......so.......ruhig hier???????? IHR SEIT DOCH NICHT SCHON ETWA......WOHER HABT IHR DIE 1.2.7 SCHON????? :wink:
Greetz, tinoo
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Rahner
Posts: 82
Joined: Sat 15. Jul 2006, 18:16

Post 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:
Guru
Posts: 9
Joined: Fri 9. Dec 2005, 01:54
Location: Romania
Contact:

Dear Oliver and forum moderators

Post 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
http://www.WebGurus.ro - The serious web company
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: Dear Oliver and forum moderators

Post 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
Guru
Posts: 9
Joined: Fri 9. Dec 2005, 01:54
Location: Romania
Contact:

yeah..

Post 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.
http://www.WebGurus.ro - The serious web company
tinoo
Posts: 311
Joined: Thu 16. Jun 2005, 11:16
Location: Zürich, Switzerland
Contact:

Re: yeah..

Post 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...
Greetz, tinoo
Post Reply