Control Web Panel

WebPanel => Installation => Topic started by: hamidane on July 28, 2023, 06:22:21 AM

Title: SQL files url not reachable
Post by: hamidane on July 28, 2023, 06:22:21 AM
hi

URLs in this part of the installation script are not reachable

Code: [Select]
# MySQL Database import
curl 'http://static.cdn-cwp.com/files/cwp/sql/root_cwp.sql'|mysql -uroot -p$password
curl 'http://static.cdn-cwp.com/files/cwp/sql/oauthv2.sql'|mysql -uroot -p$password

http://static.cdn-cwp.com/files/cwp/sql/root_cwp.sql (http://static.cdn-cwp.com/files/cwp/sql/root_cwp.sql)
http://static.cdn-cwp.com/files/cwp/sql/oauthv2.sql (http://static.cdn-cwp.com/files/cwp/sql/oauthv2.sql)

(Forbidden
You don't have permission to access this resource.)

this causes an error after installation.

is it happening just for me?