Page 2 of 2

Re: Upgraded to latest verion and can't see my content

Posted: Wed 21. Dec 2011, 08:09
by flip-flop
It is implemented in the autom. update from r401 to r403:

Code: Select all

	// check if article content tab field exists
	$result = _dbQuery("SHOW COLUMNS FROM ".DB_PREPEND."phpwcms_articlecontent LIKE 'acontent_tab'", 'COUNT_SHOW');
	
	if(empty($result)) {
		$result = _dbQuery("ALTER TABLE ".DB_PREPEND."phpwcms_articlecontent ADD acontent_tab VARCHAR(255) NOT NULL DEFAULT ''", 'ALTER');
	}
 
There exists a file with the name content/tmp/r403.checked.tmp? If so, please logout, delete this file and login again.

Knut

Re: Upgraded to latest verion and can't see my content

Posted: Wed 21. Dec 2011, 09:58
by update
There has been a problem with the newly implemented update process r401-->r402-->r403 or r401-->r403
Check the existence of acontent_tab and read http://www.phpwcms-howto.de/wiki/doku.p ... pdate/r403 too
Is this a xampp install? Check the MySQL variable max_allowed_packet, there ist a problem (but should be fixed in newer releases)

Anyway - it's certainly a broken / unfinished update process!

Re: Upgraded to latest verion and can't see my content

Posted: Wed 21. Dec 2011, 10:12
by dinnocon
Is there an English language version of this? I van't understand it. Thank you

Re: Upgraded to latest verion and can't see my content

Posted: Wed 21. Dec 2011, 10:16
by update
claus wrote:Check the existence of acontent_tab and read http://www.phpwcms-howto.de/wiki/doku.p ... pdate/r403 too
Try this first to make sure there is no db field missing.

Re: Upgraded to latest verion and can't see my content

Posted: Mon 2. Jan 2012, 22:22
by dinnocon
I have followed all of the above advice and still get {STATUS_MESSAGE}{BE_PARSE_LANG} error while browsing related articles when trying to browse my articles list. I am now really at a loss. Can you give any more advice please?

Re: Upgraded to latest verion and can't see my content

Posted: Tue 3. Jan 2012, 11:03
by update
claus wrote:Is this a xampp install? Check the MySQL variable max_allowed_packet

Re: Upgraded to latest verion and can't see my content

Posted: Tue 3. Jan 2012, 14:17
by juergen
Would you be so kind and let us have a view into the STRUCTURE (non Data Version) of phpwcms_articlecontent ?