Ragazzi mi serve il vostro aiuto, non riesco a risolvere un problema che sta limitando lo sviluppo del mio portale
Ammetto di non avere ancora molta dimestichezza con php-mysql... quindi eccomi a chiedere il vostro aiuto.....
Il portale è basato sul php-nuke 6.8, ho installato tutto e sembrava funzionare a dovere, fino ad un certo punto, quando, dopo aver settato i primi 2 moderatori sui forum, cercando di settare gli altri, ha cominciato ad apparire questo errore

"Couldn't update private forum permissions

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' 1)' at line 2

INSERT INTO nuke_bbauth_access (forum_id, group_id, auth_mod) VALUES (8, , 1)

Line : 385
File : /membri/malitalia/modules/Forums/admin/admin_ug_auth.php"



Ho provato in tutti i modi a settare la tabella incriminata (nuke_bbauth_access) che mi appare così


# phpMyAdmin MySQL-Dump
# version 2.3.3pl1
# http://www.phpmyadmin.net/ (download page)
#
# Host: localhost
# Generato il: 05 Set, 2003 at 12:35 PM
# Versione MySQL: 4.00.14
# Versione PHP: 4.3.2
# Database : `my_malitalia`
# --------------------------------------------------------

#
# Struttura della tabella `nuke_bbauth_access`
#

DROP TABLE IF EXISTS `nuke_bbauth_access`;
CREATE TABLE `nuke_bbauth_access` (
`group_id` mediumint(3) NOT NULL default '0',
`forum_id` smallint(8) unsigned NOT NULL default '0',
`auth_view` tinyint(1) NOT NULL default '0',
`auth_read` tinyint(1) NOT NULL default '0',
`auth_post` tinyint(1) NOT NULL default '0',
`auth_reply` tinyint(1) NOT NULL default '0',
`auth_edit` tinyint(1) NOT NULL default '0',
`auth_delete` tinyint(1) NOT NULL default '0',
`auth_sticky` tinyint(1) NOT NULL default '0',
`auth_announce` tinyint(1) NOT NULL default '0',
`auth_vote` tinyint(1) NOT NULL default '0',
`auth_pollcreate` tinyint(1) NOT NULL default '0',
`auth_attachments` tinyint(1) NOT NULL default '0',
`auth_mod` tinyint(1) NOT NULL default '0',
KEY `group_id` (`group_id`),
KEY `forum_id` (`forum_id`),
KEY `auth_mod` (`auth_mod`)
) TYPE=MyISAM;

#
# Dump dei dati per la tabella `nuke_bbauth_access`
#

INSERT INTO `nuke_bbauth_access` (`group_id`, `forum_id`, `auth_view`, `auth_read`, `auth_post`, `auth_reply`, `auth_edit`, `auth_delete`, `auth_sticky`, `auth_announce`, `auth_vote`, `auth_pollcreate`, `auth_attachments`, `auth_mod`) VALUES (0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1),
(6, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1),
(3, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

Inoltre, quando entro in mysql, al fondo del db appare questa scritta
"Errore
Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perchè clicca qui"

Non so se sia dovuto all'errore oppure no...

Ho provato a reinstallare passo passo il portale su un'altro host tramite il backup dei dati, per verificare se è un'errore del supporto mysql di altervista oppure no, purtroppo, tutto rimane identico, stesso errore...
Ma non riesco a risolvere in nessun modo

Dimenticavo, inoltre, alcuni moderatori riescono ad avere accesso alla sezione moderatori, altri no....
Qualcuno mi può dare una mano passo passo su come risolvere???
Grazie infinite
Malitalia