Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

can't add bouquet issue

kaiser

Extended Member
Ext. Member
Joined
Nov 20, 2019
Messages
26
Reaction score
17
Points
14
Location
Worldwide
Hi,

Has anyone else had an issue adding bouquets? I'm getting a 500 error.

Apologies if it's a total n00b error but I've searched and can't find anything on it.

Cheers.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
No unfortunately not yet. I'm only learning the system still but i will let you know when i figure out the issue. Hopefully someone who knows the system will be able to help us resolve this ??
 
When you add a bouquet, the following php file is triggered and should return code 302 ...
Request URL: your-ip-panelXC: port / bouquet.php
Request Method: POST
Status Code: 302 Found

Open the chrome console, with the F12, try adding a bouquet, and see what comes back.
Code 500 is an HTTP error status that indicates a server processing difficulty, starting from an incompatibility or configuration.
What version of your XC?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
When you add a bouquet, the following php file is triggered and should return code 302 ...
Request URL: your-ip-panelXC: port / bouquet.php
Request Method: POST
Status Code: 302 Found

Open the chrome console, with the F12, try adding a bouquet, and see what comes back.
Code 500 is an HTTP error status that indicates a server processing difficulty, starting from an incompatibility or configuration.
What version of your XC?
Still the same

Version:
Beta Release 22E - Early Access
 
When you add a bouquet, the following php file is triggered and should return code 302 ...
Request URL: your-ip-panelXC: port / bouquet.php
Request Method: POST
Status Code: 302 Found

Open the chrome console, with the F12, try adding a bouquet, and see what comes back.
Code 500 is an HTTP error status that indicates a server processing difficulty, starting from an incompatibility or configuration.
What version of your XC?
The return code is 566
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
what is the especificy error... cod 50X?
When i try to add a bouquet it shows me This page is not working 185.xx.x.xx.x is currently unable to process this request.
HTTP ERROR 500
 
When i try to add a bouquet it shows me This page is not working 185.xx.x.xx.x is currently unable to process this request.
HTTP ERROR 500



Access your bouquet.php file with an editor.

Paste this below...
Do this within the <?Php and ?> Tags

Code:
error_reporting (E_ALL);
ini_set ('display_errors', 'On');

Your PHP file will now display the error message on the screen. That way, you can find the exact cause of Error 500.

Ex.:
756


OR also see log error in:
/home/xtreamcodes/iptv_xtream_codes/logs
 
Last edited by a moderator:
Access your bouquet.php file with an editor.

Paste this below...
Do this within the <?Php and ?> Tags

Code:
error_reporting (E_ALL);
ini_set ('display_errors', 'On');

Your PHP file will now display the error message on the screen. That way, you can find the exact cause of Error 500.

Ex.:
View attachment 756


OR also see log error in:
/home/xtreamcodes/iptv_xtream_codes/logs
Code:
020/04/10 03:22:41 [error] 16678#16678: *750 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught Error: Call to a member function fetch_assoc() on boolean in /home/xtreamcodes/iptv_xtream_codes/admin/bouquet.php:15
Stack trace:
#0 {main}
  thrown in /home/xtreamcodes/iptv_xtream_codes/admin/bouquet.php on line 15" while reading response header from upstream, client: 217.19.24.10, server: , request: "POST /bouquet.php HTTP/1.1", upstream: "fastcgi://unix:/home/xtreamcodes/iptv_xtream_codes/php/VaiIb8.sock:", host: "51.178.83.xxx:", referrer: "http://51.178.83.xxx/bouquet.php"
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Access your bouquet.php file with an editor.

Paste this below...
Do this within the <?Php and ?> Tags

Code:
error_reporting (E_ALL);
ini_set ('display_errors', 'On');

Your PHP file will now display the error message on the screen. That way, you can find the exact cause of Error 500.

Ex.:
View attachment 756


OR also see log error in:
/home/xtreamcodes/iptv_xtream_codes/logs

Thank you very much for your assistance. I was wondering where the log files were located.
 
Code:
020/04/10 03:22:41 [error] 16678#16678: *750 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught Error: Call to a member function fetch_assoc() on boolean in /home/xtreamcodes/iptv_xtream_codes/admin/bouquet.php:15
Stack trace:
#0 {main}
  thrown in /home/xtreamcodes/iptv_xtream_codes/admin/bouquet.php on line 15" while reading response header from upstream, client: 217.19.24.10, server: , request: "POST /bouquet.php HTTP/1.1", upstream: "fastcgi://unix:/home/xtreamcodes/iptv_xtream_codes/php/VaiIb8.sock:", host: "51.178.83.xxx:", referrer: "http://51.178.83.xxx/bouquet.php"

What is your line 15 in bouquet.php?

This?

Code:
$rArray["bouquet_order"] = intval($db->query("SELECT MAX(`bouquet_order`) AS `max` FROM `bouquets`;")->fetch_assoc()["max"]) + 1;
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
What is your line 15 in bouquet.php?

This?

Code:
$rArray["bouquet_order"] = intval($db->query("SELECT MAX(`bouquet_order`) AS `max` FROM `bouquets`;")->fetch_assoc()["max"]) + 1;
this is the code I have so yes it's the same
Code:
        $rArray["bouquet_order"] = intval($db->query("SELECT MAX(`bouquet_order`) AS `max` FROM `bouquets`;")->fetch_assoc()["max"]) + 1;
 
this is the code I have so yes it's the same
Code:
        $rArray["bouquet_order"] = intval($db->query("SELECT MAX(`bouquet_order`) AS `max` FROM `bouquets`;")->fetch_assoc()["max"]) + 1;
Damn i did all steps and still dont work for me THE FUNNY THING IS I DID NOTHING WRONG
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
The 'order of bouquets' was implemented in the version prior to the last.
What version did you have before XC?
Please see in your DB, in the 'bouquets' table, if there is a 'bouquet_order' column.
I think you updated from a much earlier version, and there was a bug related to that, forgotten ...
 
The 'order of bouquets' was implemented in the version prior to the last.
What version did you have before XC?
Please see in your DB, in the 'bouquets' table, if there is a 'bouquet_order' column.
I think you updated from a much earlier version, and there was a bug related to that, forgotten ...
I have installed fresh panel beta release 22E
I really don't know how to check the DB my experience is still low. I'm just learning
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top