[SOLVED] CB Configuration Crash

7 years 11 months ago #281732 by krileon
Replied by krileon on topic CB Configuration Crash
Does your PHP version in Joomlas System > System Information > PHP Information specifically say 7.0.6-1? I'm not finding any official release information regarding the -1 notation on the version. I've upgraded to 7.0.6 and still am unable to confirm your issue.

Is there another PHP 7 release available to you that you could try? Please also check that cURL is available.

If still having issues try making the below change as a last resort to see if issue resolves.

IN: libraries/CBLib/GuzzleHttp/Adapter/StreamAdapter.php
ON: Line 62
FROM:
        $stream = $this->createStream($request, $http_response_header);
TO:
        $http_response_header = array();
        $stream = $this->createStream($request, $http_response_header);


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: edmundcheong, mafiaxxx

Please Log in to join the conversation.

7 years 10 months ago #281763 by edmundcheong
Replied by edmundcheong on topic CB Configuration Crash
Dear Kyle, the CB on my PHP7 servers were acting weird lately, so isolate this problem, I have dgraded back to php5.. works like a charm now..

I will be setting up a test environment and test again.. will restart this thread when I have more info..

thanks Kyle!
The following user(s) said Thank You: krileon

Please Log in to join the conversation.

7 years 10 months ago #281809 by degierd
Replied by degierd on topic CB Configuration Crash
I had the same issues and found out the issue is related that not all PHP7 packages are installed on your server.

I think the most important in your case is to install php7.0-curl as well. Safest way is to install all php7.0 packages:

sudo apt-get install php7.0
The following user(s) said Thank You: LochMan, edmundcheong, krileon, domyorker

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.172 seconds

Facebook Twitter LinkedIn