Tja, bescheidenOliver Georgi wrote:... bescheidenen Schritt 1.2.7
Oliver
As someone said "a small step for OG a big step for cms-ity"
Tja, bescheidenOliver Georgi wrote:... bescheidenen Schritt 1.2.7
Oliver
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);
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: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.
WHAT IS THIS?! AND WHY NOBODY KNOWS TO RESOLVE THIS ISSUE!?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);
Code: Select all
ALTER TABLE `phpwcms_articlecontent` ADD `acontent_anchor` INT( 1 ) NOT NULL ;
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...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.