DOWNLOAD Purple v7+ panel with new layout options built into the panel

Status
Not open for further replies.

stark

Well-known member
VIP Member
Joined
Jun 20, 2021
Messages
36
Awards
3
Offline
as title states this is the purple panel that works with v7 and v9 i have added the extra layouts 14 & 15 to this panel

*** Hidden text: cannot be quoted. ***
Notice: session_start(): A session had already been started - ignoring in /home/includes/header.php on line 2
 

AfterLife

Well-known member
VIP Member
Joined
May 15, 2021
Messages
1,115
Awards
4
Offline
Notice: session_start(): A session had already been started - ignoring in /home/includes/header.php on line 2
thats a fault i havent been able to fix but it still works pal its nothin to worrie about
 

robo502

New member
Joined
Jan 31, 2022
Messages
4
Offline
Notice: session_start(): A session had already been started - ignoring in /home/includes/header.php on line 2
To solve this issue try this, test and share if works. it works on my end.


PHP:
In /includes/header.php

Find this in line 2
session_start();

Replace with this.
if(!isset($_SESSION))
    {
        session_start();
    }
 
Last edited:

AfterLife

Well-known member
VIP Member
Joined
May 15, 2021
Messages
1,115
Awards
4
Offline
To solve this issue try this, test and share if works. it works on my end.
[.hide-thanks]
PHP:
In /includes/header.php

Find this in line 2
session_start();

Replace with this.
if(!isset($_SESSION))
    {
        session_start();
    }
[/hide-thanks]
that worked thank you pal
 

AfterLife

Well-known member
VIP Member
Joined
May 15, 2021
Messages
1,115
Awards
4
Offline
Ill upload the panel with the fix asap
 

AfterLife

Well-known member
VIP Member
Joined
May 15, 2021
Messages
1,115
Awards
4
Offline
the new fixed panel has been updated so there is no more errors in the panel
 

instamods

New member
Joined
Dec 4, 2021
Messages
3
Offline
anyone know what no internet connection or slow internet means. Running this panel with purple v9
 

zuplay

Member
Joined
Aug 1, 2021
Messages
33
Awards
2
Offline
Do you know why my Hosting deletes the api.php always that I try to upload? (i have cpanel)
 

yamcell

Well-known member
Joined
Oct 25, 2021
Messages
230
Awards
3
Offline
hi this panel can set up properly the player? from panel. I set up one and use v9 and player not select
 

telli

Member
Joined
Mar 6, 2022
Messages
77
Awards
2
Offline
Does anyone have this file I need it as it's the panel I use and for some reason I cant find my back up and ops link is longer working.
 

AfterLife

Well-known member
VIP Member
Joined
May 15, 2021
Messages
1,115
Awards
4
Offline
Does anyone have this file I need it as it's the panel I use and for some reason I cant find my back up and ops link is longer working.
there is nothin wrong with the download link pal
 
Status
Not open for further replies.
Top