[UPDATE] phpwcms PRE 1.2.2-DEV ist da !!!
- Oliver Georgi
- Site Admin
- Posts: 9906
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
fe_login isn't finished - that's why forum isn't finished too.
Stay cool - it will need some additional days... Sorry.
New is this - might be helpful:
- I fixed many things
- try [PHP] echo $GLOBALS['LEVEL_ID'];[/PHP]
- try [PHP] echo $GLOBALS['LEVEL_KEY'];[/PHP]
- {RELATED:10:ALLKEYWORDS} will list all releated articles based on current article or article list keywords - pretty cool
Oliver
Stay cool - it will need some additional days... Sorry.
New is this - might be helpful:
- I fixed many things
- try [PHP] echo $GLOBALS['LEVEL_ID'];[/PHP]
- try [PHP] echo $GLOBALS['LEVEL_KEY'];[/PHP]
- {RELATED:10:ALLKEYWORDS} will list all releated articles based on current article or article list keywords - pretty cool
Oliver
whatever i do. i cant get the new version to work. of course it is a problem that i have prepended the tablenames with ›122_test_‹. i have changed the sql-update to:
everyone has an idea?
cheers
rush
Code: Select all
#####################################################
#
# PHPWCMS SQL Update
#
# Upgrade release 1.2.1-DEV to 1.2.2-DEV
# 2005.03.05
#
#####################################################
ALTER TABLE `122_test_phpwcms_user` ADD `usr_wysiwyg` INT( 2 ) NOT NULL ;
ALTER TABLE `122_test_phpwcms_user` ADD `usr_fe` INT( 1 ) NOT NULL ;
UPDATE `122_test_phpwcms_user` SET usr_fe =2 ;
ALTER TABLE `122_test_phpwcms_userlog` ADD `logged_section` INT( 1 ) NOT NULL ;
CREATE TABLE `122_test_phpwcms_sysvalue` (
`sysvalue_key` VARCHAR( 255 ) NOT NULL ,
`sysvalue_tstamp` TIMESTAMP NOT NULL ,
`sysvalue_value` MEDIUMBLOB NOT NULL ,
PRIMARY KEY ( `sysvalue_key` ) ,
FULLTEXT ( `sysvalue_key` )
);
ALTER TABLE `122_test_phpwcms_article` ADD `article_nositemap` INT( 1 ) DEFAULT '0' NOT NULL ;
ALTER TABLE `122_test_phpwcms_articlecat` ADD `acat_nositemap` INT( 1 ) DEFAULT '0' NOT NULL ;
cheers
rush
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
after reuploading all files and complete reinstall the system works now.rushclub wrote:whatever i do. i cant get the new version to work. of course it is a problem that i have prepended the tablenames with ›122_test_‹. i have changed the sql-update to:
everyone has an idea?Code: Select all
##################################################### # # PHPWCMS SQL Update # # Upgrade release 1.2.1-DEV to 1.2.2-DEV # 2005.03.05 # ##################################################### ALTER TABLE `122_test_phpwcms_user` ADD `usr_wysiwyg` INT( 2 ) NOT NULL ; ALTER TABLE `122_test_phpwcms_user` ADD `usr_fe` INT( 1 ) NOT NULL ; UPDATE `122_test_phpwcms_user` SET usr_fe =2 ; ALTER TABLE `122_test_phpwcms_userlog` ADD `logged_section` INT( 1 ) NOT NULL ; CREATE TABLE `122_test_phpwcms_sysvalue` ( `sysvalue_key` VARCHAR( 255 ) NOT NULL , `sysvalue_tstamp` TIMESTAMP NOT NULL , `sysvalue_value` MEDIUMBLOB NOT NULL , PRIMARY KEY ( `sysvalue_key` ) , FULLTEXT ( `sysvalue_key` ) ); ALTER TABLE `122_test_phpwcms_article` ADD `article_nositemap` INT( 1 ) DEFAULT '0' NOT NULL ; ALTER TABLE `122_test_phpwcms_articlecat` ADD `acat_nositemap` INT( 1 ) DEFAULT '0' NOT NULL ;
cheers
rush
cheers
rush
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
I have just downloaded and installed it and I just made the SQL thing...
But when I go to: Admin - Sitelevel I get this error....
What could it be?
But when I go to: Admin - Sitelevel I get this error....
Notice: Undefined variable: copy_article_content in /home/httpd/vhosts/instrukser.dk/httpdocs/include/inc_tmpl/admin.structlist.tmpl.php on line 75
What could it be?
http://www.studmed.dk Portal for doctors and medical students in Denmark
frold wrote:I also get theses errors when visiting my frontend...
Notice: Undefined variable: block in /home/httpd/vhosts/instrukser.dk/httpdocs/include/inc_front/content.func.inc.php on line 157
Notice: Undefined index: maintext in /home/httpd/vhosts/instrukser.dk/httpdocs/include/inc_front/content.func.inc.php on line 280
Notice: Undefined index: headertext in /home/httpd/vhosts/instrukser.dk/httpdocs/include/inc_front/content.func.inc.php on line 295
Notice: Undefined index: lefttext in /home/httpd/vhosts/instrukser.dk/httpdocs/include/inc_front/content.func.inc.php on line 301
Notice: Undefined index: righttext in /home/httpd/vhosts/instrukser.dk/httpdocs/include/inc_front/content.func.inc.php on line 301
Notice: Undefined index: footertext in /home/httpd/vhosts/instrukser.dk/httpdocs/include/inc_front/content.func.inc.php on line 307
Notice: Undefined index: htmlhead in /home/httpd/vhosts/instrukser.dk/httpdocs/include/inc_front/content.func.inc.php on line 577
Notice: Undefined index: jsonload in /home/httpd/vhosts/instrukser.dk/httpdocs/include/inc_front/content.func.inc.php on line 617
Notice: Undefined index: layout_noborder in /home/httpd/vhosts/instrukser.dk/httpdocs/include/inc_front/front.func.inc.php on line 491
Notice: Undefined index: css in /home/httpd/vhosts/instrukser.dk/httpdocs/index.php on line 151
please refer you php.ini for this e~notice or better search please the forum for that and disable it!