Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 views

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, ...
alkaemia's user avatar
  • 209
0 votes
0 answers
76 views

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 ...
Chad Crowell's user avatar
0 votes
0 answers
48 views

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::$...
Marc Elsendoorn's user avatar
0 votes
2 answers
55 views

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 ...
Sergio's user avatar
  • 822
0 votes
1 answer
42 views

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 ...
Helen Connole's user avatar
0 votes
2 answers
116 views

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 ...
Bhatt Akshay's user avatar
0 votes
1 answer
75 views

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....
Mike J.'s user avatar
0 votes
1 answer
316 views

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? ...
R. tothe Rw.'s user avatar
0 votes
1 answer
245 views

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 ...
Afifa's user avatar
  • 75
0 votes
1 answer
44 views

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 ...
Becca's user avatar
  • 1
0 votes
0 answers
47 views

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? ...
Petar Grancharov's user avatar
0 votes
1 answer
142 views

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 ...
OzzyTheJack's user avatar
0 votes
1 answer
340 views

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/...
Sergio's user avatar
  • 822
0 votes
1 answer
58 views

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 = '') { ...
wot's user avatar
  • 212
0 votes
0 answers
86 views

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 ...
Ali Ahmad's user avatar
0 votes
1 answer
52 views

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)...
bambadamm's user avatar
1 vote
1 answer
51 views

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: ...
wot's user avatar
  • 212
0 votes
2 answers
516 views

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 ...
wot's user avatar
  • 212
0 votes
2 answers
166 views

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 ...
bambadamm's user avatar
0 votes
2 answers
101 views

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 ...
mostafa abbac's user avatar
2 votes
0 answers
210 views

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 ...
Landon Hewitt's user avatar
1 vote
1 answer
159 views

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 ...
pete19's user avatar
  • 123
0 votes
0 answers
107 views

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 ...
Tee's user avatar
  • 17
1 vote
2 answers
464 views

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 ...
DevKAS's user avatar
  • 19
1 vote
0 answers
25 views

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 ...
Beth James-Bourgeois's user avatar
0 votes
1 answer
50 views

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 ...
Craig Dennis's user avatar
0 votes
1 answer
217 views

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.
Mandip Darji's user avatar
0 votes
3 answers
108 views

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, ...
pete19's user avatar
  • 123
0 votes
1 answer
293 views

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 ...
user avatar
0 votes
1 answer
55 views

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 ...
Chester Black's user avatar
0 votes
2 answers
256 views

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:...
Nelson's user avatar
  • 13
0 votes
1 answer
53 views

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 ...
supernaut's user avatar
  • 311
1 vote
1 answer
389 views

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 ...
kervin's user avatar
  • 13
1 vote
0 answers
208 views

How can I add captcha/recaptcha to the forms using in ExpressionEngineV2?
anittas joseph's user avatar
0 votes
1 answer
88 views

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 ...
Ralphs's user avatar
  • 1
1 vote
1 answer
37 views

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 ...
Josh's user avatar
  • 11
1 vote
1 answer
38 views

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; $...
Salman Saleem's user avatar
0 votes
2 answers
574 views

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 ...
lydie_t's user avatar
0 votes
1 answer
347 views

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 ...
Chester Black's user avatar
-1 votes
1 answer
55 views

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/...
Ben's user avatar
  • 9
1 vote
1 answer
92 views

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 ...
user3285962's user avatar
0 votes
1 answer
32 views

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 ...
briansexton's user avatar
0 votes
1 answer
26 views

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 ...
Inigo's user avatar
  • 8,755
0 votes
1 answer
486 views

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 ...
user avatar
2 votes
2 answers
1k views

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 ...
Anya's user avatar
  • 115
1 vote
1 answer
1k views

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 ...
samc449's user avatar
  • 58
1 vote
1 answer
651 views

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 ...
Rein's user avatar
  • 1,366
1 vote
0 answers
70 views

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 ...
Brianne Hostutler's user avatar
1 vote
1 answer
56 views

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; ...
Michael Connolly's user avatar
0 votes
1 answer
148 views

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 ...
Trevor Jones's user avatar

1
2 3 4 5
26