
[How to] Install PhpBB
My version of PhpBB is 3.0.12. Download the zip file from here. Decompress the phpBB3 archive to a local directory on your system. Upload all the files contained in this archive (retaining the directory...
Tech tips and explorations
My version of PhpBB is 3.0.12. Download the zip file from here. Decompress the phpBB3 archive to a local directory on your system. Upload all the files contained in this archive (retaining the directory...
Sign in to Gmail. Click the gear in the top right. Select Settings. Click Forwarding and POP/IMAP. Select Enable IMAP. Click Save Changes. If you enjoyed this post, make sure you subscribe to my...
Did you get " unable to send e-mail. contact the site administrator if the problem persists " error after installing Drupal or whenever a user registers for an account ? Then this the best place...
I've encountered the following error while trying to install Drupal 7.23 on a shared linux web server." Fatal error: Call to undefined function field_attach_load() in / .. /includes/entity.inc on line 316 " When you...
What to do if some error occurs in installation of drupal ? Should we delete the whole folder and upload fresh one again ?The answer is certainly NO. We just update settings.php file in /sites/default/...
I know that many are fans of default file browser in Mac OS. The same is not available for Linux distros. But we have an experimental one. Here is how you install it. sudo...
Before starting Drupal installation, if we type http://localhost/sitename in the adress bar and hit enter, sometimes we may get Forbidden error. This happens mostly on Linux boxes. Cause : Permissions Solution : sudo chmod...
In Ubuntu, after installing apache2 Open terminal and type a2enmod rewrite hit enter Type /etc/init.d/apache2 restart and hit enter. Type chmod -R 777 /var/www and hit enter If you enjoyed this post, make sure you...
While installing drupal theme, I encountered an error saying " We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone " . It also suggested me to change the demo_profile.profile file...
While installing sample data of a specific theme, you may want to select the snapshot and click on Restore button. Sometimes, it may not display any options in the field of snapshot even though...