404 Not Found - Add Presentation
Hello, I Used BigBlueButton PHP API for about 1 Month and everything almost Ok
but tonight I tried to create a meeting and my website shows error
After that, I understood that in backend, API recieved 404 - Not Found Error
finnally I Commented below codes and Website work almost correctly
if (!empty($payload)) {
//curl_setopt($ch, CURLOPT_HEADER, 0);
//curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST');
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $payload);
/*curl_setopt($ch, CURLOPT_HTTPHEADER, [
'Content-type: ' . $contentType,
'Content-length: ' . mb_strlen($payload),
]);*/
}
but presentasion slide not showing
can I solve this Problem?
but presentasion slide not showing
Check the Javascript console and network tab in the developer tools for Chrome for errors.
Log.log
Console Log file Attached to this Answer
in Network Console, there isn't my presentation
All of the Problems are from commenting these codes:
'Content-type: ' . $contentType,
'Content-length: ' . mb_strlen($payload),
The error was Suddenly, and before it BBB Works Correctly
But Error 404 - Not Found Troubles My Work
@pouyaaofficial Did you fix the issue?
The code below is mandatory to make the pre-uploaded documents work.
'Content-type: ' . $contentType,
'Content-length: ' . mb_strlen($payload),
Your error might come from the code executing the library. Are you forwarding the HTTP call to the library?
join the problem!
404 error when loading the default presentation or any other presentation. The problem is observed in the flash client. everything works fine in html5
