Questions tagged [mediatemple]

Media Temple is a Los Angeles based website hosting and software application services company

Media Temple (sometimes referred to as "(mt)") is a web hosting and cloud services provider headquartered in Los Angeles, California and founded in 1998. They provide hosting for websites and applications as well as virtual servers, email, and other Internet content.

More information on Wikipedia and on the MediaTemple's website.

143 questions
2
votes
1 answer

Setting up a mercurial server on media temple grid

I have successfully installed mercurial on media temple grid server. But I can not find any information about setting up a mercurial server on grid so I can push/pull multiple repositories on my grid server. How can I setup a mercurial server with…
matte
  • 1,196
  • 4
  • 13
  • 21
2
votes
0 answers

NGINX Location Directives Not Responding on Service Restart

I have a medium to large size WordPress site running off a MediaTemple NGINX server, and CENTOS and I'm having trouble getting any location block properties applied. What the goal is, is to have a directory locked down so that only the server has…
ntan97
  • 21
  • 2
2
votes
2 answers

SQLite Databases and Grid Hosting

I'm considering moving my site from a GoDaddy shared hosting account to a Media Temple grid hosting account in anticipation of traffic. However, I first have some concerns with the grid hosting setup. My site stores a large personal set of data on a…
jocull
  • 20,008
  • 22
  • 105
  • 149
2
votes
4 answers

Not being prompted to download CSV file

I've created a custom solution in WordPress that will generate a CSV file to be downloaded by clicking a simple hyperlink, linked directly to this file. Instead of being prompted to download the file to the computer; the CSV opens in the the browser…
hsatterwhite
  • 7,160
  • 5
  • 26
  • 29
2
votes
1 answer

PHP Mailer sending 1 extra empty mail message with root@localhost

I am currently having this issue on a MediaTemple Grid server. I am using PHP Mailer and I have the following code: require_once("inc/class.phpmailer.php"); // Mail from contact form for me $mail = new PHPMailer(); $mail -> IsSMTP(); $mail ->…
Mihail Minkov
  • 2,463
  • 2
  • 24
  • 41
2
votes
1 answer

Cloning a git repo on a Media Temple server

I've got a Media Temple server which already has git installed. How can I clone files from a repository I have hosted on GitHub?
danwoods
  • 4,889
  • 11
  • 62
  • 90
2
votes
2 answers

Setting open_basedir on Media Temple

I'm currently getting an open_basedir restriction error on my CakePHP application running on Media Temple. (site number and domain changed for purpose of question). I've read the docs here:…
Cameron
  • 27,963
  • 100
  • 281
  • 483
2
votes
1 answer

"Invalid ns" when connecting to mongodb server

Im trying to connect to a MongoLabs mongodb server I setup for a small project Im working on. I can connect fine when connecting from my local machine, but when I try to make a connection from my Mediatemple server I get a 'Invalid ns' error: Unable…
Wyatt
  • 53
  • 1
  • 1
  • 6
2
votes
1 answer

Apache notice caught SIGTERM, shutting down php loop script

I have a DV 4.0 from MediaTemple. I got a "500 internal server error" when I run a php file script that it need to loop a while Over 5000 time. The code seems to be because when I execute with a 200 time loop, the result is printed. my…
Jean-philippe Emond
  • 1,619
  • 2
  • 17
  • 29
2
votes
1 answer

Git .bash_profile return to default

I followed this guide and Step 4 says to do some stuff with .bash_profile, add some work tree. I think this is what's causing my problem, which I'll explain further down. # GIT export GIT_DIR=~/repo.git export GIT_WORK_TREE=~/www I'm not…
Matias Vad
  • 1,683
  • 1
  • 18
  • 28
2
votes
1 answer

Facebook 503 502 Same html different servers different results

I've got the same html on two separate Mediatemple (DV) servers and one Godaddy server. Godaddy resolves quickly and both Mediatemple server fail with 502 when run though Facebook debugger. Mediatemple…
Brian
  • 351
  • 2
  • 8
2
votes
2 answers

XCode, Git and MediaTemple (gs)

I'm wondering if anyone's managed to connect to a self-hosted Git repository on a Mediatemple GridServer (gs) via XCode? I tried setting this up last night, and this is as far as I've got: Installed Git on my Mac(s) Created subdomain for git…
MassivePenguin
  • 3,701
  • 4
  • 24
  • 46
2
votes
1 answer

Installing rails w/ mongrel cluster on Media Temple DV Server

First, I'm a complete newb to rails - I've been trying to get my feet wet, but ran into some trouble here. I've followed http://kb.mediatemple.net/questions/279/Ruby+on+Rails+using+Mongrel+Clusters to install rails, everything worked except one of…
Elliot
2
votes
1 answer

Files not updating with custom work-tree in Git

I'm attempting to create a Git repo with a separate worktree. I followed this tutorial to the letter: http://caiustheory.com/automatically-deploying-website-from-remote-git-repository I am able to commit from my local repo and push to my remote. The…
1
vote
1 answer

Media Temple php.ini saving

So I am working on my client's website and in order to integrate twitter posts into the website I need to include the following line in PHP.ini: allow_url_fopen = On; So now my PHP.ini looks like this: ; Rename this file to php.ini and uncomment or…
Ben Potter
  • 875
  • 5
  • 20
  • 34
1 2
3
9 10