To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+u...@cloudfoundry.org.
I created a MySQL service instance in IBM Bluemix, then I installed the PHPMYADMIN sample into IBM Bluemix, specifying the domain and mysql service name (mysql-sww), and all the messages look good, but when I bring up the phpmyadmin UI, it displays this message 'Invalid hostname for server 1. Please review your configuration.'. Is there a way to reconfigure things to fix this problem?
Scott
--
You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/da61e673-8d3c-47e4-8096-2405b7c52f12%40cloudfoundry.org.
To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+u...@cloudfoundry.org.
Scott,
Meant to reply to this yesterday, sorry. I believe that "Invalid hostname for server 1", means that the PHPMyAdmin configuration for the database is wrong.
If you look at this part of the config file...
https://github.com/dmikusa-pivotal/cf-ex-phpmyadmin/blob/master/htdocs/config.inc.php#L27
You'll see where the example loads the VCAP_SERVICES environment variable, parses the JSON and picks the bound MySQL service. It then sets the hostname for the server on this line.
https://github.com/dmikusa-pivotal/cf-ex-phpmyadmin/blob/master/htdocs/config.inc.php#L37
I haven't used Bluemix so I can't say for sure, but it seems like this might need to be adjusted in your environment.
Dan
> You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
On May 19, 2014, at 2:40 PM, walt...@gmail.com wrote:
>
> I created a MySQL service instance in IBM Bluemix, then I installed the PHPMYADMIN sample into IBM Bluemix, specifying the domain and mysql service name (mysql-sww), and all the messages look good, but when I bring up the phpmyadmin UI, it displays this message 'Invalid hostname for server 1. Please review your configuration.'. Is there a way to reconfigure things to fix this problem?
>
> Scott
>
> --
> To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/da61e673-8d3c-47e4-8096-2405b7c52f12%40cloudfoundry.org.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+u...@cloudfoundry.org.
--To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/42D85CD9-30A3-46E8-97E6-EC08B0BB0FD3%40gopivotal.com.
You received this message because you are subscribed to a topic in the Google Groups "Cloud Foundry Developers" group.
On May 15, 2014, at 8:28 AM, rob9ni...@googlemail.com wrote:
> I tried this but I ran into a problem. I'm wondering if you will be able to suggest an approach.
> The PHP extension that I am trying to use happens to depend on some shared libraries. I tried including (moving in the way you suggested) these dependent libraries in the extension directory alongside the extension but they were not loaded. It seems that the LD_LIBRARY_PATH is not set to allow extensions to be able to load dependent libraries from the extensions directory. Is there anywhere in the pushed PHP application I could put the dependent libraries?
Yes. LD_LIBRARY_PATH includes the “$HOME/php/lib” directory. This is where the build pack puts third party libraries required by PHP extensions that are not included by the base OS. Examples of this are the mcrypt and amqp extensions, but there are others too.
Dan
--
You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/cdb53865-5f54-4cdd-92c2-baab7e2f856f%40cloudfoundry.org.
How hard would it be to add in mbstring support? I'm trying to get pimcore up and running without rolling my own buildpack..
How hard would it be to add in mbstring support? I'm trying to get pimcore up and running without rolling my own buildpack..
Jason McMunn
--
You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/dc74a792-0168-4217-a600-3584c4a1059f%40cloudfoundry.org.
You received this message because you are subscribed to a topic in the Google Groups "Cloud Foundry Developers" group.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/CAAqVxAw8O6Y9XN482nPyWgWRyfMTU1X6XxQ98GEr-mViTSb6wg%40mail.gmail.com.
You received this message because you are subscribed to a topic in the Google Groups "Cloud Foundry Developers" group.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/CAAqVxAw8O6Y9XN482nPyWgWRyfMTU1X6XxQ98GEr-mViTSb6wg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/503CEDCE-D43E-44B3-A76D-CCB91E6F14B6%40mcmunn.com.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/CAAqVxAxz9LP7EXTgaZ%2B3qTTyJD5c%2BQcrEgZJoP%3DimKty-PH0mQ%40mail.gmail.com.