Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 1 year ago.
Improve this question
I tried to unzip it inside the app folder but it just duplicates itself
xampp-osx-8.0.2-0-vm 2.bz2.cpgz
xampp-osx-8.0.2-0-vm.bz2.cpgz
xampp-osx-8.0.2-0-vm 2 2.bz2
xampp-osx-8.0.2-0-vm 2 3.bz2
xampp-osx-8.0.2-0-vm 2.bz2
xampp-osx-8.0.2-0-vm.bz2
and goes on...
How can I install XAMPP now?
Ohh Yeah!! That's solved now.
This is the common error in macOS higher versions especially in macOS bigsur
For this, Download the .dmg file instead of downloading the archive file from the apachefriendly site use:
[1]: https://xampp-for-mac-os-x.en.uptodown.com/mac/download to download the .dmg file of XAMPP.
For me, it works fine all servers are running well.
Also, don't forget to upvote if your error is resolved. 😇
ThankYou Community
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
The community reviewed whether to reopen this question 7 months ago and left it closed:
Original close reason(s) were not resolved
Improve this question
I installed laragon.exe.After start all services, the apache and mysql run without any problem.But when I write localhost/phpmyadmin it gives me below messages:
Forbidden
You don't have permission to access /phpmyadmin on this server.
please help on this.Thanks in advance
The latest Laragon have not included phpMyAdmin by default. So that you will not able to access localhost/phpmyadmin.
Now if you want to use phpMyAdmin in Laragon please follow below steps:
Download latest phpMyAdmin zip from here
Extract to path/to/laragon/etc/apps
The folder name must be phpMyAdmin
Restart Laragon and enjoy
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I have WampServer 1.6.1.33 and I want to add a php 5.3 version on it.
How I can do it. And where can I find the files?
I got 5.5 and 5.6 and 7 files but did not find 5.3.
Download the php version binaries you want from php.net, then extract the files in C:/wamp/bin/php/php5.3/, add the wampserver.conf file to this folder (you can copy it from the others php versions folders), then rename php.ini-development file to phpForApache.ini and restart the server
A similar question was answered here.
They are on the windows.php.net site under the archives. Also a GUIDE ON INSTALLING IT is here.
You are using an old version of wampserver.
Use this link:
https://kostasbariotis.com/multiple-php-versions-on-wampserver/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I own a site installed on my linux server but when I put PHP tags at the beginning of page, the source code appears..
How to avoid all the source code displayed ?
thank you in advance
This means that you are being served the file by Apache without it first being seen (processed) by PHP. Here are some troubleshooting tips as to why it isn't being processed by PHP:
Make sure that your file with the PHP tags ends in .php.
Make sure PHP is installed on your server. To install PHP on a debian server run sudo apt-get install php5
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I've tried installing Joomla 3.4 on to my server(upload .zip and extract everything), but everytime I want to run it, it directs me to "installation/index.php" then the entire page is blank. On the console menu inspect element the error I got is :
"Failed to load resource: the server responded with a status of 500 (Internal Server Error)".
I really have no idea what's wrong, also tried changing the file/directory permission, didnt work.
Here is the direct link to my site www.bobaking.co.uk
Here are my server specs:
Apache Version 2.2.29
PHP Version 5.4.33
MySQL Version 5.5.42-cll
Architecture x86_64
Operating System linux
Any help would be greatly appreciated, thanks a lot!
Faced same problem yesterday and solved once enabled PDO module via Easyapache update.
Maybe try changing .htaccess file configuration.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I just installed PHP and Apache2 on my laptop (ubuntu 12.04), but I can't get my PHP files to load. I have followed this tutorial: http://www.howtogeek.com/howto/ubuntu/installing-php5-and-apache-on-ubuntu/ , and the index.html file works, but when I try any php, I get a server error.
I looked online for a few hours, and I added "AddType application/x-httpd-php .php" to my httpd.conf (but I don't think I'm supposed to be editing that file for the ubuntu version??) in /etc/apache2/, which somehow let ONE php file load (which just contains phpinfo()). I then tried making a new php file with the same code, but that one won't load (server error). I have no idea why it only loads that specific file. I have tried restarting apache and opening the other one first, but for some reason, it only loads the first file. I also tried to move the file to another directory in /var/www/, but not dice. I hope this makes sense, because I'm a beginner here.
any help would be appreciated!!
I think you didn't install the last version of php, try to install php5
apt-get install php5