🔒 Closed Debian 9 OCS Panel Installer

Status
Not open for further replies.
Mga master newbie question po saan po pinaka madali gumawa ng vpn server? nagawa ko na po to pero hindi ko pa masyado na intindihan. salamat
 

Attachments

  • sss.webp
    sss.webp
    54.8 KB · Views: 26
  • sss2.webp
    sss2.webp
    37.7 KB · Views: 25
Paano ito ifix?
File ./vendor/autoload.php missing or not readable.
Most likely you did not run Composer to You do not have permission to view the full content of this post. Log in or register now..


Yan sabi pag iaaccess yung phpmyadmin
 
Code:
# Install composer first
apt install composer -y

# then go to your pma's directory and run a composer update
cd /home/panel/html/pma-* && composer update --no-dev

# tapos try nyo po ulit pumunta sa pma panel kung nagloading na
 
or for ready-to-use pma source, redownload nyo nalang po pma tarball from phpmyadmin.net/downloads.
galing po kasi sa github yung source sa script, so need mag re-init from composer

Code:
apt install xz-utils -y
cd /home/panel/html && rm -rf pma-R6iTAr6F
curl -kL "https://files.phpmyadmin.net/phpMyAdmin/4.9.5/phpMyAdmin-4.9.5-english.tar.xz" -o pma.tar.xz
tar -xf pma.tar.xz && rm -f pma.tar.xz
mv phpMyAdmin* pma-R6iTAr6F
 
Status
Not open for further replies.

About this Thread

  • 866
    Replies
  • 54K
    Views
  • 141
    Participants
Last reply from:
PHC-Zil

Online now

Members online
415
Guests online
724
Total visitors
1,139

Forum statistics

Threads
2,282,322
Posts
29,007,746
Members
1,223,876
Latest member
maryangeldedecatoria99
Back
Top