Search found 4 matches
- Mon 13. Jun 2005, 19:51
- Forum: phpwcms Bug Reports
- Topic: short_open_tag is required for version 1.2.3-DEV?
- Replies: 0
- Views: 2046
short_open_tag is required for version 1.2.3-DEV?
The use of <? and <?= througout the code, requires the short_open_tag=On, but at least in my case my hosting service has set to short_open_tag=Off; this did not seem to be the case with version 1.1x
- Mon 13. Jun 2005, 18:22
- Forum: phpwcms Bug Reports
- Topic: CREATE TABLE 'phpwcms_sysvalue' Missing TYPE=MyISAM
- Replies: 0
- Views: 1984
CREATE TABLE 'phpwcms_sysvalue' Missing TYPE=MyISAM
In setup/phpwcms_init.sql (version 1.2.3-DEV)
The Create statement is:
CREATE TABLE `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` )
);
but ...
The Create statement is:
CREATE TABLE `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` )
);
but ...
- Sat 5. Jun 2004, 19:14
- Forum: phpwcms Support English
- Topic: Errors or Config Issue?
- Replies: 2
- Views: 1100
- Sat 5. Jun 2004, 18:59
- Forum: phpwcms Support English
- Topic: Errors or Config Issue?
- Replies: 2
- Views: 1100
Errors or Config Issue?
My development system is running: Windows NT 5.0 build 2195; Apache/2.0.47 (Win32) mod_ssl/2.0.47 OpenSSL/0.9.7c PHP/4.3.3 mod_jk2/2.0.2php:v4.3.3 Win2K and mySQL 4.0.15-max-nt
There are errors in the event log like:
1) The description for Event ID ( 2000 ) in Source ( c-client ) cannot be found ...
There are errors in the event log like:
1) The description for Event ID ( 2000 ) in Source ( c-client ) cannot be found ...