Skip to main content

Questions tagged [config]

The process of configuring ExpressionEngine and/or third-party add-ons via the config.php file - or another configuration solution such as Focus Lab's EE Master Config.

Filter by
Sorted by
Tagged with
0 votes
2 answers
125 views

I apologize for a question that I know has been asked and answered. However, I don't have enough reputation to reply to the answer, just to provide another "answer", which I don't have. ...
ccesarano's user avatar
0 votes
2 answers
2k views

I need to be able to display content from one EE site on another using an iFrame. By default X-Frame-Options for EE is set to "SAMEORIGIN". I know this is set in Core, so I don't want to do the ...
forrest's user avatar
  • 1,068
0 votes
1 answer
172 views

I've just updated a site from EE2.9.3 to 5.1.1 and am attempting to deploy to a staging location so my client can preview it. I've added a switch statement to users/config/config.php in order to keep ...
CreateSean's user avatar
  • 4,747
0 votes
1 answer
118 views

Using Expression Engine 2 the going to Admin>General configuration I am trying to change both "URL to the root directory of your site" and "URL to your "themes" folder" I can type the changes in no ...
TTK's user avatar
  • 11
3 votes
2 answers
419 views

I can't upload .eps extension files to any upload directories. I'm on EE 3.4.5. When I try to upload, I see the following message: I've tried using the 'mime_whitelist_additions' config override, but ...
Sam Cosgrove's user avatar
3 votes
1 answer
116 views

Is it possible to store payment gateway settings in the file system, eg config.php? For example, I might want to have different settings for different environments, eg test gateway API for staging ...
Cole Henley's user avatar
0 votes
1 answer
244 views

I am upgrading from Expression Engine 2 to 3. The upgrade was stopped and the following is the message I received: Error While Installing 3.4.1 Stopped Oops, there was an error ExpressionEngine ...
M.Robinson's user avatar
1 vote
0 answers
79 views

Does anyone know if there is an config override for changing the addons folder location in ExpressionEngine 3. I can't see anything mentioned in the documentation but I was wondering if I have missed ...
Michael Sibley's user avatar
0 votes
2 answers
102 views

I have stumbled across an issue with the forum module whereby if you have a site_url specified in config as protocol agnostic, i.e. minus http: or https: then the redirect after forum log-in always ...
Nathan Pitman's user avatar
0 votes
1 answer
435 views

In EE 2.8 and above, you can select 'Memcached' as your 'Caching Driver' under "Admin" => "General Configuration". I am using one of Nexcess' "ExpressionEngine optimized" hosting plans, which lists "...
Gary Reckard's user avatar
0 votes
1 answer
92 views

Is it possible to move the themes folder above the root? I am using MSM and want to move the folder away from the main site.
Third_Hyperion's user avatar
0 votes
1 answer
101 views

I'm going down the classic route of 2 sites within 1 install for a client who has a multi-lingual site with Transcribe. For those not familiar with that approach, here's the background. What we're ...
Steven Grant's user avatar
  • 2,473
2 votes
4 answers
2k views

I set permissions via SFTP to 666 on config.php and database.php but am getting this in the installation wizard: Your config.php file does not appear to have the proper file permissions. Please set ...
user2088550's user avatar
0 votes
1 answer
54 views

Don't say it's for flexibility! If flexibility is all that matters, where is software for making a whole website by typing everything freeform all into one field. So we draw lines, make judgments, ...
DanAllen's user avatar
  • 101
1 vote
0 answers
123 views

I'm developing a multi-language site and wish to use the site root level ISO language code folder structure method. But it's not working – I get a blank page when visiting site.com/en/ or site.com/it/....
Seb's user avatar
  • 153
1 vote
0 answers
271 views

I seem to be having some trouble getting expression engine to install on my server. I've set everything up as directed and still am having issues with it. When I go to the home page - no matter what I ...
ajmajmajma's user avatar
1 vote
1 answer
356 views

I have tried using all three methods in the Email Configuration method and when I test these methods via the Tools >> Communicate all three of them work. However when an order is submitted on the ...
rtagster's user avatar
2 votes
0 answers
81 views

There's a note in the docs (here) talking about cp_session_ttl and user_session_ttl overrides being replaced as part of the 2.8 update. But I can't see anything about it in the changelogs. Am I ...
RickL's user avatar
  • 603
1 vote
1 answer
152 views

Having some issues with paths on my build, i get a different output using {site_url} to {path='site_index'}, {site_url} outputs the correct value but {path='site_index'} outputs the correct value with ...
Nick's user avatar
  • 683
3 votes
1 answer
64 views

I am shifting to a two-server setup for running my site. This would mean one server handles MySQL and one handles web stuff. My understanding is all I need to do to make this function with EE (version ...
Linda Antonsson's user avatar
0 votes
2 answers
101 views

I'd like to make Assets ignore html files that appear in my file upload directories. I've looked through the Assets docs, and can see that there's a config override that seems to allow this named ...
Stephen's user avatar
  • 1,349
2 votes
1 answer
337 views

I am running expression engine on MSM at the moment. I have got the deployment and ebvironments working properly, my only issues is that there are literally about 30 different file upload paths all ...
M dunbavan's user avatar
2 votes
1 answer
265 views

I have an odd problem with EE 2.5.3 outputting multiple urls preceding the correct pagination segment when using this code: {paginate} {if next_page} <a href="{auto_path}"Next</a> {/if} {/...
Pentland_web's user avatar
1 vote
1 answer
199 views

I'm looking for some hidden configuration settings that will allow me to disable XSS filtering when using Cartthrob. The global EE config item is ignored. Is this possible?
Jon Horton's user avatar
0 votes
4 answers
846 views

Is there a way to access config variables from the config files via native EE tags so that I can display it in the templates ? Or are there none that I have to right a plugin for it?
developarvin's user avatar
  • 2,347