emre1393 / xtreamui_mirror

This is an installation mirror for xtream ui software.
GNU General Public License v3.0
82 stars 143 forks source link

Not working #8

Closed malik151 closed 3 years ago

malik151 commented 3 years ago

Hi, it used to work but not anymore. can you please check the script

Kick4U2 commented 3 years ago

I'm receiving a "502 Bad Gateway" when trying to load the portal. Seems most of the install went well.

FYI- libcurl3 is obsolete now and libcurl4 gets installed instead.

Other errors during install: /home/xtreamcodes/iptv_xtream_codes/php/bin/php: error while loading shared libr aries: libpng12.so.0: cannot open shared object file: No such file or directory start-stop-daemon: matching on world-writable pidfile /home/xtreamcodes/iptv_xtr

emre1393 commented 3 years ago

something is updating libcurl on your server, remove libcurl4 and install libcurl3 again. you can use libcurl34 ppa repo but it will be updated to normal version when libcurl4 gets update from main ubuntu repo and panel will go down. apt remove libcurl3 -y && apt install libcurl3 -y