Joomla on MAMP - blank page - mamp

I'm new at this and I'm having a lot of troubles... I tried to installed Joomla 3.4.6 on MAMP 3.2 but, when I open the locahost to do the installation, appears a "server error 500".
What can I do to fix this? I'd really be thankful!

Related

MAMP 4.2 MySQL Server Not Starting

I recently upgraded from MAMP 4.1.1 to MAMP 4.2 on my Mac running MacOS 10.12.6. After upgrading, MAMP 4.2 will not start the MySQL server. Additionally, there is not an option to Stop servers. I see a green box to the right of Apache Server along with the the ability to select Preferences and Start Servers. Open WebStart page is grayed out.
I followed the instructions on MAMP mysql server won't start. No mysql processes are running to delete the ib_logfile0 and ib_logfile1 files from MAMP/db/mysql56, but that did not work. In addition to the ib_logfiles, I also deleted ibdata1 followed by all of the contents of mysql56, but neither of those worked.
Lastly, I do not see a mysqld running in Activity Monitor.
Any help in restoring my MAMP functionality is greatly appreciated. Thank you in advance for any help.
I had the same problem and tried the same things which didn't solved it.
What solved it for me is I tried starting mySQL in terminal manually in Terminal, here:
/Applications/MAMP/bin/startMysql.sh
I saw this error in Terminal prompt:
mysqld_safe error: log-error set to '/Applications/MAMP/logs/mysql_error_log.err', however file don't exists. Create writable for user 'mysql'.
So I manually create a file '/Applications/MAMP/logs/mysql_error_log.err' and retry startMysql.sh, mySQL then started with no problem.
Back to MAMP app console, I can also start/stop servers and 'Open WebStart Page' with no problem now.

where is my Worklight Console?

I've installed IBM Worklight Studio in Eclipse, and everything was going well until I decided to install XAMPP software to get Apache PHP. Then I loaded Worklight Console, but the page said "Chrome has not been able to establish connection with the page".
I'm freaked out and uninstalled XAMPP although the problem persists.
Is this the actual error message you see in Chrome?
I googled it and there does not seem to be such an error message.
Make sure your Worklight Server is up and running. Also make sure there is nothing left of XAMPP, as it sounds like something is still blocking port 8080, which Worklight requires by default when using the Developer Edition (the Eclipse Studio plug-in).
Also try clearing your browser cache just in case.

Magento 1.7.2 Install Error with curl -- Desperate

I am using WampServer Apache 2.2.22 – Mysql 5.5.24 – PHP 5.4.3 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0.
Error 1: I get the following error. PHP extension "curl must be loaded.
So I go to wamp\bin\php\php5.4.3 and uncomment line extension=php_curl.dll.
Restart wamp server
Error 2: [1]: http://imgur.com/wdmMP2z
PHP Statup Unable to load dynamic library.
c:/wamp/bin/php5.4.3/ext/php_curl.dll The application failed to start because its side by side configuration is incorrect.
I tried to go to this site and get the corrected php
http://www.anindya.com/php-5-4-12-and-5-3-22-x64-64-bit-for-windows/
So i just extracted it and replaced it in c:\wamp\bin\php\php5.4.3
Also tried just having it overwrite the folder. Neither worked.
Thanks for any help.
New to Magento
Sincerely,
Joe
Seems that others have had problems with Magento 1.7.x and newer versions of WAMP. This answer here says they had to go back to WAMP 2.1:
Magento 1.7 with Wamp 2.2
I'm having a curl related problem with Magento 1.6.x and WAMP 2.2 using php 5.4.3 -- I believe I used the older php 5.3.10 when I had it successfully working..
edit: for magento 1.6.2.0 anyway, you need php 5.3.10 which is in WampServer 2.2D (not E)

How to inspect objects in Netbeans debugger and x-debug

I'm using Netbeans and xdebug with php 5.3 to debug my application and I can't inspect objects properties in the variables panel
only CLASSNAME appears
is there a special setting in netbeans or xdebug ?
any one encountered thi situation?
I'm pretty sure I coudld debug my objects before but I upgraded to php 5.3 and so the php.ini changed, but I copied my xdebug settings over from my old php.ini
any help appreciated
thanks
You have an old Xdebug. CLASSNAME has been removed since version Xdebug 2.1.1 (release March 28th, 2011). Please upgrade to the latest version and the problem should be gone.
I have tried PhP versions 5.3.8 and 5.3.10 and Xdebug versions 2.1.1, 2.1.2 and 2.1.4 as well as running under window XAMP and WAMP servers and remote XDEBUG under Linux (Ubuntu) server and still experience the same problem, values for object variables are generally not shown though some very rare times they do show after flashing many times "Evaluating" under value in the Variables window.

Cannot update or install any new software in any version of eclipse

I've read the other posts about being unable to install software in eclipse, but I still can't seem to get anything to work. I've tried on both Eclipse Indigo and Eclipse Juno - neither of which seem to be able to connect to anything, yet I can open the web browser.
On my other computer, which was previously configured, it contacts the software sites perfectly fine. I can also use the internal web browser on both version of eclipse - navigating to www.google.com.
I've tried updating Eclipse using http://download.eclipse.org/releases/indigo/ and I have tried to install ADT with https://dl-ssl.google.com/android/eclipse/.
I'm attaching an image of the error I'm getting. Also it appears I am getting 'permission denied'
Regarding the ADT, i couldnt get it to work with indigo for the life of me. After looking around a lot i realized that there are some comparability restrictions for the ADT plug in. The latest version of the ADT works on Eclipse Helios 3.6 or higher.
http://developer.android.com/sdk/requirements.html
also make sure to do "run as administrator" when you start eclipse if you are going to install software.
I had the same problem, I'm not sure if it would help but here is what I did anyway:
Uninstalled AVG
Ran SFC /scannow
SFC found some corrupted windows files and repaired them
Restart
Not sure if uninstalling AVG did anything, but I saw it as a possible solution somewhere else.
I am now using MSE since it seems to be more compatible with my system...
Maybe you need to connect thru a proxy?
Check you browsers connections settings.
I've had the same issue before and it turned out to be due to a VPN connection I had open. It must have been trying to go via that, although no other applications have had that problem. So perhaps check that you don't have any static routes which are interfering.