Questions tagged [expressionengine]

ExpressionEngine is a commercial content management system, written in PHP. Most ExpressionEngine questions will be better asked on the ExpressionEngine StackExchange, unless they involve development (such as developing extensions in PHP).

ExpressionEngine is a commercial content management system for websites. It is developed and sold by EllisLab and utilizes an open source PHP MVC framework called CodeIgniter (also created by EllisLab).

Most ExpressionEngine questions are better asked on ExpressionEngine StackExchange, unless they involve development (such as developing extensions in PHP).

1263 questions
33
votes
0 answers

"You must compile individual stylesheets from the project directory" error with compass project

I've installed Zurb Foundation sass into an expressionengine project but i'm getting this when saving the app.scss file: Compass was unable to compile one or more files in the project: You must compile individual stylesheets from the project…
John
  • 833
  • 1
  • 11
  • 24
15
votes
2 answers

Migrating legacy users to symfony2

I'm moving from expressionengine to symfony2 and I'm looking for the best way to migrate the user passwords. The goal is to let legacy users log in with their existing credentials, while passwords for new users are created the default way. I have…
Thomas K
  • 6,076
  • 5
  • 39
  • 56
13
votes
2 answers

.htaccess in Multiple Environments

I know similar questions have been asked before but I haven't found any really specific answers for my situation. I have an ExpressionEngine site running on multiple environments (local, dev, production), and each of those environments needs…
kmgdev
  • 2,607
  • 28
  • 41
12
votes
6 answers

Can't increase MAMP php memory limit

I've been trying to increase the php memory_limit in MAMP (Mac OSX). The version of PHP I'm using is 5.4.1.0. I've read about creating a new template for MAMP Pro, but I'm using the standard version of MAMP. I've tried all of the below, but nothing…
jx3
  • 921
  • 1
  • 7
  • 22
12
votes
2 answers

Unable to upload files; file upload modal displays CP Home

I am tearing my hair out with a file weird file upload issue that I have never run into before. For some reason I’m unable to upload images via the file manager (both in the file manager itself and if I upload with a custom field using the “file”…
Paulo
  • 411
  • 2
  • 9
11
votes
4 answers

sql query to convert new line character to a html

I have a mysql database of articles that were entered into a textarea with no formatting, they use only a newline character for line breaks \n I need to convert all of these into html br tags
can you help me write a query to do this that I…
user26858
11
votes
4 answers

ExpressionEngine : git : local development : remote database

To those of you that are trying to be good little developers and version control their ExpressionEngine sites with git, how do you handle your database? In my limited experience with multiple developers working on one ExpressionEngine site, we've…
Jacob Graf
  • 323
  • 1
  • 9
11
votes
2 answers

Hours of Operation using Matrix

I am building a directory of businesses and want to not only publish a list of business hours, but also to publish if a business is currently open for business. In a matrix, I have 7 rows with row_1 representing Sunday row_7 for Saturday. So I have…
Wedodan
  • 371
  • 1
  • 6
11
votes
1 answer

Loading entries in ExpressionEngine with AJAX

I am looking to load entries from ExpressionEngine in a popup modal with an ajax call using jQuery, the idea is when the user clicks on the entry title it will open show a modal with the full entry in it. I am then looking to have a next & previous…
zizther
  • 814
  • 1
  • 10
  • 26
11
votes
6 answers

What's the optimal amount of queries an ExpressionEngine page should load?

I saw @parscale tweet: How many queries are you happy with for a home page? When do you say this is Optimized? I saw responses that < 50 is good, 30 or less is best, and 100+ is danger zone. Is there really any proper number? And if say you do have…
lealea
  • 563
  • 2
  • 10
10
votes
3 answers

Set a custom template variable in expressionengine

I need to output the category for an entry a few times in an entry's template. So I want to get the output from the following and assign to a variable so I can reuse within the template: {exp:channel:entries channel="product" limit="1"…
onblur
  • 365
  • 1
  • 5
  • 16
10
votes
4 answers

Password protect an ExpressionEngine template group

I'm building a site where staff will have their own section of the site: example.com/jones, example.com/smith, etc. jones and smith are template groups with the same templates inside (using Stash and Low Variables to keep it all DRY). Some users…
Doug
  • 539
  • 3
  • 12
10
votes
5 answers

ExpressionEngine 1 to ExpressionEngine 2 Upgrade with nGen File Field

I'm about to do an ExpressionEngine v1 to ExpressionEngine v2 Upgrade with lots of data stored in nGen File Fields. What are the steps I need to take pre and post upgrade to get this data working correctly with the EE2 SafeCracker File field?
Anna_MediaGirl
  • 1,120
  • 13
  • 31
9
votes
6 answers

Insert

I have a simple list of images that is being controlled via a CMS (ExpressionEngine). Like this:
cusejuice
  • 10,285
  • 26
  • 90
  • 145
9
votes
3 answers

htaccess: redirect old domain and all pages to a new domain

I know that there is a lot of examples on Stackoverflow but I still miss something. I'm trying to redirect http://old.domain.com/fr/ to http://brand.new-domain.com/fr/ with the following rules, but that doesn't work: # Enable Rewrite…
pvledoux
  • 973
  • 1
  • 10
  • 23
1
2 3
84 85