Questions tagged [phpfog]

PHPFog is a cloud platform for PHP applications. It features easy installation of popular applications/frameworks like WordPress, Drupal, Joomla, Zend Framework, CodeIgniter or CakePHP.

PHPFog is a cloud platform for PHP applications. It features, among other things:

  • Simple installation of common applications like WordPress, Drupal and Joomla
  • Easy installation of popular frameworks like Zend Framework, CodeIgniter or CakePHP
  • Support for Git to manage your code
  • Easy scalability
26 questions
1
vote
1 answer

how to deploy and run a php app that requires frequent updates on a cloud provider

I am working to create a php app- the app will have 2 types of updates-- (a) The app itself will require periodic updates-- the user who is administrating the app will be notified of updates and he can initialise the update. (b) The end user can…
Arvind
  • 6,404
  • 20
  • 94
  • 143
1
vote
1 answer

Using git with a PHPFog Wordpress app

I have cloned a copy of my PHPFog Wordpress app to my local machine. I then have a few themes im working on with there own sperate repository. So I copy and paste a theme into my Wordpress repository and then sync it back up with PHPFog. This works…
Ben_hawk
  • 2,476
  • 7
  • 34
  • 59
1
vote
3 answers

How do I specify which key file to use for Git Push on PHP Fog?

Following is my ~/.ssh/config contents ForwardAgent yes # Default PHP Fog user (name) Host phpfog HostName git01.phpfog.com User git IdentityFile /Users/Pk_2/.ssh/id_rsa_phpfog # Default github Host github.com User git Hostname…
aWebDeveloper
  • 36,687
  • 39
  • 170
  • 242
0
votes
1 answer

Graph api not working correctly over phpfog, access token refresh required?

This is a problem am facing for long now also asked a question regarding this before but didn’t get it solved, but by now I’ve refine my case, for the latest the case is: I am trying retrieving username, emailing and publishing photos from the code…
Maven
  • 14,587
  • 42
  • 113
  • 174
0
votes
2 answers

Unable to retrieve user name through graph api after shifting to another server

I am trying retrieve user name from the code through graph api, the below code was working fine when while I was hosting app on another(godaddy) server but recently I moved the application to phpfog and since then am facing this weird problem. try…
Maven
  • 14,587
  • 42
  • 113
  • 174
0
votes
1 answer

Uploading my local web app to remote server via Git?

I've been trying to get a copy of my web app on PHP Fog, but it needs to be sent by Git. I'm completely new to Git, and to be honest, I don't understand it. I followed several tutorials (the best I found was…
Simon Verbeke
  • 2,905
  • 8
  • 36
  • 55
0
votes
1 answer

PHPFOG and MySql

I am playing around with PHPFog and as a result I ended up with a MySql database. I am trying to figure out how to connect to it with a success message. PHPFog says use this: mysql_connect( $server = getenv('MYSQL_DB_HOST'), $username =…
jim dif
  • 641
  • 1
  • 8
  • 17
0
votes
1 answer

How push config-passwords.txt file to phpfog server from local production with git?

I am working with phpfog. I use git to push my code to phpfog. My problem: I have config-passwords.txt with my local passwords and user names, i have other passwords and user names in production. Usually i upload manually to server the configs files…
Ben
  • 25,389
  • 34
  • 109
  • 165
0
votes
1 answer

PHPFog Connecting with SSH

I have a Github account set up on my mac using SSH. Now I want to set my PHPFog account with my mac using SSH, however I am unable to give it the correct SSH Key. If I open up the SSH folder on my mac I see 2 files named github_rsa &…
Ben_hawk
  • 2,476
  • 7
  • 34
  • 59
0
votes
1 answer

How to call a php script using system in PHPFog

I have a php script which needs to run in the background. Currently on my dev box I am running shell_exec("php5-cgi "); It works fine. Although, when I pushed my code onto a dedicated phpfog cloud, it seem that the script is not being…
Prakash Raman
  • 13,319
  • 27
  • 82
  • 132
0
votes
1 answer

Unable to pull changes from git repo

I ve developed a php/Facebook app and I’ve hosted it over phpfog, the main functionality of the app is asking user for some information and then putting it csv format into a notepad file. To access phpfog repository I am using a git-ui called…
Maven
  • 14,587
  • 42
  • 113
  • 174
1
2