Questions tagged [pagoda-box]

20 questions
2
votes
1 answer

unlink() : No such file or Directory on Pagobox with symfony2 app

I would like push my symfony2 app on Pagodabox but I have an error message : Warning: unlink(/data/app/cache/prod/annotations/54cb4f93b11de6.12347258nKaIkm): No such file or directory in…
JohnnyC
  • 1,425
  • 1
  • 21
  • 38
2
votes
1 answer

how to get the changed files from git for some particular tasks

I am a php programmer and I am building an application. I have a testing server(pagodabox) and a production server.(EC2). After each task is completed I do a commit and push to testing server using git to test. after several tasks are complete I…
1
vote
2 answers

Clone app from pagodabox using GitHub for Windows

I downloaded the GitHub for Windows, after installing it I try to clone my app i just created from Pagodabox. I'm using the PowerShell and try to clone it: git clone git@git.pagodabox.io:apps/******.git ***** But there is an error: The SSH Key…
Altiano Gerung
  • 824
  • 2
  • 15
  • 28
1
vote
1 answer

Migration doesn't execute when I push my Laravel app on Pagodabox.io?

When I push my Laravel app on Pagodabox, it seams to cancel migrations, it keeps saying "Command Cancelled! SUCCESS" and I when I try to see a live app, I am getting an error message: SQLSTATE[42S02]: Base table or view not found: 1146 Table…
DannieL
  • 11
  • 2
1
vote
0 answers

Laravel upload to Pagodabox

I'm new to pagodabox. I have connected my github project to pagodabox. I'm using Laravel 4 and I already created a database. However, how can I upload my local database to pagodabox so my project can use it? Here's my project…
Yassi
  • 2,379
  • 4
  • 24
  • 33
1
vote
1 answer

Pagodabox - Laravel4 setting different database provider

I'm using pagodabox for hosting my laravel 4 application and I'm using my database from different hosting website everything is working great as long as I'm working locally Once I switch to the live app I'm getting this error for example when I'm…
Ahmad abdallah
  • 103
  • 1
  • 7
0
votes
0 answers

Pagoda Box database error

I have just deployed my website with Pagoda Box after developing it on cloud 9 in which it worked fine, but after pushing to pagoda box I got this error: Fatal error: Uncaught Error: Call to undefined function mysqli_connect() in…
Adam
  • 1
  • 1
0
votes
2 answers

Is it possible to use Pagoda Box with AWS data?

My data lives on an AWS S3 instance, I'm (considering) deploying an website on Pagoda Box. Is it possible to configure my instance so it reads and writes data from S3?
sammms
  • 668
  • 8
  • 24
0
votes
2 answers

What sort of server to use for a scalable PHP project?

I just started a project in a company, they had it hosted on Google App Engine and the app was developed in Java. The thing is that this code was totally unreadable. So I've came to the conclusion that the best solution would be start it all…
0
votes
1 answer

Fonts work on hosting generated domain but not custom domain

I have a site hosted on Pagodabox. They gave my site a domain of whitevanboys.gopagoda.com but I have added my own DNS records to use a custom domain of "whitevanboys.co.uk". That's all working fine but I've found that my custom @font-face fonts are…
Ben Jackson
  • 529
  • 4
  • 12
0
votes
1 answer

Laravel 4 & Pagoda: [PDOException] SQLSTATE[HY000] [2002] No such file or directory

So, my app is on this link I am able to create a tunnel using Pagoda client and I can view databases via the mySQL CLI. That command being mysql -u -p -htunnel.pagodabox.com -P
0
votes
2 answers

Disallow HTTPS traffic from .htaccessfile

I've got a client site hosted on PagodaBox (Laravel 4) and it is serving https request with a certificate warning. The client's internal applications expect any https traffic to fail on the web host and follow through to their internal gateway. Is…
theLucre
  • 121
  • 2
  • 13
0
votes
1 answer

Email Configuration laravel app for pagoda box

Recently i deployed my laravel app to pagoda box, Its working fine except the email. In my app there is registration for the user's, When they get register they will get mail. This functionality is working fine in localhost but it seems i am missing…
Rajat
  • 119
  • 2
  • 9
0
votes
1 answer

file not uploading to pagodabox using codeigniter

I have a codeigniter project that I deployed to pagodabox, the problem is that it has a file upload form which is supposed to upload csv files but somehow I get an error saying that the filetype is not allowed. It however worked on my local wamp…
Bazinga777
  • 5,140
  • 13
  • 53
  • 92
0
votes
0 answers

How to work with MyQL and CodeIgniter in Pagodabox

I am new to Pagodabox. I have a PHP CodeIgniter application. I am successfully uploaded the files. I have created the tunnel connection. Now how do connect with the database and retrieve data?
odbhut.shei.chhele
  • 5,834
  • 16
  • 69
  • 109
1
2