is it complicated to change the hesk table names? the reason I ask is that I would like to run two implementations of hesk on the same DB and obviously the tables would have to have different names...
thanks for any help
change hesk table names
Moderator: mkoch227
Well you would have to:
- change table names in the database (using phpMyAdmin for example)
- change names to the new ones throughout the Hesk PHP/SQL code. Quite some work and not recommended if you aren't familiar with PHP/SQL.
I'll see if I can add a variable for table prefix to the next version, but currently ou will have to do the above manually.
- change table names in the database (using phpMyAdmin for example)
- change names to the new ones throughout the Hesk PHP/SQL code. Quite some work and not recommended if you aren't familiar with PHP/SQL.
I'll see if I can add a variable for table prefix to the next version, but currently ou will have to do the above manually.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Search/replace could work, but not 100% sure. Try it and you'll find out 

Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools