Code:
http://domainyou.com/login.php?do=login
any can help me what wrong??
PHP Code:
Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3780
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1111) : eval()'d code on line 24
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1111) : eval()'d code on line 34
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1111) : eval()'d code on line 52
Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3780
Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3780
Warning: fetch_template() calls should be replaced by the vB_Template class in [path]/includes/functions.php on line 3780
but on my index i have warning
PHP Code:
Database error in vBulletin 4.0.0 Beta 3:
Invalid SQL:
(SELECT 'package' AS classtype, package.packageid AS typeid, package.packageid AS packageid,
package.productid AS productid, if(package.productid = 'vbulletin', 1, product.active) AS enabled,
package.class AS class, -1 as isaggregator
FROM XXXX_forumer_package AS package
LEFT JOIN XXXX_forumer_product AS product
ON product.productid = package.productid
WHERE product.active = 1
OR package.productid = 'vbulletin'
)
UNION
(SELECT 'contenttype' AS classtype, contenttypeid AS typeid, contenttype.packageid AS packageid,
1, 1, contenttype.class AS class , contenttype.isaggregator
FROM XXXX_forumer_contenttype AS contenttype
INNER JOIN XXXX_forumer_package AS package ON package.packageid = contenttype.packageid
LEFT JOIN XXXX_forumer_product AS product ON product.productid = package.productid
WHERE product.active = 1
OR package.productid = 'vbulletin' );
MySQL Error : Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
Error Number : 1267
Request Date : Monday, November 16th 2009 @ 01:20:31 AM
Error Date : Monday, November 16th 2009 @ 01:20:31 AM
Script : http://www.domainyou.com/
Referrer :
IP Address : 125.XXX.XXX.X
Username : XXXX
Classname : vB_Database
MySQL Version : 5.0.85-community-log