Menu bars

Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Friday, 16 October 2015

Drupal 7 issues that i have faced and how did i solved it !!

Sept 28 2015

  • Wanted to automatically upload the image when it chose from computer
Solved it by using the module AutoUpload - Here is the link  

  • Want to use custom view for node/add/form for authenticated users.
After a bit of research landed on this link and worked like a charm

Sept 29 2015


  • Remove the messages after few seconds in my site
A simple javascript trick will do it for you - here

  • Use different page layouts for different urls 
After a few searches and a hour of trying out various option landed in here

Oct 12 2015

Stumbled upon the problem with migration of my site. I have taken the sql dumb and tried to load it into the new server. but i had some problem with cache, it was taking the older site path and i posted a question in the stackoverflow for drupal and got the answer that i have to change the values in registry and registry_table tables. You can find the question here .


Oct 16 2015


Faced a very annoying problem with ajax comments. It was showing "A parsing or network error has occurred." when i was trying to click on any of the poll actions. Checked this answer in drupal.org and started checking the developer console in the chrome and came to know about the php error "E_CORE_WARNING Error in file  Unknown  at line 0: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20121212/msql.so' - /usr/lib/php5/20121212/msql.so: cannot open shared object file: No such file or directory drupal"

Checked this answer in stack overflow after that and commented the extesnion in the php.ini file in the apache2.


Oct 19 2015

I was in the last phase of migrating my application and i have came across that the update script is not running properly and it is stopping in between the "pending updates" and the updates were not running. After a day i have came across the this answer from the stack exchange. I thought of trying this out by changing the corresponding updates in the database manually. after that everything worked perfectly. Great start for the day.




No comments:

Post a Comment