Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
222 views

How to release with Git?

I have a basic question about Git: Let's say there is subdomain git.mysite.com with git installed in it. My actual site is on mysite.com. How do I tell Git to "release" a specific or latest commit to ...
4
votes
2answers
397 views

php Contact Form on website and reply-to email

I have a PHP Contact form on a site I am hosing on our mediatemple grid server that was made with Rapidweaver. It works well except that the email it generates to our info@ourdomain.com is sent as ...
3
votes
6answers
685 views

WordPress not recognizing theme in /themes/ folder

Having a really baffling issue with permissions, WordPress and theme files. I have a fresh install of WordPress and tried uploading the theme I made for my client. It uploaded fine but it doesn't ...
3
votes
1answer
677 views

NGINX, Unicorn, Mediatemple dv server

Anyone every try to set up nginx & unicorn for their rails apps on a mediatemple dv server? Did you document it?
2
votes
1answer
30 views

Questions about subversion and my VPS

I have just purchased a (dv) account from media temple and I want to begin using subversion, as currently I don't use a code repository at all. Questions: Should I setup svn on my (dv) or use ...
2
votes
0answers
87 views

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 ...
2
votes
2answers
538 views

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. ...
2
votes
4answers
2k views

How do I find out what mail-server my host has installed for me?

I'm using MediaTemple's (dv) hosting service. How do I determine what mail-server is installed? Should I use the shell? If so, what command would be used?
1
vote
1answer
46 views

Setting up google Adsense on a mediaTemples account

I am setting up Ad-sense on my website and the instructions tell me that i should set my nameservers to point to ns1.googleghs.com. I know how to set my nameservers, and right now they point to ...
1
vote
0answers
76 views

PHP PDFTK and Media Temple

Has anyone ever been able to install PDFTK on Media Temple GS? 1.a. If so, how? If not, is there anyway to merge PDF and FDF so the user get's served the PDF version with the FDF data? The reason ...
1
vote
3answers
174 views

Separate servers to serve django app and it's content?

I'm a little confused as to how to proceed. I'm setting up Django to run on a Mediatemple DV server. I'm trying to figure out the appropriate setup for serving image/video/etc content. I don't ...
1
vote
3answers
668 views

Install mongodb php driver on mediatemple dv 4.0

By following the official instructions http://www.mongodb.org/display/DOCS/Quickstart+Unix and this post http://blog.phy5ics.com/2010/03/27/installing-mongodb-on-mediatemple-dv/ I've just about ...
1
vote
1answer
268 views

jQuery (Nvio slider) not firing on a CodeIgniter app once moved to Media Temple host

I am hoping someone might know the answer to this off the top. I have developed this site on a Fedora box, then moved it to my test box (link below) running Ubuntu Svr 10.10/Apache2/PHP5/MySQL5.1 and ...
1
vote
1answer
159 views

Proper way to roll out website updates

I have an enrollment website which is updated on a fairly regular basis with minor changes. While these 'fixes' don't necessarily present any issue, we are in a phase where we need to roll out some ...
1
vote
1answer
1k views

How do I enable XSLT functions in PHP 5?

I'm wanting to print an xml file out as an HTML nested list using xslt, and as far as I know the code is correct, however I'm getting this error Fatal error: Call to undefined function ...
1
vote
1answer
430 views

Where do MediaTemple (dv) vhosts configuration files live?

This question is specific to MediaTemple Dedicated-Virtual servers. When I add a new vhost through the Plesk Panel, where is the vhost configuration saved? There is no ...
1
vote
1answer
139 views

Post Commit SVN hook on MediaTemple (gs) - svn update

I have created a SSH/FTP/email user and when I connect to my MTServer using SSH and that user I can't access /home/XXXX/domains/mydomain.com/. I am using subversion and it's working fine, but I want ...
1
vote
1answer
345 views

Kaltura Install on Plesk / Media Temple DV3.5 apachectl error

Some pain today as with everything new and exciting. I am attempting to install Kaltura CE on a subdomain on my Media Temple DV runnning plesk 8.6.0. I get to a step that asks for my apachectl path ...
1
vote
2answers
530 views

Premature end of script headers: php5 Symfony produces internal server error 500

I am running into an issue that is leaving me in a dead end so in turn, I turn to you! Recently a Symfony app has been going down rendering an internal apache error -500. After deleting the Symfony ...
1
vote
4answers
311 views

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 ...
1
vote
1answer
184 views

PHP CLI version issue

I am trying to use Zend Tool on my media temple Grid Server account. The problem is that the installed CLI version of PHP is 4.4.8 and Zend Framework needs PHP5. On an account basis its possible to ...
1
vote
2answers
466 views

Help getting Mercurial running on a Media Temple (gs)

I've installed Mercurial per MT's knowledge base file here. Working with it server side using ssh from my Mac works fine. I can initialize repositories and the like, but pulling from the server or ...
1
vote
1answer
1k views

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?
1
vote
3answers
1k views

Cakephp Shell Cronjob Controller Action Media Temple Server

I'm trying to create a cron job that will send a weekly newsletter. I tried creating a shell task following what Cakephp manual says. Then I go to the Media Temple Cron jobs and type in the following: ...
1
vote
1answer
131 views

Connect to slicehost from MediaTemple with a PHP Script (GS Hosting)

I want use a Redis server with a PHP Site hosted on a MediaTemple GS hosting. MT allows PHP Sockets to contact an external server (slicehost)?
1
vote
5answers
481 views

Ruby on Rails getting HTTP 500 with no error logged (hosted on Media Temple)

I am trying to deploy my Ruby on Rails application on Media Temple. The application starts fine (Mongrel starts up fine) but I keep on getting a HTTP 500 error. The problem is that nothing gets ...
1
vote
2answers
297 views

