1,261 questions
0
votes
0
answers
31
views
Lazy Loading ExpressionEngine v6
I need to preload some images off-screen while page is loading and also - in a seperate case - serve smaller versions (ie cropped) of the same images to mobile.
What is the best way of doing this, ...
0
votes
0
answers
76
views
When Cloudflare is enabled, my SSO login does not work between my domain and subdomain
I recently placed my client’s site www.domain.com and its subdomain forums.domain.com under Cloudflare’s protection. In general Cloudflare has been excellent at blocking unnecessary and suspicious ...
0
votes
0
answers
48
views
Get errors with my forum from Expression engine
Deprecated
Creation of dynamic property Forum_Core::$date_limit is deprecated
Deprecated
Creation of dynamic property Forum::$MBR is deprecated
Deprecated
Creation of dynamic property Member::$...
0
votes
2
answers
55
views
Expression Engine Entries Loop Index
Does Expression Engine entries loop have a variable to show which index you're on for each iteration? I found the {count} and {total_results} in the docs, but cant seem to find the variable that spits ...
0
votes
1
answer
42
views
ExpressionEngine Channel not appearing in select list on entry
I've set up a new channel on my local environment but cannot seem to replicate what I've done on my live environment (probably leaving it too long in between to remember!) For some reason the Channel ...
0
votes
2
answers
116
views
Expression engine Pro variable throws UNDEFINED VARIABLE: HEADER_SORTS after upgarde to EE7
I have upgrade Expression Engine from 5.3 to 7 after upgrade i am facing Notice like UNDEFINED VARIABLE: HEADER_SORTS ee/ExpressionEngine/View/_shared/table.php, line 320
Above error is faced in Pro ...
0
votes
1
answer
75
views
ExpressionEngine top menu item linking to an external domain
I'm an ExpressionEngine noobie, and I'm editing an existing website.
What I'm trying to do is to add my "store" item to the main top menu that would link to a third-level domain "store....
0
votes
1
answer
316
views
Best way to recieve a webhook and send back http response with status code on ExpressionEngine (version 5.4)
I am not that familiar with Expression Engine and I want to know the best way to recieve and sendback response to the webhook sent to an endpoint I can setup in Expression Engine. Is it even possible? ...
0
votes
1
answer
245
views
Update expression engine channel entry content
I'm new to expression engine so might question might not sound right to most people.
I'm trying to update the content for a channel entry but not sure whether it's possible or not.
I checked the ...
0
votes
1
answer
44
views
How do I resolve template tag errors?
I'm very new to web development, so I'll try to include as much as possible, and I'm happy to answer any follow up questions.
I'm trying to update ExpressionEngine on a website from version 2 to ...
0
votes
0
answers
47
views
Passing entry_ids to channel:entries. Pull data from channel
I've channel resources - with Title, Thumbnail, and fluid field resource_asset.
I'm creating the low_variable with entry_select which is returning the ids.
How to get data from the resources fields? ...
0
votes
1
answer
142
views
How do I determine which MySQL database my installation of Expression Engine is actually using?
I have an existing installation of Expression Engine version 6 and I am trying to determine which MySQL database it is pointing to. I have several databases and the row counts for the table ...
0
votes
1
answer
340
views
Adding Javascript file into Expression Engine
For the life of me I cannot get a javascript file to load / be added correctly to an expression Template file (Ie.: _footer)
I've tried all these and nothing.
<script src="{base_url}/scripts/...
0
votes
1
answer
58
views
ExpressionEngine Custom Control Panel tab not working
I'm trying to add a tab to my Publish entry form, I have the following code (pruned for simplicity), but it's not working:
in tab.my_module.php:
public function display($channel_id, $entry_id = '')
{
...
0
votes
0
answers
86
views
Using Expression Engine on a local host and getting a database error
I backed up my website and installed it on my local machine using xampp. Well, after creating a database and connecting it, I ran into this error
Error Number: 1146
Table 'mysql.exp_sites' doesn't ...
0
votes
1
answer
52
views
ExpressionEngine images/fonts missing from subtemplates (template in template group)
I have set up a site with ExpressionEngine, and put the fonts and images folder in the root of the site, and they work absolutely fine for pages that are template group home pages (with the house icon)...
1
vote
1
answer
51
views
EE v2 to v5 upgrade SQL error when selecting channel for editing an entry
The upgrade from v2 to v5 proceeded without error, as did upgrading several plugins, however when in the control panel and I select 'Edit' > and filter by a channel I get the following error:
...
0
votes
2
answers
516
views
Quickest way to get Expression Engine v 2.5.5 working with PHP7
A client’s host has recently updated their server to run PHP 7, which has broken their EE 2.5.5. site (“Call to undefined function mysql_connect()”).
I tried upgrading EE to version 2.11.9 but get ...
0
votes
2
answers
166
views
How do I remove/fix that Expressionengine adds "index.php" in urls of template groups that has nothing to do with the index page
I'm having a weird issue with expressionengine. I have a website home page which i have created a template group for called "index". Inside index template group theres the index page ...
0
votes
2
answers
101
views
Elements in array (when reproduced from a dictionary value) are reversed
My goal is to make a math expression interpreter with c#, for example if you type "A=3", it'll save the A as a dictionary key and 3 as its value, this program has more features so if you ...
2
votes
0
answers
210
views
A PHP Error was encountered Severity: Notice Message: Only variables should be passed by reference
i have a website with the following error in Codeigniter:
A PHP Error was encountered
Severity: Notice
Message: Only variables should be passed by reference
Filename: core/Common.php
Line Number: 166
...
1
vote
1
answer
159
views
ExpressionEngine 5 - Cookie Consent Solutions
looking for cookie consent solutions for EE5, also open to 3rd party solutions.
The built-in EE cookie consent module does not come with CSS to stick the form to the bottom of the page, maybe somebody ...
0
votes
0
answers
107
views
How do I get my EE dynamic fields to display content in my Angular tab component?
I created a vertical tab bar component, it works perfectly on my local, when I add my component to my Expression Engine template, in the inspector, it shows that my component is there, but all the ...
1
vote
2
answers
464
views
Canonical URL Issue
I am experiencing an issue with setting canonical urls for my website. Moz crawler shows that each page is missing a canonical and when I inspect the page, the canonical is shown as follow:
<link ...
1
vote
0
answers
25
views
ExpressionEngine File Not Deleting
I work in ExpressionEngine v2.11.9 and I am trying to replace a file with an updated version and want to keep the same name so I don't have to update all the instances the file is linked on our ...
0
votes
1
answer
50
views
Expression Engine v4.3.8 thinks it is "up to date!" so no option to upgrade to 5.x
In brief the issue is that after upgrading from EE3 to EE4, when logging in to the admin panel the option to "upgrade" just says that it is "up to date!", even though version 5.x is available. How can ...
0
votes
1
answer
217
views
How to upgrade ExpressionEngine version 3 to 4
How to upgrade ExpressionEngine version from 3 to 4.
My current Version of EE is 3.4.6 and I want upgrade with 4.3.8 or latest.
0
votes
3
answers
108
views
EE 5.x - How to suppress login/logout confirmation page
on EE 2.x the Freemember addon allowed to directly redirect the user after login/logout to a specified page (avoiding the default login/logout confirmation page).
Since the Freemember addon is EOL, ...
0
votes
1
answer
293
views
How to create a valid sitemap with ExpressionEngine?
I'm trying to create a sitemap using ExpressionEngine, but when I load the URL in a validator it comes up empty.
ExpressionEngine uses channels and entries to display content, so in order to create a ...
0
votes
1
answer
55
views
How to increase limit of 'decimal' field in expressionengine
I've got a Text Input field with 'Allowed Content' set to 'Decimal'. It won't let me set it to anything over a million on an entry, giving the error number_exceeds_limit.
I've thought about saving it ...
0
votes
2
answers
256
views
How can I add headers into the top of the page?
I'm trying to add headers in my Expression Engine site, but not getting exactly how can I. I've format of headers in php
{exp:http_header Feature-Policy="sync-xhr \'self\' https://example.com"}
{exp:...
0
votes
1
answer
53
views
ExpressionEngine htaccess with password protected subdomain
I have inherited an ExpressionEngine site and need to add a password-protected subdomain. The original htaccess file in the root directory was...
<IfModule mod_rewrite.c>
RewriteEngine On
...
1
vote
1
answer
389
views
Adding trailing slash to sitemap
Would it be possible to add a trailing slash on the sitemap?
For example my current sitemap :
<url>
<loc>
https://www.website.com.au/shop/category/laser-therapy/capillus272-laser-cap
...
1
vote
0
answers
208
views
Add recaptcha to the expression engine forms
How can I add captcha/recaptcha to the forms using in ExpressionEngineV2?
0
votes
1
answer
88
views
ExpressionEngine Email Contact Form: confirmation email possible?
I work with expressionengine 5 and like to use the Email Contact Form. It is fast and needs little resources. Is there a way to have a confirmation email sent to the sender in a simple way? The user ...
1
vote
1
answer
37
views
How to modify the EE code for detailed control of weblog link conversion preferences?
Have a site running on ExpressionEngine 1.7 (yeah, it's old). The issue is that when weblog preferences are set to "auto convert links and emails to URLs" we get a message that ".(JavaScript must be ...
1
vote
1
answer
38
views
Line break in email message in expression engine 2
I have a script that sends email to the user that want to register in our website when i am sending email it does not recognize the line break ("\r \n"). suggest a solution
code
$to = $workemail;
$...
0
votes
2
answers
574
views
Removing single quotes when retrieving data with php mysqli SELECT
I retrieve some database entries with php mysqli SELECT.
Some of the entries contain a single quote (ie : L'avant du bâtiment). This generates a parse error and breaks my webpage down.
Here is the ...
0
votes
1
answer
347
views
How to access custom fields in the category of a relationship field in expressionengine?
I have a custom field on my category group, called colour. I'm using a relationship field to pull the categories of the related entry into my page, but can't figure out how to get the 'colour' of the ...
-1
votes
1
answer
55
views
ExpressionEngine use
My company has used ExpressionEngine for their CMS service and currently we have been discussing changes to our website and whether or not Expression is the something to keep or to search for a new/...
1
vote
1
answer
92
views
Consequences of not upgrading Expression Engine?
How necessary is an Expression Engine software update for an existing website that works fine? I have version EE 2.11.6 and have been advised to upgrade to version 4 --at great expense.
I need the ...
0
votes
1
answer
32
views
My css file is requiring /index.php as part of the url
Ive taken a copy of expressionengine from our production server to a dev server and its installed and running. I can access the admin console fine and Ive updated my paths.
The problem is that when I ...
0
votes
1
answer
26
views
Sending entry data to embedded template
I have a basic ecommerce site which has a products page, in which a full overview of the products is displayed, including thumbnails, brief description, etc. On the same page, and other pages on the ...
0
votes
1
answer
486
views
Expression Engine CMS How to populate meta tags dynamically?
I'm trying to add meta tags for description and keywords to my expression engine website.
My structure is this:
I have a {top} snippet which is called in every template
Inside of the head tag I ...
2
votes
2
answers
1k
views
Vimeo embed on webpage causes an error
I'm trying to troubleshoot a strange bug on one of our pages (https://www.bbg.org/visit/sakura_matsuri_photos).
The bottom of left of the page has the text 'cp_vimeo_code.js Open' and I can't figure ...
1
vote
1
answer
1k
views
ExpressionEngine channel entries loop to create accordion grid with Bootstrap
I need to create an accordion grid using Bootstrap 4. Something like this:
I need to use a channel entries loop within ExpressionEngine to spit out each entry as a column and hide related content ...
1
vote
1
answer
651
views
Overcoming 'this form has expired' error when posting data to an EE template
When POSTing data to an ExpressionEngine template, EE returns the well known This form has expired. Please refresh and try again.-error.
I am trying to post JSON data to the template. The template ...
1
vote
0
answers
70
views
How to save an ExpressionEngine date field from front end?
Is there a particular way to format date fields from the front end of a site in order to be saved to a corresponding date field in ExpressionEngine.
I have a Cartthrob form that saves the data being ...
1
vote
1
answer
56
views
ExpressionEngine: Channel Entry Issues (Mobile ONLY)
My website has 2 pages where a series of channel entries are listed. The 1st page list blog entries in an archive while the 2nd page list projects.
On a desktop, all entries appear without error; ...
0
votes
1
answer
148
views
Issues with scss compiling with Grunt, not detecting certain styles for certain classes. Expression Engine
Having strange issues compiling SCSS with Grunt when moving from development branch to a theme / CMS branch in Expression Engine.
To fully explain what's going on, there are currently two versions ...