isn't running litespeed

#22
it is very good (ioncube and zend installed)

i controlled php info


but


we have white page (enter the web site)

--
Warning: session_start() [function.session-start]: open(/tmp/sess_ad3fdc6966487c4f710c8444427e8043, O_RDWR) failed: Permission denied (13) in /home/***/domains/****/public_html/config.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/***/domains/****/public_html/config.php:2) in /home/***/domains/****/public_html/config.php on line 2
----

can you give information about resolve this problem?


This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0

, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.0.1, Copyright (c) 2002-2010, by ionCube Ltd., and
with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
 
#24
[root@server ~]# ls -l /tmp/sess_ad3fdc6966487c4f710c8444427e8043
-rw------- 1 apache apache 14 Dec 17 02:01 /tmp/sess_ad3fdc6966487c4f710c8444427e8043
[root@server ~]#
 
#25
and


[root@server ~]# ls -l /tmp/sess_a1e11760f2297bcbd8e2a19607fb2cbe
-rw------- 1 gaz10001 gaz10001 0 Dec 17 00:17 /tmp/sess_a1e11760f2297bcbd8e2a19607fb2cbe
[root@server ~]#
 

webizen

Well-Known Member
#26
Regarding this
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/***/domains/****/public_html/config.php:2) in /home/***/domains/****/public_html/config.php on line 2
check the config.php: it is likely a blank line before "<?php" on line 2. If so, just remove it.
 
Top