Questions that have this tag relate specifically to the latest major version of concrete5 version 8.
Questions tagged [concrete5-8.x]
57 questions
4
votes
1 answer
Unable to enable crypto on TCP connection
In a page on my concrete5 site and added the rss feed block. For getting feed from blog. Gettting the following error:
Unable to enable crypto on TCP connection www.blog.com: make sure the "sslcafile" or "sslcapath" option are properly set for the…

AkhilKrishnan
- 524
- 5
- 17
3
votes
1 answer
Concrete 5.8.2 Class 'finfo' not found
I have searched the web and I have searched my server I am unable to find the php.ini for my site. I am getting the following error for my site.
Class 'finfo' not found
Details
…

bthrom
- 43
- 2
- 8
2
votes
0 answers
Php curl request - Submitting Hubspot form response 204. No data reflected on Hubspot
I did try to send the curl request to HUBSPOT using the following endpoint "https://forms.hubspot.com/uploads/form/v2/{portalId}/{formGuid}". {portalId} and {formGuid} was replaced correctly.
When the request is sent the status code 204 is returned…

Suyash Ranawat
- 43
- 6
1
vote
1 answer
Redirect Block Controller view()
From view() of a single page controller I can redirect like following:
use \Concrete\Core\Http\ResponseFactory;
return ResponseFactory::redirect($this->getRequest()->getPathInfo());
From the view() method of a block controller the redirection with…

1stthomas
- 731
- 2
- 15
- 22
1
vote
0 answers
Concrete5-8.4 jQuery PNotify Uncaught ReferenceError: PNotify is not defined
I show a PNotify tooltip on mouseover element:
$(document).ready(function(){
$('.element1').on('mouseover', '.element2', function(e) {
if (PNotify.notices.length > 0) {
PNotify.removeAll();
}
var tooltip = new…

linuxoid
- 1,415
- 3
- 14
- 32
1
vote
1 answer
Concrete5 8.3 implement Ajax other view
I have a problem recovering a variable in a view.
I followed this tutorial:
Once I have the other view, I can not send a variable so that I can get it back in the view.
Controller.php
public function action_like($token = false, $bID =…

Bounkhavy Phannavong
- 11
- 2
1
vote
1 answer
Installation issue c5 8.3.1
Try to install a new c5-8.3.1 without result. I try php 5.6.32 and php 7.0.26 with the same errors.
When I try to install with the full site, Installation crashes during the import files session with error:
An exception occurred while executing…

Vasilis Fotopoulos
- 11
- 3
1
vote
2 answers
application/config/doctrine/proxies\__CG__ConcreteCoreEntitySiteType.php): failed to open stream: No such file or directory, concrete5
When installing concrete5-8.3.1 locally, after installation it shows like this error message:
require(C:/xampp/htdocs/testconcrete5-8.3/application/config/doctrine/proxies__CG__ConcreteCoreEntitySiteType.php): failed to open stream: No such file or…

AkhilKrishnan
- 524
- 5
- 17
1
vote
1 answer
Use a purchased template in testing environnement
I received the task to build the website of a little company and they wanted me to build it with concrete5. They have also chosen and purchased a theme, but only one licence.
Since I want to build the website on my local machine first, I wanted to…

Jacktraror
- 90
- 8
1
vote
1 answer
Concrete5 8.2.1 Using Core classes outside of concrete
I am trying to use the Concrete Core Classes to create a user outside of the main folder structure.
For example I had a main folder called
Project One
-- concrete
-- application
-- packages
... etc etc
and another folder called user-upload. In here…

Mr Dansk
- 766
- 3
- 8
- 23
1
vote
0 answers
Concrete5 Custom Ajax in Block View
On Concrete5-8.1.0 I have created a custom block with Ajax functionality based largely on the concrete5 docs - Implementing Ajax in Block View Templates. However, unlike the example I do not want to reload the block view, I want to pass specific…

thadmiller
- 539
- 1
- 4
- 19
1
vote
1 answer
Concrete5 8+: Set a custom controller for a block
Does anybody know the way how to set custom controller for a block?
Concrete documentation suggests the way of overriding block's controller via application/block/block_name folder.
The thing is that approach will override controller for all…

Vitaliy Onanko
- 11
- 1
1
vote
0 answers
mod_rewrite RewriteRule for pretty URL in Concrete5
Concrete5 provides this config dump to insert an elided 'index.php/' at the beginning of all URLs:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond…

BobHy
- 1,575
- 10
- 23
0
votes
1 answer
PHP Symfony session variables automatically updated
I'm using the Concrete CMS which leverages the Symfony-HTTP-foundation component for Session management. I have everything working, but I'm curious about some strange behavior I'm seeing. Take this example:
if (!is_null($session)) {
if…

ScoobaSteve
- 543
- 1
- 5
- 19
0
votes
0 answers
Add pop-up in HTML Block of Concreate5
I am using Concreate5 version 8.5.4 and PHP version 7.4 on my VPS.
I want to add a pop-up of notice to my users.
When I am adding this code in Global Region > HTML Block
then my site covered with black color and am not able to do anything.