NeXTensio Forum :: ErrorMessages from Nextension Forms
This thread was displayed: 226 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Andreas Franke
08-31-2004 16:25:10 GMT +2
|
Hi there, I'm allway get this getting following errormessages if I use the update, insert, delete or cancle Button in nextension forms:
Warning: session_start(): open(/tmp/sess_43254242a410e1575a59a6e071e8f1a2, O_RDWR) failed: Permission denied (13) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/functions.inc.php on line 232
Warning: Unknown(): open(/tmp/sess_43254242a410e1575a59a6e071e8f1a2, 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 (/tmp) in Unknown on line 0
What's happening? In another form (same database, different table) I do not have the problem with update, insert and delete Button. But the cancle Button generate the same errormessage.
Andreas
|
|
|
Ionut MOICIANU
08-31-2004 17:08:52 GMT +2
|
Hello,
Please remove the "includes" folder form your site (both from local and remote) and the reopen the file containing a NeXTensio2 List/Form.
You should first update to the last version of ImpAKT2 and NeXTensio2 - 2.7.6 if not already did.
Regards, Ionut MOICIANU
Hi there, I'm allways get this getting following errormessages if I use the update, insert, delete or cancle Button in nextension forms:
Warning: session_start(): open(/tmp/sess_43254242a410e1575a59a6e071e8f1a2, O_RDWR) failed: Permission denied (13) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/functions.inc.php on line 232
Warning: Unknown(): open(/tmp/sess_43254242a410e1575a59a6e071e8f1a2, 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 (/tmp) in Unknown on line 0
What's happening? In another form (same database, different table) I do not have the problem with update, insert and delete Button. But the cancle Button generate the same errormessage.
Andreas
|
|
|
Andreas Franke
08-31-2004 18:02:29 GMT +2
|
Hi Ionut,
I'did like you told me, I've update to 2.7.6 last week and I also deleted the includes folder. But there's still the same Prob. If I change this:
//remove this line if you want to edit the code by hand function KT_TriggerAFTER_Redirect_Insert1(&$tNG) { global $HTTP_SERVER_VARS; $insertGoTo = "../includes/nextensio2/back.php?mode=insert"; KT_redir($insertGoTo); }
To this:
//remove this line if you want to edit the code by hand function KT_TriggerAFTER_Redirect_Insert1(&$tNG) { global $HTTP_SERVER_VARS; $insertGoTo = "category_list?mode=insert"; KT_redir($insertGoTo); }
All seems to work right. But why?
Andreas
Hello,
Please remove the "includes" folder form your site (both from local and remote) and the reopen the file containing a NeXTensio2 List/Form.
You should first update to the last version of ImpAKT2 and NeXTensio2 - 2.7.6 if not already did.
Regards, Ionut MOICIANU
Hi there, I'm allways get this getting following errormessages if I use the update, insert, delete or cancle Button in nextension forms:
Warning: session_start(): open(/tmp/sess_43254242a410e1575a59a6e071e8f1a2, O_RDWR) failed: Permission denied (13) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/functions.inc.php on line 232
Warning: Unknown(): open(/tmp/sess_43254242a410e1575a59a6e071e8f1a2, 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 (/tmp) in Unknown on line 0
What's happening? In another form (same database, different table) I do not have the problem with update, insert and delete Button. But the cancle Button generate the same errormessage.
Andreas
|
|
|
Ionut MOICIANU
08-31-2004 18:20:45 GMT +2
|
Please contact me at imoicianu@interaktonline.com and send me your files, together with a database dump or FTP connection info to access your site. Attach the link to this post to the email.
Regards, Ionut
Hi Ionut,
I'did like you told me, I've update to 2.7.6 last week and I also deleted the includes folder. But there's still the same Prob. If I change this:
//remove this line if you want to edit the code by hand function KT_TriggerAFTER_Redirect_Insert1(&$tNG) { global $HTTP_SERVER_VARS; $insertGoTo = "../includes/nextensio2/back.php?mode=insert"; KT_redir($insertGoTo); }
To this:
//remove this line if you want to edit the code by hand function KT_TriggerAFTER_Redirect_Insert1(&$tNG) { global $HTTP_SERVER_VARS; $insertGoTo = "category_list?mode=insert"; KT_redir($insertGoTo); }
All seems to work right. But why?
Andreas
Hello,
Please remove the "includes" folder form your site (both from local and remote) and the reopen the file containing a NeXTensio2 List/Form.
You should first update to the last version of ImpAKT2 and NeXTensio2 - 2.7.6 if not already did.
Regards, Ionut MOICIANU
Hi there, I'm allways get this getting following errormessages if I use the update, insert, delete or cancle Button in nextension forms:
Warning: session_start(): open(/tmp/sess_43254242a410e1575a59a6e071e8f1a2, O_RDWR) failed: Permission denied (13) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/functions.inc.php on line 232
Warning: Unknown(): open(/tmp/sess_43254242a410e1575a59a6e071e8f1a2, 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 (/tmp) in Unknown on line 0
What's happening? In another form (same database, different table) I do not have the problem with update, insert and delete Button. But the cancle Button generate the same errormessage.
Andreas
|
|
|
Ionut MOICIANU
09-01-2004 20:21:37 GMT +2
|
Hello,
Tehere are some possible sources of your problem:
- the "/tmp" folder does not exist
- the user you are using for runnig Apache does not have the writing rights on "/tmp" folder
You should verify these.
Regards, Ionut MOICIANU
Hi there, I'm allway get this getting following errormessages if I use the update, insert, delete or cancle Button in nextension forms:
Warning: session_start(): open(/tmp/sess_43254242a410e1575a59a6e071e8f1a2, O_RDWR) failed: Permission denied (13) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web1/html/doc4pc.de/includes/nextensio2/back.php:3) in /home/www/web1/html/doc4pc.de/includes/functions.inc.php on line 232
Warning: Unknown(): open(/tmp/sess_43254242a410e1575a59a6e071e8f1a2, 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 (/tmp) in Unknown on line 0
What's happening? In another form (same database, different table) I do not have the problem with update, insert and delete Button. But the cancle Button generate the same errormessage.
Andreas
|
|
|
|
|