- why I get an empty access token with azure app?
Wednesday, June 19, 2013, 2:05:00 AM
I want to creat an azure app for using Microsoft translator free api I followed instructions in this post and used the PHP code there. but the problem that the code is always back me empty access...
- Error 502 on Prestashop install in Azure [closed]
Tuesday, June 11, 2013, 12:00:00 AM
I'm testing a prestashop install on Azure Shared Website and I'm having some problems. I have 1 shared web-site with MySQL (ClearDB) Venus Plan. I deployed an existing prestashop site (v1.4.2) in...
- How to retrieve blob as stream from Azure cloud storage using PHP
Thursday, June 6, 2013, 8:24:00 AM
The PHP API provided by Microsoft claims to retrive blobs as streams, but it does not - internally it attempts to retrieve the file in full into a variable (i.e. a string!) and then wraps this as a...
- How do I enable LDAP support in PHP on a Windows Azure website?
Wednesday, June 5, 2013, 5:34:00 PM
I have been trying to enable LDAP support on a Windows Azure server without much luck. I started by creating a bin directory at the root and uploading php_ldap.dll to it. Next I added the followi...
- Wordpress - writing data to MSSQL
Tuesday, June 4, 2013, 11:53:00 AM
I have a wordpress install hosted on microsoft azure server in a mySQL database. I have a need to save customer details from the wooComerece shopping cart to a MSSQL server also running in Azure....
- Windows Azure SDK for PHP requires allow_url_fopen
Wednesday, May 29, 2013, 7:43:00 AM
The MSDN forums have not been very helpful so I am reposting my question here.. I am trying to use the new Windows Azure SDK for PHP to download a blob using $blobRestProxy = ServicesBuilder::g...
- Silex finish middleware on Azure web sites, how to make it work properly
Wednesday, May 22, 2013, 11:49:00 AM
I have a REST application built with Silex and deployed on Microsoft Azure (as azure web site). The application accepts commands that describes a task that the application should execute. Tasks can...
- Installing FPDF on Windows Azure
Sunday, May 12, 2013, 7:38:00 PM
I've been trying to install FPDF (fpdf.org) on Windows Azure. I have already succeeded with a local server (XAMPP) and everything works. Now, when I try to install on Windows Azure using WebMatrix...
- How to configure TFS build-definition for continous-intergration for a PHP-Project on Windows Azure Webrole?
Wednesday, May 8, 2013, 11:56:00 AM
I am running a PHP Project (Drupal-Multisite-Enviroment) on Azure web-role with WindowsAzurePHP SDK. Everything works pretty fine. Now I want to implement continuous-integration with TFS and i am w...
- Getting broken images from blob storage in Azure websites
Thursday, May 2, 2013, 4:40:00 PM
My php code seems correct, (the part that talks to blob storage). //talk to blob storage, get links, based on file name $storageClient = $this->azure->get_blob_stor...
