Parašė Vilk@s· 2009 Kov. 28 17:03:06
#1
Table 'martiogala.fusion_user_ratings' doesn't existTable 'martiogala.fusion_user_ratings' doesn't existTable 'martiogala.fusion_user_ratings' doesn't existTable 'martiogala.fusion_user_ratings' doesn't existVartotojų įvertinimas: Nėra
Table 'martiogala.fusion_user_ratings' doesn't exist
Is kur atsisiusti lentele kur galima ivertinti?
Parašė Soo-2· 2009 Kov. 28 17:03:53
#2
I pridetinius puslapius ir spausk "Perziureti"
<?php
$create = dbquery("CREATE TABLE `".$db_prefix."user_ratings` (
`rated_id` BIGINT( 20 ) NOT NULL AUTO_INCREMENT ,
`rate_user` BIGINT( 20 ) NOT NULL ,
`rate_subject` BIGINT( 20 ) NOT NULL ,
`rate_opt` ENUM( '1', '2', '3', '4', '5', '6', '7', '8', '9', '10' ) NOT NULL ,
`rate_date` BIGINT( 20 ) NOT NULL ,
`rate_ip` VARCHAR( 255 ) NOT NULL ,
PRIMARY KEY (`rated_id`)
)") or die("Eik tu NX, nes nesugebi i PMA nuetiti");
if($create) echo "Tau pavyko GAIDY";
?>
Redagavo Soo-2· 2009 Kov. 28 17:03:04