Menu

#34 projectbench0.4bugs-2

open
nobody
None
5
2006-02-14
2006-02-14
Anonymous
No

Hello. here is what i discovered:
( my box: winxphome sp2, apache2, php5, mysql4 )

1. when using mysqldump to import the database there is
no errors. but when trying manually error occured
( ok, this could be my fauld dont know. ):

for example when trying

CREATE TABLE `pb_foundin` (
`foundInID` int(2) unsigned NOT NULL auto_increment,
`foundInName` varchar(20) NOT NULL default '',
`isHidden` enum('Y','N') NOT NULL default 'N',
`foundInDesc` varchar(255) default NULL,
PRIMARY KEY (`foundInID`)
) TYPE=MyISAM;

i get

'TYPE=storage_engine' is deprecated; use
'ENGINE=storage_engine' instead

( the table is created anyway )

2. installation is complete and i log as admin:
Warning: mysql_escape_string():

This function is deprecated; use
mysql_real_escape_string() instead. in
c:\www\projectbench\general.php on line 124 Warning:
mysql_escape_string(): This function is deprecated; use
mysql_real_escape_string() instead. in
c:\www\projectbench\general.php on line 124 Warning:
mysql_escape_string(): This function is deprecated; use
mysql_real_escape_string() instead. in
c:\www\projectbench\general.php on line 124

now better look the screenshot to see what i see :))

Regards: Evgueny
( evgo_a@yahoo.com )

Discussion


Log in to post a comment.