Version of script: 0.94.1
Hosting company: my own server
URL of phpinfo.php: http://support.optimisaplc.com/phpinfo.php
URL of session_test.php: Not heard of this
What terms did you try when SEARCHING for a solution: hesk_attachments
Write your message below:
When attempting to attach a file to a ticket users get the following error:
Code: Select all
Can't execute SQL: INSERT INTO `hesk_attachments` (`ticket_id`,`saved_name`,`real_name`,`size`) VALUES ('9PTJPE2H2R', '9PTJPE2H2R_1b0a1768fbb0eac01b55087485349596.gif', 'dilbert2007166671129.gif', '22909')
MySQL said:
Table 'helpdesk.hesk_attachments' doesn't exist
Code: Select all
Can't execute SQL: DELETE FROM `hesk_attachments` WHERE `ticket_id`='THBDSG8AJR'
MySQL said:
Table 'helpdesk.hesk_attachments' doesn't exist
I resolved the issue by downloading a patched file (unable to find the thread again now when searching) which seems to have done the trick - everything but the attachments seems to be working fine from a site point of view.
Looking through the install.php file I can't see anything that referes to an attachements table within the database - is there supposed to be one? My current database has:
- hesk_categories
hesk_replies
hesk_std_replies
hesk_tickets
hesk_users
Any help would be gratefully appreciated - this is a fantastic app for our small company, we've used 0.93 for about a year and loved it!
P.S. RE: sessions_test above - I have several phpBB forums that run fine on the server so I presume that sessions are working fine. If you know what needs to go into a sessions_test.php file than let me know an I'll create one.
Cheers