Page 1 of 1
The admin.php after login becomes blank
Posted: Tue Jan 31, 2006 7:14 am
by anuar
Script URL:
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:
Write your message below:
Hi,
I manage to install the helpdesk without anydifficulties. I even manage to start to sent ticket as well. But once I log into the admin panel after login to the administrator the screen becomes blank. I check as mention in the other forums sent by other members to check the PHP server session. My server session is enabled but still not able to view the admin panel. Is there any other things that I need to do.
Rgds
Re: The admin.php after login becomes blank
Posted: Tue Jan 31, 2006 7:16 am
by anuar
[quote="anuar"]Script URL:
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:
Write your message below:
Hi,
I manage to install the helpdesk without anydifficulties. I even manage to start to sent ticket as well. But once I log into the admin panel after login to the administrator the screen becomes blank. I check as mention in the other forums sent by other members to check the PHP server session. My server session is enabled but still not able to view the admin panel. Is there any other things that I need to do.
Rgds[/quote]
My server PHP is running on 4.2.2 where you mention your requirement is 4.3.X support
can i used it on a lower PHP version
Re: The admin.php after login becomes blank
Posted: Tue Jan 31, 2006 9:07 am
by anuar
[quote="anuar"][quote="anuar"]Script URL:
Version of script:
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:
Write your message below:
Hi,
I manage to install the helpdesk without anydifficulties. I even manage to start to sent ticket as well. But once I log into the admin panel after login to the administrator the screen becomes blank. I check as mention in the other forums sent by other members to check the PHP server session. My server session is enabled but still not able to view the admin panel. Is there any other things that I need to do.
Rgds[/quote]
My server PHP is running on 4.2.2 where you mention your requirement is 4.3.X support
can i used it on a lower PHP version[/quote]
Do you have a older helpdesk program that can be used in version 4.2.2
Posted: Tue Jan 31, 2006 10:03 am
by Klemen
No, it needs at least PHP 4.3. It'snot even safe to have suck an old version of PHP installed, your host should upgrade it to a more recent version.
Problem with admin
Posted: Fri Oct 13, 2006 2:58 pm
by marcin
php 4.4.2.1
mysql 5.0.24
Hi,
i've installed helpdesk v.0.93.1 as a new module i moodle 1.6.2+. If i want to login as an admin some errors occur. This is what is shown:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/www/mdlszkol/blocks/hesk/language/polish.inc.php:1) in /home/www/mdlszkol/blocks/hesk/inc/common.inc.php on line 263
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/www/mdlszkol/blocks/hesk/language/polish.inc.php:1) in /home/www/mdlszkol/blocks/hesk/inc/common.inc.php on line 263
Warning: session_regenerate_id(): Cannot send session cookie - headers already sent by (output started at /home/www/mdlszkol/blocks/hesk/language/polish.inc.php:1) in /home/www/mdlszkol/blocks/hesk/admin.php on line 70
Warning: Cannot modify header information - headers already sent by (output started at /home/www/mdlszkol/blocks/hesk/language/polish.inc.php:1) in /home/www/mdlszkol/blocks/hesk/admin.php on line 81
I've translated words into polish language and saved in utf-8 coding because moodle works in utf-8. Also my database use utf-8.
If I change coding into iso 8859-2 for example there are no mistakes, but polish signs are wrong interpretated because of moodle default coding (utf-8). So only chance to use helpdesk is to code polish word also in utf. But it couses above problems.
Do you have any suggestions how to resolve my problem?
Posted: Fri Oct 13, 2006 7:53 pm
by Klemen
The problem is in the polish.inc.php file. Make sure you have no spaces or empty lines before <?php and after ?> in the polish.inc.php file!