Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ARGuestbook 0.9.4
#7
Alessio_roma Wrote:
Oleg06 Wrote:as soon as I copied your plugin
the header session_start() is on ARGuestbook-ENG.php and your cookie_functions.php because probably we have different version of getsimple,in fact on my cookie_functions.php there isn't session_start() header

P.S: There is a need that someone else try the plugin to verify the existence of the problem


Hi there. He runs Dominion jCart I know as he test for me thus that will 10/1 be my sessions, also the gallery plugin uses sessions.

I do check in my code like this

Code:
if(!isset($_SESSION)){
       session_start();
     }

You can also do this before template is processed to insure it is available for all functions like this via the hook

Code:
add_action('index-pretemplate','ARguestbook_start_template');

function ARguestbook_start_template(){
     if(!isset($_SESSION)){
       session_start();
     }
}

that way you are insured that you are going to do in the template anywhere the session will be available.

hope it helps

have fun
Stopped developing on GS Plugins. Anybody welcome to take the projects over. Thanks for all the support all.
Reply


Messages In This Thread
ARGuestbook 0.9.4 - by Alessio_roma - 2010-11-02, 20:12:42
ARGuestbook 0.9.4 - by Oleg06 - 2010-11-02, 20:49:01
ARGuestbook 0.9.4 - by Alessio_roma - 2010-11-03, 08:01:28
ARGuestbook 0.9.4 - by Oleg06 - 2010-11-03, 17:01:39
ARGuestbook 0.9.4 - by Alessio_roma - 2010-11-03, 20:01:55
ARGuestbook 0.9.4 - by Zegnåt - 2010-11-03, 20:23:37
ARGuestbook 0.9.4 - by dominionit - 2010-11-04, 04:59:47
ARGuestbook 0.9.4 - by Alessio_roma - 2010-11-04, 08:28:14
ARGuestbook 0.9.4 - by Oleg06 - 2010-11-04, 16:20:56
ARGuestbook 0.9.4 - by Alessio_roma - 2010-11-04, 19:13:44
ARGuestbook 0.9.4 - by Oleg06 - 2010-11-04, 23:27:07
ARGuestbook 0.9.4 - by Alessio_roma - 2010-11-05, 06:30:22
ARGuestbook 0.9.4 - by Oleg06 - 2010-11-05, 17:23:23
ARGuestbook 0.9.4 - by Alessio_roma - 2010-11-05, 19:22:30
ARGuestbook 0.9.4 - by Oleg06 - 2010-11-05, 19:28:02
ARGuestbook 0.9.4 - by Alessio_roma - 2010-11-05, 19:53:10
ARGuestbook 0.9.4 - by Alessio_roma - 2010-11-05, 20:33:41
ARGuestbook 0.9.4 - by Alessio_roma - 2010-11-05, 21:03:18
ARGuestbook 0.9.4 - by yojoe - 2010-11-05, 23:21:51
ARGuestbook 0.9.4 - by Oleg06 - 2010-11-06, 01:14:50
ARGuestbook 0.9.4 - by yojoe - 2010-11-06, 01:34:09
ARGuestbook 0.9.4 - by Oleg06 - 2010-11-06, 02:43:02
ARGuestbook 0.9.4 - by yojoe - 2010-11-06, 03:58:59
ARGuestbook 0.9.4 - by Alessio_roma - 2010-11-06, 06:29:58



Users browsing this thread: 1 Guest(s)