WordPress 3.7.1 Admin Incompatible with XDebug? - wordpress

XDebug appears to block the WordPress admin area from loading.
Has anyone else seen that? Does someone have a fix?
This is:
Mac OS X 10.9
MAMP Pro 2.2
WordPress 3.7.1
PHP 5.5.3
Xdebug 2.2.3
Xdebug is launched with:
zend_extension="/Applications/MAMP/bin/php/php5.5.3/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so
Bob

Related

Wordpress Multisite plugin

For installation Wordpress Multisite is this plugin required in version 5.x or not -- WordPress MU Domain Mapping
Or in Wordpress version 5.x the feature of installing Wordpress Multisite is already built up inside the code?
WordPress Multisite plugin required in version 5.x. but you have to installed the lastest version of WordPress. Then, you can try to test on new version of WordPress.

WordPress Settings / General / Site Language Option Disappear - Mac OS

While I try to change WordPress language on localhost Mac OS machine, I got this Warning message and I couldn't find Site Language option on General Settings page.
Warning: An unexpected error occurred. Something may be wrong with
WordPress.org or this server’s configuration. If you continue to have
problems, please try the support forums. (WordPress could not
establish a secure connection to WordPress.org. Please contact your
server administrator.) in
/opt/lampp/htdocs/wordpress/wp-admin/includes/translation-install.php
on line 65
My WordPress is the latest version 4.9.1
Some people in WordPress support suggest to check the installation of curl in XAMPP web server and I check it and it works well. link
I also checked the privilege of ../wordpress/wp-content/languages/ directory and chmod to 777
Any help, please?
I switched from XAMPP to MAMP and this problem is solved.

Wordpress issue with php 7

I'm trying to install WordPress on host with PHP version 7 but WordPress style and scripts seems not work properly and WP themes ruined ( even in WP installation steps ) .
It works fine on PHP 5.6
here's my server information :
PHP : 7.1.0
Apache : 2.2.29
MySQL Version : 5.5.52-cll
WordPress 4.6 isn't compatible with PHP 7.1 but WordPress 4.7 will be.
https://core.trac.wordpress.org/ticket/37772

Error installing Wordpress to Plesk

I'm having problems trying to install Wordpress to Plesk on my VPS. Everytime i go install wordpress it gets 100% then shows this message?
ERROR: Call to undefined method PHosting_Apache::getPHPCliPath() (Adapter.php:134)
I have re-imaged the server a few times now and still get the same problem.
Server Software : CentOS 6 with Parallels Plesk Panel 12 (64-bit)
Any suggestions?
Installation of microupdates was not completed successfully. Re-install micro updates by executing the below command:
/usr/local/psa/admin/bin/autoinstaller --install-component base --select-product-id plesk --select-release-current --reinstall-patch
Here is what I did that helped:
Install PHP 5.6 (or latest)
[Find Plesk Add/Remove Components][1]
Locate PHP installation (mine was here)
[Drill down into PHP option][3]
Install latest PHP
I went back and installed wordpress and it went through. Hope this helps

Problem with WAMP server and Drupal on eeePC

I just installed WAMP on my new eeePC and I am trying to install Drupal, I unzipped the drupal file in the www directory and went to localhost/drupal-x.xx
I get the following error for a couple hundred lines :
Deprecated: Function ereg() is deprecated in C:\wamp\www\drupal-6.15\includes\file.inc on line 902
then the regular drupal install interface appears at the bottom of the page, I tryed to go through with the installation but the problem remains, I looked through google and the drupal web site and I can find no answer (I found similar problem (in french), but no answer).
I have installed wamp and drupal on other computers (win XP and Mac OS) and it seems to work all right so it makes me think it might be related to the eeePC or windows 7 (running on windows 7 starter edition). Any idea ?
Thx
Ok it just seems that Drupal does not support PHP 5.3, which was installed in the latest version of WAMP, which I did not have on my other computers. I have to go back to 5.2, which you can do by installing a php 5.2.x addon from the wampserver website
If phpmyadmin doesn't work after installing your add, you will have to modify the php.ini file with the right path
; Directory in which the loadable extensions (modules) reside.
extension_dir = "c:/wamp/bin/php/php5.x.x/ext/"
replace php5.x.x by the version of php you downloaded and installed
My bad :)
Please try with PHP 5.6 or PHP7 installtion,otherwise it will put depcrated notice on header area.

Resources