Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 3 years ago.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Improve this question
I want to learn PHP language and I think Symfony framework is a good start in this direction. First of all I installed XAMPP, composer and at the end Symfony. When I tried to create a new Symfony project I have an error which I really don't understand. I want to specify that I switched the macOS because there I faced a problem as well and gave up. Here's a screenshot:
/c/Program Files/Symfony/symfony: line 1: syntax error near unexpected token `<'
/c/Program Files/Symfony/symfony: line 1: `<html><body>You are being <a href="https://github-production-release-asset-2e65be.s3.amazonaws.com/160942974/1d15b800-fbf6-11e9-9759-6bb82e459816?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F2019111'
Look like broken files. Try download symfony again.
Related
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 6 years ago.
Improve this question
I have php version 5.6, I am trying to get the built in web server running, BUT I have noticed that there is no option for me to even run it. I apologize, I am a intermediate php guy. I was previously using XAMPP to serve it, but I am trying to incorporate my php development into my gulp workflow with browsersync and gulp-connect-php. Any suggestions are much appreciated and thank you. I have attached my CMD screenshot.
I am stupid. I was looking for the version in the XAMPP admin, which was version 5.6, BUT I only have 5.3 on my machine with the php output -v
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 7 years ago.
Improve this question
I'm using apache24 with PHP 7.0.3. When requesting http://localhost/phpmyadmin/ I get this error:
The mysqli extension is missing. Please check your PHP configuration. See our documentation for more information.
My PHP config has nothing about slqi to uncomment.
I've looked at the thousand other solutions, and most are for linux and I don't know how to do it for windows.
Please make sure the extension=mysqli.dll isn't commented out into php.ini.
Also make sure that you have the mysqli.dll files exist inside the extensions folder of your php installation.
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 7 years ago.
Improve this question
i have just created a user for Algolia. But when i try to connect trough the API, i receive an error message with "Cannot resolve host" and it try's all the different Algolia hosts. i have used the guide on their site and tried to connect both trough vanilla PHP and trough Laravel.
I saw another guy with this problem(Algolia Rails), he said to wait a couple of hours, and i have waited 5+ hours at this time.. still no solution like he got.
What could it be, and should i just keep waiting? Or is there a problem on Algolia's end?
There is normally no delay to begin using your new account.
However Algolia has had an issue concerning the DNS records creation for new accounts... hence the unusual long delay!
The issue is now resolved :)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 7 years ago.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Improve this question
I'm using wamp version 2.2 For every PHP Page in my project it loads fine. However, when I attempt to go to one specific page, I get the following Windows Error:
Apache HTTP Server has encountered a problem and needs to close.
I have no idea how to debug this or provide the Stackoverflow community with valid data to use for assistance.
If anyone can assist/direct me in solving this, i would be appreciative. I can provide any information needed.
I do know that this specific page reflects a database table i recently updated. The table looks fine to me.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Improve this question
I've just deployed my Symfony2 project and I ame getting the following warning:
Warning: require_once(/home/u956719034/public_html/web/../app/bootstrap.php.cache) [function.require-once]: failed to open stream: No such file or directory in /home/u956719034/public_html/web/app.php on line 6
Fatal error: require_once() [function.require]: Failed opening required '/home/u956719034/public_html/web/../app/bootstrap.php.cache' (include_path='.:/opt/php-5.3/pear') in /home/u956719034/public_html/web/app.php on line 6
I don't know why it's happening even if I've tried 5.3 ,5.4 and 5.5 php versions?
Update your project via composer like
composer update
Thanks for your answers, it's solved now...
I cleared the cache and everything is Ok, but now i got an SQL exception...
Here's a hint: in local, in my database i have"article" table and everything is going well, but Now on online server is telling me "that he can't find Article table", I guess the system is getting case sensitive?