Questions tagged [concrete]

concrete5 is an open source content management system (CMS) for creating web and e-commerce applications.

75 questions
0
votes
1 answer

Load error! (Internal Server Error) - concrete 5 sitemap

==== Errors in console and logs ==== The error message is as follows Uncaught Error: Call to a member function getSite() on null in \/var\/www\/xxxxxxx.org\/concrete\/src\/Entity\/Site\/SiteTree.php:41\nStack trace:\n#0 After some research, I found…
0
votes
1 answer

missing concrete implementation of InheritedWidget.updateShouldNotify

I am following a flutter tutorial and it's an old one so I already had to make changes as per the changes in dart and some libraries but I am getting this error and the guy in tutorial gets no such error there. PS: its the only place where…
GreenCodeSki
  • 649
  • 1
  • 6
  • 11
0
votes
0 answers

Concrete5 Site - Multiple Collaborators/Admins

My friend and I are working on a Concrete5 website. At the moment, the site is in my friend's localhost. Is there a way that I can connect to his site and edit (develop) it? We do not have a domain now, so we cannot publish the site anywhere.
rosebrit3
  • 523
  • 1
  • 18
  • 32
0
votes
1 answer

Concrete5 Stacks & Blocks

I am working on existing concrete5 website and I don't have sufficient knowledge of concrete database structure. I am creating api to fetch all the products which are added in "Stacks and Blocks". I have cID, stID values and fetched the info from…
0
votes
1 answer

Write query in theme file

I am new in concrete5. I want to add one condition in theme file that is if status is true then my code will run. But problem. I am unable to create database instance on theme header.php file. below my theme path and here i want to create db…
Pritesh Mahajan
  • 4,974
  • 8
  • 39
  • 64
0
votes
0 answers

Hyperlink Error on Concrete 8.2.0 & Windows Server 2012

Currently having issues with hyperlinks: Throughout the day hyperlinks will not work because www is not added to the URL and then randomly 20-30 minutes later the issue will be fixed. My Concrete Environment: Core Version - 8.2.0 Version Installed…
0
votes
3 answers

Get concrete Type from Object DataSource and use this type variable in a cast operation

I have a public object DataSource {get;set} and a public string DisplayMember {get;set} The object can take everything like an IList or a CustomerListDataSet. I do not know what the user will set in the DataSource. I tried this Type myType =…
Beny
  • 11
  • 1
  • 1
0
votes
1 answer

An unexpected error occurred. Using $this when not in object context error in Concrete 5 on PHP 5.6

I am running a legacy version of Concrete 5 from 2012 (5.5.2.1) and I am experiencing an issue out of the blue on every page load where I get the following error: An unexpected error occurred. Using $this when not in object context This is the…
crmpicco
  • 16,605
  • 26
  • 134
  • 210
0
votes
1 answer

Mobile friendly test cant access website

I have a issue where website I developed using concrete5, http://www.cavaliers.org.au/ cannot be access when doing a mobile friendly test through google: https://search.google.com/search-console/mobile-friendly I have a robot.txt at the root but I…
owen
  • 137
  • 2
  • 13
0
votes
1 answer

Pointing my domain to concrete5 folder

I have a domain name, and have installed concrete5 under my public_html folder. So it is public_html/concrete5.4.1 folder. Now how would I redirect my traffice to concrete5 folder ? That is when the user types in www.domainname.com it should show…
slao
  • 1,986
  • 7
  • 27
  • 37
0
votes
1 answer

Where does concrete5 store form submissions in the database?

I know that it can be found under reports and forms, but I need it from the actual database. Where is it? I'm using phpmyadmin to look for it but I cannot seem to find it
0
votes
1 answer

concrete5: how to define a new model and its controllers and views

I am newbie to concrete5 CMS, I want to create a table named "books" which contains some books info, and I want to develop a CRUD controller of this table "Create, Update, Delete", then display it at the home page. How I can do that? are there any…
Mohammad
  • 3,449
  • 6
  • 48
  • 75
0
votes
1 answer

How I can get the full url path of an image on xml export on concrete 5?

I'm moving some articles from the concrete5 to wordpress using xml. The issue which I'm having has to do with the location of the image. I want to write a script that will read all the posts of the xml and replace the src path of the an image, with…
George Panayi
  • 1,768
  • 6
  • 26
  • 42
0
votes
0 answers

Concrete5 Post on different pages and combine that on one page

I'm working on a Concrete site for my traineeship. As I've never worked with Concrete before and I don't understand the code yet, I'd like to ask some help. The problem is as follows: We have a few pages: - Artists - Concerts - Articles - News All…
0
votes
1 answer

Concrete implementation of generic base class and extension method

The end goal for this post is to override the ToString() method of a concrete implementation of a generic base class while still being able to search the implementation using Linq flattening technique. So if you read this and see a better way let me…
TugboatCaptain
  • 4,150
  • 3
  • 47
  • 79