Installing CPABuild Deployment Package
Cache Folder
Checking for /cache folder...
Cache folder exists!
Pretty URL Install
Pretty URL test: http://gamingtoolz.club/cpabuild-deployment-test
Non-Pretty URL test: http://gamingtoolz.club/?cpabuild-deployment-test (Notice the added ?
question mark)
Checking for .htaccess file...
Missing required HTACCESS file. Please download the package and try again.
Summary
- Htaccess installation was not successful. Use non-pretty format for urls or attempt to fix by following instructions in that section.
- If you get a 403 Forbidden error, delete the .htaccess (you may have to enable "hidden" files in your file manager).
- Start adding URL's to your website here: https://members.cpabuild.com/privateURL
- Change your homepage (currently this page). Edit the file config.php and change the line
"default"=>"install",
to
"default"=>"my-private-uri",
Where my-private-uri is the URI from CPABuild (you can use any private uri as a homepage).
- When you are satisfied, delete the install.php file. If you ever need to run the installation
again, just re-download the package from CPABuild.
- You can check if your package is up to date by visiting http://gamingtoolz.club/ version.php
Ping Tests
Attempting to ping URL: https://www.google.comSuccessfully pinged https://www.google.com
Attempting to ping URL: http://mirrors.cpabuild.com/ping.phpSuccessfully pinged http://mirrors.cpabuild.com/ping.php
Attempting to ping URL: http://mirrors.cpabuild.com/api.phpSuccessfully pinged http://mirrors.cpabuild.com/api.php
Debug Information
- Target config file: /home/ninjzhps/gamingtoolz.club/config.php
- Target cache folder: /home/ninjzhps/gamingtoolz.club/cache
- Target .htaccess template: /home/ninjzhps/gamingtoolz.club/tmp_htaccess
Config Dump
Array
(
[api_key] => 32b617e3d9af78f29ef3
[debug] =>
[default] => install
[cache_time] => 86400
[curl_mode] => curl_pref
[mirror] => cpabuild.com
[asset_mirror] => bucket.cpabuild.com
[server_domain] => mirrors.cpabuild.com
[server_protocol] => http
)