Page 2 of 2
Posted: Wed 6. Apr 2005, 22:45
by Oliver Georgi
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
Posted: Thu 7. Apr 2005, 10:02
by rushclub
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:
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 ;
everyone has an idea?
cheers
rush
Posted: Thu 7. Apr 2005, 10:33
by rushclub
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:
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 ;
everyone has an idea?
cheers
rush
after reuploading all files and complete reinstall the system works now.
cheers
rush
Posted: Fri 8. Apr 2005, 19:43
by frold
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....
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?
Posted: Mon 11. Apr 2005, 09:20
by Morgen
Hi!
1.2.2 Admin section:
User administration, Add New user... Fill the input area and error message:
"error while creating new user"
Posted: Mon 11. Apr 2005, 13:41
by Pappnase
Morgen wrote:Hi!
1.2.2 Admin section:
User administration, Add New user... Fill the input area and error message:
"error while creating new user"
hello test it also! and it works fine so please check permissions again!
did you also do the sqlupdate wich zou find in this thread!?
Posted: Mon 11. Apr 2005, 13:43
by Pappnase
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!
Posted: Mon 25. Apr 2005, 11:12
by brans
Hi Oliver,
how about updates? Have you finished any additions so far ? I'm currently in a deep need for the frontend user function, have you made any additions there ?
(I don't want to know any date, I would just love to know if you are currently working on it or if I need to look into this myself)
Posted: Mon 25. Apr 2005, 11:51
by rushclub
brans wrote:I'm currently in a deep need for the frontend user function, have you made any additions there ?
me too
cheers
rush