Hello.
OCMSv4.
Beacon is verified. I get so far and it fails with this popup...
Update Failed
A valid response from a beacon was not found. Add ?debug=1 to your URL, try again and check the logs (Code: 403)
Target server log is
Got error 'PHP message: [BOOT] vendor/autoload.php missing. Run "composer install".'
And my local logs have this: 403 Forbidden
But i did test my remote url first and displays "Hello world" OK.
Any ideas? Or how could i kick start this? Just upload all files first?
Thank-you
[2026-09-24 13:22:43] development.INFO: October\Rain\Network\Http Object
(
[url] => https://blah
[method] => POST
[headers] => Array
(
[HTTP/2] => 403
[date] => Thu, 24 Sep 2026 13:22:35 GMT
[server] => Apache
[content-length] => 239
[content-type] => text/html; charset=iso-8859-1
[x-origin-cache-status] => MISS
[x-via] => IAD1
[x-cdn-node-is-at-origin] => 1
[x-cdn-cache-status] => MISS
)
[headerCallbackFunc] =>
[body] => <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
</body></html>
[rawBody] => HTTP/2 403
date: Thu, 24 Sep 2026 13:22:35 GMT
server: Apache
content-length: 239
content-type: text/html; charset=iso-8859-1
x-origin-cache-status: MISS
x-via: IAD1
x-cdn-node-is-at-origin: 1
x-cdn-cache-status: MISS
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
</body></html>
[code] => 403
[info] => Array
(
[url] => https://blah
[content_type] => text/html; charset=iso-8859-1
[http_code] => 403
[header_size] => 230
[request_size] => 6434149
[filetime] => -1
[ssl_verify_result] => 20
[redirect_count] => 0
[total_time] => 8.037113
[namelookup_time] => 0.001
[connect_time] => 0.097028
[pretransfer_time] => 0.202568
[size_upload] => 6433374
[size_download] => 239
[speed_download] => 29
[speed_upload] => 800458
[download_content_length] => 239
[upload_content_length] => 6433374
[starttransfer_time] => 8.037065
[redirect_time] => 0
[redirect_url] =>
[primary_ip] => 2a07:7800::162
[certinfo] => Array
(
)
[primary_port] => 443
[local_ip] => 1234
[local_port] => 12345
[http_version] => 3
[protocol] => 2
[ssl_verifyresult] => 0
[scheme] => https
[appconnect_time_us] => 201349
[connect_time_us] => 97028
[namelookup_time_us] => 1000
[pretransfer_time_us] => 202568
[redirect_time_us] => 0
[starttransfer_time_us] => 8037065
[posttransfer_time_us] => 6549235
[total_time_us] => 8037113
[effective_method] => POST
[capath] =>
[cainfo] =>
)
[requestOptions] =>
[requestData] => Array
(
[file] => CURLFile Object
(
[name] => \public_html\storage\temp/ocbl-5343d2ff12319761f9eb737dca02fb91.arc
[mime] =>
[postname] =>
)
)
[requestHeaders] =>
[argumentSeparator] => &
[streamFile] =>
[streamFilter] =>
[maxRedirects] => 10
[redirectCount:protected] =>
[hasFileData:protected] => 1
)
{"log_channel":"single"}
Hello.
OCMSv4.
Beacon is verified. I get so far and it fails with this popup...
Update Failed
A valid response from a beacon was not found. Add ?debug=1 to your URL, try again and check the logs (Code: 403)
Target server log is
Got error 'PHP message: [BOOT] vendor/autoload.php missing. Run "composer install".'
And my local logs have this: 403 Forbidden
But i did test my remote url first and displays "Hello world" OK.
Any ideas? Or how could i kick start this? Just upload all files first?
Thank-you