Page 2 of 3
Re: HESK version 2.4 BETA (test version)
Posted: Wed Jul 11, 2012 3:37 pm
by ruffmeister
hi there i dont get to specify a prefix on the upgrade screen
Re: HESK version 2.4 BETA (test version)
Posted: Wed Jul 11, 2012 3:46 pm
by ruffmeister
Hi there,
deleted the default entry on the 2.4 settings.php file and changed them to the prefix from 2.3 settings.php
Re: HESK version 2.4 BETA (test version)
Posted: Wed Jul 11, 2012 3:47 pm
by Klemen
No, because upgrade uses the one set in the hesk_settings.inc.php. Note that when upgrading you mustn't upload a new settings file, the old one (version 2.3 with correct MySQL settings) needs to be there for the upgrade to work properly.
Re: HESK version 2.4 BETA (test version)
Posted: Thu Jul 12, 2012 2:56 pm
by ruffmeister
Hi Klemen,
Working a treat thus far
Quick query if i may
Is it possible for anyone to reply to a ticket email and get the update on the call or is it limited to the email address that logged the call? if not is it easy to change?
Re: HESK version 2.4 BETA (test version)
Posted: Thu Jul 12, 2012 4:19 pm
by Klemen
I don't recommend it as it could lead to issues.
That said, you would have to delete this from inc/pipe_functions.inc.php
Code: Select all
// Do email addresses match?
if ( strpos( strtolower($ticket['email']), strtolower($tmpvar['email']) ) === false )
{
$tmpvar['trackid'] = '';
}
Re: HESK version 2.4 BETA (test version)
Posted: Fri Jul 13, 2012 10:51 am
by lupolo
Not possible to add another email to the ticket with "," separator. Both fron en back-office.
Re: HESK version 2.4 BETA (test version)
Posted: Fri Jul 13, 2012 11:19 am
by Klemen
Do you have "Multiple emails" enabled?
Settings > Email > Other > Multiple emails: [?] Allow customers to enter multiple contact emails
Re: HESK version 2.4 BETA (test version)
Posted: Fri Jul 13, 2012 12:33 pm
by lupolo
Klemen wrote:Do you have "Multiple emails" enabled?
Settings > Email > Other > Multiple emails: [?] Allow customers to enter multiple contact emails
haha .. new option, that did the trick!
ps my attachments still doesnt work, it was a clean update 2.3 to 2.4 ..
Re: HESK version 2.4 BETA (test version)
Posted: Fri Jul 13, 2012 2:13 pm
by Klemen
Have you checked php.ini settings?
Can you upload a simple small text file or no file at all?
Re: HESK version 2.4 BETA (test version)
Posted: Fri Jul 13, 2012 3:08 pm
by ruffmeister
thanks - that has worked.
Re: HESK version 2.4 BETA (test version)
Posted: Mon Jul 16, 2012 6:35 am
by lupolo
Klemen wrote:Have you checked php.ini settings?
Can you upload a simple small text file or no file at all?
I cannot check my php.ini setting (shared server), but with 2.3 i can send any attachment, with the upgraded version any. The error is that the path issent oke.
Re: HESK version 2.4 BETA (test version)
Posted: Mon Jul 16, 2012 7:08 am
by Klemen
Version 2.4 uses the same code for file handling as 2.3.
If you save this code as "test.php", upload to your server and open it in browser, what does it say?
Code: Select all
<i>upload_max_filesize</i>: <?php echo @ini_get('upload_max_filesize'); ?><br />
<?php
if ( version_compare(phpversion(), '5.2.12', '>=') )
{
echo '<i>max_file_uploads</i>: ' . @ini_get('max_file_uploads') . '<br />';
}
?>
<i>post_max_size</i>: <?php echo @ini_get('post_max_size'); ?><br />
Re: HESK version 2.4 BETA (test version)
Posted: Mon Jul 16, 2012 8:19 am
by lupolo
Klemen wrote:Version 2.4 uses the same code for file handling as 2.3.
If you save this code as "test.php", upload to your server and open it in browser, what does it say?
Code: Select all
<i>upload_max_filesize</i>: <?php echo @ini_get('upload_max_filesize'); ?><br />
<?php
if ( version_compare(phpversion(), '5.2.12', '>=') )
{
echo '<i>max_file_uploads</i>: ' . @ini_get('max_file_uploads') . '<br />';
}
?>
<i>post_max_size</i>: <?php echo @ini_get('post_max_size'); ?><br />
My info:upload_max_filesize: 32M
max_file_uploads: 20
post_max_size: 32M
Found the problem! It looks like it have chanced my root setting ... it have put /admin behind it. Doent know how but its there. Maybe its a nice addon to use the output ass max size in the admin pannel?
Re: HESK version 2.4 BETA (test version)
Posted: Mon Jul 16, 2012 12:39 pm
by Klemen
Already done - final release of 2.4 will show these settings and show a warning when HESK setting is larger than what php.ini allows.
If you find any other problems with 2.4 (few have already been found and fixed) please do let me know.
Re: HESK version 2.4 BETA (test version)
Posted: Mon Jul 16, 2012 2:04 pm
by lupolo
How to cronjob the POP email? And wenn receiving mail on with category would the ticket get?