MediaTemple cron jobs working on 1&1 Internet?

I've having to get a cron job that's currently working on MediaTemple (Grid Service) to work on a new 1&1 Internet account. I've yet to do this yet, but is there anything I need to take into ...
1
vote
1answer
341 views

Trouble installing Rails App on MediaTemple?

I am having some trouble installing an app on MediaTemple's Grid Servers... I'm deploying with cap and github... everything seems to go ok with those, but the app won't start up. There seems to be a ...
1
vote
1answer
530 views

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 ...
1
vote
1answer
262 views

Which Knowledgebase app is used by MediaTemple?

Does anyone know if MediaTemple did this development in house or is a software we may know? http://kb.mediatemple.net/ Thanks
1
vote
1answer
118 views

Why isn't Capistrano copying my files?

I am currently deploying a Rails application using Capistrano. Cap deploy:update_code usually works just fine to copy over application files from the SVN to the rails container, however when I do it ...
1
vote
3answers
472 views

Uploading Rails Apps with MediaTemple

Any recommendations of a recent tutorial, or guide, on uploading Rails applications to a (gs) rails container? I've followed a couple tutorials already, both of which haven't worked.
0
votes
2answers
11 views

Site paths broken in wordpress on new server? SQL query

I am trying to migrate a wordpress website to a new server, which is on mediatemple. In there migration guide, it suggests updating the site preview/paths to the IP of the server. It gives a SQL ...
0
votes
0answers
8 views

Install email server and gui on Media Temple's (ve) server

I've been developing a Rails application on a (ve) server from Media Temple (which has no pre-installed packages or features). I just learned that this server will need to handle the client's email ...
0
votes
1answer
32 views

SSL and .htaccess force https

I have never done this before This is my current .htaccess file, I want it to tell the browser to switch to HTTPS. AddHandler php5-script .php RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f ...
0
votes
2answers
158 views

Installing imagick on a DV [mediatemple] - impossible?

I have it installed on my DV # convert -version Version: ImageMagick 6.7.4-0 2011-12-21 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC Features: OpenMP ...
0
votes
1answer
47 views

PHP version is 4.4.9 when using exec() How do I change it on media temple without using .htaccess

I am using php version 5.3 on media temple's grid server, however when I call a file using exec() the page is executing in PHP version: 4.4.9 The reason I am using exec() is to process the file in ...
0
votes
1answer
64 views

MS-SQl Connect on a Media Temple DV 4.0

I'm really stumped on this on. Trying to connect to a MS-SQL database with php on my mediatemple DV 4.0 server. I was able to get it working on our DV 3.5 using these instructions ...
0
votes
1answer
32 views

Moving a Drupal 6.x site to MediaTemple and getting the WSOD

I'm trying to move a Drupal site over to a MediaTemple (DV) account and keep getting the WSOD. If I move the site over, using the same procedures, to a MediaTemple (GS) account everything works just ...
0
votes
1answer
129 views

How do you install LibPuzzle C Library on Media Temple DV server?

I'm unfamiliar with installing extensions/libraries to servers. My question is how do you install Libpuzzle on a Media Temple DV server? LibPuzzle: http://libpuzzle.pureftpd.org/project/libpuzzle/doc ...
0
votes
2answers
691 views

How to force Magento to use APC cache

I just installed Magento Commerce on my hosting account and am getting fairly sluggish performance. To help speed up the site, I installed the APC cache but am having trouble getting it to work. I ...
0
votes
0answers
47 views

How do I make a Zendframework project run with .htaccess

I have a gridserver with mediatemple.net. I installed zendframwork on the server and had create a new project (zf command). I think there's no way to create a virtual host on my hosting plan. If ...
0
votes
2answers
1k views

running rake fails with Gem::GemNotFoundException ERR

Backstory: New to rails and attempting to install Passenger on a Mediatemple DV server. I am following and somewhat modifying this CentOS guide here since MT currently does not have any recommended ...
0
votes
1answer
223 views

Should I chown after tar and mv file to different domain director on same server? [closed]

I performed a tar of an entire directory in httpdocs on one domain (reesefelts.org) and un-tar in another directory on the same vhosts machine at mediatemple (dev.reesefelts.org). Now having issues ...
0
votes
1answer
335 views

Have a Heroku app's DATABASE_URL point to a Media Temple GS database

I wasn't sure where to post this so I thought this might be a good place. I would like to know if it's possible to have a Heroku app's DATABASE_URL point to a Media Temple GS database? I have already ...
0
votes
1answer
84 views

What is the best way to troubleshoot these Plesk errors messages?

I get the following error regularly on my MediaTemple DV server. Web Server (Apache) on myrootdomain.com is down Web Server (Apache) on myrootdomain.com has been started Plesk Web Server on ...
0
votes
1answer
273 views

Django running wrong version

Although running "python" from the shell runs Python v2.7, Django is loading files for python2.4, as shown in the error when I load a django site: Mod_python error: "PythonHandler ...
0
votes
1answer
174 views

How to change uploaded file permissions for new files automatically

I recently moved a wordpress site from media temple's gs to their dedicated virtual server. The file structure changed when I upload files. The permissions automatically upload as 644 and I'd like ...
0
votes
1answer
253 views

Transferring magento to MediaTemple

After transferring a Magento installation using these instructions, when I try to browse to the home page I am redirected to the "downloader" page ie http://mysite.com/downloader and then I get a ...
0
votes
1answer
305 views

Setting up SVN on MediaTemple?

I want to setup my own SVN server on a dedicated plan over at MediaTemple. This would help me immensely when updating / checking out code with the staff I work with in India. I can't find anything ...

1 2