1
Plugins / [Plugin] Batch Import
« on: November 07, 2002, 01:52:47 AM »
set it to where your images or folders of images you want to add are located.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
DB Error: Bad SQL Query: DELETE FROM 4images_groups WHERE group_id =
You have an error in your SQL syntax near '' at line 2
DB Error: Bad SQL Query: DELETE FROM 4images_groupaccess WHERE group_id =
You have an error in your SQL syntax near '' at line 2
DB Error: Bad SQL Query: DELETE FROM 4images_groupmatch WHERE group_id =
You have an error in your SQL syntax near '' at line 2
Error while deleting User Group
if ($action == "deletegroup") {
$group_id = intval($HTTP_POST_VARS['group_id']);
Parse error: parse error, unexpected T_STRING in /home/httpd/html/4images/admin/plugins/batch_import.php on line 70
// Default description for each image, can be left blank
$default_image_description = ";
// Default description for each image, can be left blank
$default_image_description = "";
Fatal error: Failed opening required './../admin/admin_global.php' (include_path='.:/usr/lib/php') in /home/httpd/html/4images/admin/plugins/batch_import.php on line 29
$root_path = (eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../";
$root_path = (/home/httpd/html/4images/");
DB Error: Bad SQL Query: DELETE FROM 4images_groupmatch WHERE user_id = AND group_id IN (1, 2, 3, 6)
You have an error in your SQL syntax near 'AND group_id IN (1, 2, 3, 6)' at line 2
DB Error: Bad SQL Query: INSERT INTO 4images_groupmatch (group_id, user_id, groupmatch_startdate, groupmatch_enddate) VALUES (1, , UNIX_TIMESTAMP('2002-10-04 10:43:05'), 0)
You have an error in your SQL syntax near ' UNIX_TIMESTAMP('2002-10-04 10:43:05'), 0)' at line 4
DB Error: Bad SQL Query: INSERT INTO 4images_groupmatch (group_id, user_id, groupmatch_startdate, groupmatch_enddate) VALUES (2, , UNIX_TIMESTAMP('2002-10-04 12:38:36'), 0)
You have an error in your SQL syntax near ' UNIX_TIMESTAMP('2002-10-04 12:38:36'), 0)' at line 4
User edited
define('USERS_TABLE', 'phpbb_users');