error messages help needed!

More
15 years 2 weeks ago #1106 by no leaf clover
I installed the guestbook, version 1.7.2, it seems to work because I can post messages.

But there are some error messages:
Code:
Warning: session_start() [function.session-start]: open(/tmp/sess_e6e4ce14371180b401f3301bb10f6953, O_RDWR) failed: Permission denied (13) in /home/expedi01/domains/expeditieverdun.nl/public_html/gastenboek/header.php on line 2 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/expedi01/domains/expeditieverdun.nl/public_html/gastenboek/header.php:2) in /home/expedi01/domains/expeditieverdun.nl/public_html/gastenboek/header.php on line 2 Warning: Unknown: open(/tmp/sess_e6e4ce14371180b401f3301bb10f6953, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0 Also my admin page is full of errors: Warning: session_start() [function.session-start]: open(/tmp/sess_e6e4ce14371180b401f3301bb10f6953, O_RDWR) failed: Permission denied (13) in /home/expedi01/domains/expeditieverdun.nl/public_html/gastenboek/admin/delete_process.php on line 5 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/expedi01/domains/expeditieverdun.nl/public_html/gastenboek/admin/delete_process.php:5) in /home/expedi01/domains/expeditieverdun.nl/public_html/gastenboek/admin/delete_process.php on line 5 Warning: Cannot modify header information - headers already sent by (output started at /home/expedi01/domains/expeditieverdun.nl/public_html/gastenboek/admin/delete_process.php:5) in /home/expedi01/domains/expeditieverdun.nl/public_html/gastenboek/admin/login_check.php on line 4 Guestbook Admin Interface Message Deleted! Back to Delete Menu Admin Main - Logout Warning: Unknown: open(/tmp/sess_e6e4ce14371180b401f3301bb10f6953, O_RDWR) failed: Permission denied (13) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0

I hope somebody can help me with this! Because I don't think they should be displayed when using the guestbook.

Thanks in advance and thanks for this script!!

Please Log in or Create an account to join the conversation.

More
15 years 2 weeks ago #1107 by digioz
Replied by digioz on topic error messages help needed!
Hello,

The warnings in question only show if the webhost has enabled Warning Display. This issue has been addressed in DigiOz Guestbook Version 1.8.

For now, add the following code:
Code:
error_reporting(0);

To the top of the following files inside the PHP tag:

header.php
admin/delete_process.php
login_check.php

Thanks,

Please Log in or Create an account to join the conversation.

More
15 years 2 weeks ago #1109 by no leaf clover
Thanks, problem solved! :)

Please Log in or Create an account to join the conversation.

Time to create page: 0.113 seconds
Powered by Kunena Forum