By editor, 24 January, 2016 XDebug - Install and configure with NetBeans Tags Server Debug Step 1. Install Xdebug If not already ainstalled, Install Xdebug (I'ts already on the package WAML, LAMP, MAMP) In Linux Debian/Ubuntu/Mint # sudo apt-get install php5-xdebug
By editor, 18 January, 2016 Debug and Display errors. PHP Apache Mysql Xdebug Tags Server Shell Debug Step 1. Check apache error log (use tail to show in real time) # tail -f /var/log/apache2/error.log Step 2 : Check MySQL database connection using mysql -uusername -ppassword
By editor, 12 January, 2016 Install Drupal 8 - Requirements Tags Drupal 8 Server System requirements: Database MySQL 5.5.3/MariaDB 5.5.20/Percona Server 5.5.8 or higher with PDO and an InnoDB-compatible primary storage engine, PostgreSQL 9.1.2 or higher with PDO, SQLite 3.6.8 or higher
By editor, 5 January, 2016 Apache Virtual host configuration Tags Server Linux Windows Host file (Like Local DNS) Unix /Linux : /etc/hosts Windows : C:\WINDOWS\system32\drivers\etc\hosts Example :
By editor, 7 December, 2015 Disable PhpMyadmin on Apache serveur Tags Server Linux Shell To disable phpmyadmin module, run followin command ad root or sudo: sudo a2disconf phpmyadmin sudo service apache2 reload OR a2disconf phpmyadmin service apache2 reload
By editor, 23 November, 2015 Drupal 8 not Display or Rebuild correctly Tags Drupal 8 Error Settings Server This is due to file/folder permission. so drupal cant write twig tempory files.
By editor, 19 November, 2015 Drupal crash - What can I do !!! Tags Drupal 8 Server Error As the solution depend on your error, first of all, you must find why drupal crash. 1. First thing is, You must check the serveur error log. # tail -f /var/log/apache2/error.log
By editor, 18 November, 2015 SSH Renew / Remove remote host identification. Tags Server Shell The solution is: ssh-keygen -R <host> Example: ssh-keygen -R 127.0.0.1 ssh-keygen -R domainname.com
By editor, 16 November, 2015 Install Drupal 8 with Virtualmin - Error 500 Tags Drupal 8 Server Error Reson 1 : FollowSymLinks By default, virtualmin does not support Options +FollowSymLinks (on .htaccess). Solution 1 : Recommended