
05-13-2013, 10:29 AM
|
|
|
Join Date: Jun 2011
Posts: 520
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by abinadi
Strict Standards: Declaration of vB_DataManager_User::do_set() should be compatible with vB_DataManager::do_set($fieldname, &$value, $table = NULL) in /home/vw/public_html/includes/class_dm_user.php on line 32
Strict Standards: Declaration of vB_DataManager_User::save() should be compatible with vB_DataManager::save($doquery = true, $delayed = false, $affected_rows = false, $replace = false, $ignore = false) in /home/vw/public_html/includes/class_dm_user.php on line 32
Strict Standards: Declaration of vB_DataManager_User_Multiple::fetch_query() should be compatible with vB_DataManager_Multiple::fetch_query($condition = '', $limit = 0, $offset = 0) in /home/vw/public_html/includes/class_dm_user.php on line 3017
more of a FYI - as I was able to register and purchase
|
You could try this :
Go to /install/init.php
Find :
Code:
@ini_set('display_errors', true);
Change to :
Code:
@ini_set('display_errors', false);
|