[UPDATE] phpwcms PRE 1.2.2-DEV ist da !!!

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
User avatar
Oliver Georgi
Site Admin
Posts: 9906
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post 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
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post 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
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post 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
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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?
http://www.studmed.dk Portal for doctors and medical students in Denmark
Morgen
Posts: 14
Joined: Thu 3. Feb 2005, 08:25

Post 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"
:(
Pappnase

Post 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!?
Pappnase

Post 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!
brans

Post 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)
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post 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
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
Post Reply