The server tag has no wiki summary.
1
vote
2answers
80 views
Ideal server setup for EE (PHP Handler, Opcode Cache)
Edit: Question Clarification: Amongst other things, what do people believe to be the ideal PHP 'Handler' for EE?
We've decided to take the plunge and get another VPS for some of our production sites. ...
1
vote
1answer
20 views
Matrix File Upload not displaying contents of directory, upload silently fails
EE v2.5.5 - Build Date: 20121220
Assets 2.0.5
Matrix 2.5.3
Safecracker 2.1 (not sure if relevant)
I am using (but was not the original developer for) a multisite EE installation. In each installation ...
0
votes
0answers
30 views
ERR_EMPTY_RESPONSE
I am experiencing a somewhat baffling issue I've never seen before. In production, my EE site is intermittently crashing and returning a ERR_EMPTY_RESPONSE message to the browser. I can fix the site ...
0
votes
1answer
35 views
How to generate large XML
We are generating an XML file everyday detailing the cartthrob orders for the day. The format of this XML is awkward as it needs to repeat certain content at different points as well as a host of ...
1
vote
2answers
29 views
Remove index.php on a windows server
I have EE installed on a clients windows server but I'm having problems removing index.php from the URL
This is the first time I've worked on a windows server (all precious jobs have been in apache ...
0
votes
4answers
37 views
How to get file upload paths that use Windows UNC format working
Anyone ever got images on an EE site working on a Windows server that uses UNC paths, e.g. //server/folder/?
I'm using imgSizer to resize images but am getting errors like:
imgsizer.Error: ...
0
votes
1answer
34 views
EE 1, adding another server
So I have searched but I seem to only find information on setting up EE in the config.php for multiple server environments - local, staging, production. What Im looking to get some information on is ...
0
votes
2answers
57 views
Why is the Server Path not Valid?
I am hosting a client site on HostGator running Plesk. I got the server path from their documentation and confirmed it with tech support, however, when I enter the server path in the necessary ...
2
votes
2answers
76 views
How Does ExpressionEngine Handle Outside Directories?
I have a directory in my web root (let's call it microsite) that is not managed by my main ExpressionEngine site, but people still need to access it. So, naturally, I just navigate to ...
2
votes
3answers
362 views
Move ExpressionEngine from development to live (same server)
I'm 95% of the way through a project just now and soon I am going to have to move EE from the 'development' folder to the 'live' folder. My questions before I do this are:
Can I just copy all the EE ...
1
vote
1answer
32 views
Control Panel forms not saving
I am experiencing an odd issue. Randomly, form submissions within the control panel are not actually saving anything and redirecting me to the CP home. This happens with regular channel entry editing, ...
3
votes
1answer
49 views
Running an EE site on IIS. What are the “gotchas”?
I may be taking on a project for a large EE site that would most likely be running on IIS. Although I have some very minor experience of IIS I have never run PHP on it let alone an EE site. I don't ...
1
vote
2answers
96 views
Channel Entries API incredibly slow performance
I am developing on a high performance MediaTemple DV at the moment. The RAM on the server is 16GB and while pages load relatively quickly, it appears that any scripts I write which use the Channel ...
0
votes
1answer
10 views
Fatal error: Call to undefined method CI_Typography error on line 315
I'm getting this error on the front-end, although the back-end/CP seems to be working correctly:
Fatal error: Call to undefined method CI_Typography::initialize()
in ...
1
vote
1answer
41 views
How to create a link to my C: drive in ExpressionEngine 1.6.4
I'm trying to create a link on my webpage to a file on my C: drive, but for some reason ExpressionEngine switches my backslashes into forward slashes.
For example < a href="file:\\C\data\text.doc" ...
2
votes
1answer
213 views
url rewrite / removing index.php on IIS 7
Does anyone have experience doing this on a windows server, running IIS7?
I've got access to the IIS manager, and the URL Rewrite module, but how to setup the rewrite rules, and how should the ...
2
votes
1answer
39 views
Setting up MSM on EngineHosting Account?
This might be more general than I'm titling it, if so, I'll correct that.
I am migrating an ExpressionEngine MSM site to EngineHosting. The site was built by another developer. I am upgrading it from ...
2
votes
2answers
72 views
Difference $_SERVER['DOCUMENT_ROOT'] on ExpressionEngine and PHP
I'm currently using the $_SERVER['DOCUMENT_ROOT'] variable inside my config file.
In ExpressionEngine this is returned :
/Applications/MAMP/htdocs/devee
In PHP (no CMS) this is returned :
...
