What's new

Tutorial Debian 9 OCS Panel Installer

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

Gumawa ng vpn server??? Server na pinag salpakan mo nyan kung saan mo ginawa yung server nyan pwede ka din doon gumawa
 
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
 
Last edited:
any screenshots about sa error?
Screenshot_2020-09-11-13-27-00.png
 

Attachments

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
 
Last edited by a moderator:

Users search this thread by keywords

  1. ocs panel src
Back
Top