Script URL: http://www.crikey-thatsmint.com/
Version of script: 2.1
Hosting company: Localhost
URL of phpinfo.php: N/A
URL of session_test.php: N/a
Write your message below:
Hi, I have noticed a possible bug with HESK 2.1 - let me explain. While logged in as a standard user and I update me signature via profile.php it saves correctly. The same also applies when I'm logged in as the admin but only while updating through profile.php. However, I have noticed that when updating any users signature including my own (admin) via manage_users.php by clicking on Edit it is not saved.
Has anyone else notice this?
**EDIT**
Sorry, just noticed all bug reports should be posted here - please feel free to move this post to the correct section. Again, sorry but didn't realise till after I had posted.
[RESOLVED] Signature not being retained
Moderator: mkoch227
[RESOLVED] Signature not being retained
Last edited by Raven on Sat Oct 17, 2009 6:58 pm, edited 1 time in total.
I just tested it on my server and updating signatures from manage_users.php works fine.
Anyone else gets this?
Anyone else gets this?
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
My bad, It was due to an error in the code - I should have had but I had
That'll teach me to double click on stuff to select it within Dreamweaver....
If that was not bad enough, I had also logged in to the wrong version when testing too lol - late nights and coding do not agree
Code: Select all
<?php echo $myuser['signature']; ?>
Code: Select all
<?php echo $myuser[signature]; ?>
If that was not bad enough, I had also logged in to the wrong version when testing too lol - late nights and coding do not agree

No worries, happens to all of us 

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