Hi,
Well I was getting the same error so I decided to investigate the problem and I've came up with a solution that works.
In the forums root directory of the file vbsupport.php and find:
PHP Code:
// delete ticket
$threadman =& datamanager_init('Ticket_Thread', $this->registry, ERRTYPE_SILENT, 'ticketpost');
And replace that with:
PHP Code:
// delete ticket
$threadman =& datamanager_init('Ticket_Thread', $vbulletin, ERRTYPE_SILENT, 'ticketpost');
Quote:
Originally Posted by Spandauer
Hello,
at first be patient with me, my english is not perfect but i try to to my best... lets go
i have a problem with the suport system. i still had the problem with version 1.1 and now with 2.0.0 beta 2. i hoped i get it fixed with an update and with deinstallation/new installation but the problem keeps alive...
when i use the support-system as admin i dont have problems with attachments.
when i use an user-account and i want to attach a file the system wants to know the password of some of my private and password-protected forums. i removed the password-protection just for testing and see - now it works... but i cannot let these forums open so i had do protect these forums again and the support-system wants to know the password again when i try to attach a file.
when i want to attach a file in the public area of the forum its works well.. just the support-system wants to know this password...
second failure:
when i try to delete a ticket with the "Delete Ticket" Checkbox then i get this message:
Schwerer Fehler: Registry object is not an object in /includes/class_dm.php (Zeile 177)
at the end, a last question:
why exist in the admincp "manage categories" the two options
allowed usergroups and denied usergroups?
are the not-checked allowed usergroups not automatically denied?
thanks for your help
Dirk
|