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

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

You could see through phpmyadmin.
Or, with the latest version, through the phpmyadminMINI built into XC. In Settings, Databases ...
Enter the password provided to you at installation. It is the password for the DB, of the user user_iptvpro (Mysql).
Then list the tables, look for the bouquets table.
 
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 ...
Just checked there is no 'bouquet_order' column
 
Just checked there is no 'bouquet_order' column
Just checked there is no 'bouquet_order' column

As I imagined!
That is the problem.
I will warn GTA about this issue.

There are two paths:
Install a previous version, which I don't remember which one added the order of bouquets(22A or B..? ) .... would have to see in the history of changes in the forum XC. And then install that last version again.
Or, I would prefer this one: add the bouquet_order column to your table.
Want to do it that way? That I explain how to proceed ... is simple.
 
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
As I imagined!
That is the problem.
I will warn GTA about this issue.

There are two paths:
Install a previous version, which I don't remember which one added the order of bouquets(22A or B..? ) .... would have to see in the history of changes in the forum XC. And then install that last version again.
Or, I would prefer this one: add the bouquet_order column to your table.
Want to do it that way? That I explain how to proceed ... is simple.
Yes please. How to add a column?
 
Yes please. How to add a column?

Access your phpMINIadmin through XC, as already explained.
Click on the 'bouquets' table ...
In the command field, type:

Code:
ALTER TABLE bouquets ADD COLUMN bouquet_order int (16) NOT NULL DEFAULT '0';

Click GO!

The bouquet_order column will be added to the bouquets table. It will be the last column, as it should be ... although the sequence of the columns makes no difference.
When creating bouquets on the panel and using the option to order the bouquets, it will be in that column that the chosen sequence will be numbered.

Go to your panel, try to access bouquets again, the error 500 should stop appearing. Put the result here.
 
Access your phpMINIadmin through XC, as already explained.
Click on the 'bouquets' table ...
In the command field, type:

Code:
ALTER TABLE bouquets ADD COLUMN bouquet_order int (16) NOT NULL DEFAULT '0';

Click GO!

The bouquet_order column will be added to the bouquets table. It will be the last column, as it should be ... although the sequence of the columns makes no difference.
When creating bouquets on the panel and using the option to order the bouquets, it will be in that column that the chosen sequence will be numbered.

Go to your panel, try to access bouquets again, the error 500 should stop appearing. Put the result here.
It works!
Thanks a lot.
 
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
It's not recommended to use the pre-release version for business. Only use official releases. Anyway you can fix the bouquet issue by adding a column to a bouquet table explained by
JoAodeDeUs
 
I did it now , , but now i have a next problem , i cant edit the password of the standart of admin/admin . when i try to edit it says its done ,but when i re-log in the new password dont work , why that ?

Error: Table 'xtream_iptvpro.tablename' doesn't exist
 
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
I did it now , , but now i have a next problem , i cant edit the password of the standart of admin/admin . when i try to edit it says its done ,but when i re-log in the new password dont work , why that ?

Error: Table 'xtream_iptvpro.tablename' doesn't exist
This is another topic. Maybe create new one to get support. I didn't try to change the password yet.
 
Access your phpMINIadmin through XC, as already explained.
Click on the 'bouquets' table ...
In the command field, type:

Code:
ALTER TABLE bouquets ADD COLUMN bouquet_order int (16) NOT NULL DEFAULT '0';

Click GO!

The bouquet_order column will be added to the bouquets table. It will be the last column, as it should be ... although the sequence of the columns makes no difference.
When creating bouquets on the panel and using the option to order the bouquets, it will be in that column that the chosen sequence will be numbered.

Go to your panel, try to access bouquets again, the error 500 should stop appearing. Put the result here.


thank master ... it help me to after new instalation i haved this problem sloved right with this ..
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top