I have several different user role for my site. but only one of the user role got this "503 service unavailable" whenever go to the link: www.abc.com/users/username .
What should I do now please? I never had this problem before, I just clear the cache, the problem still there.
I went to the error log of my cpanel, it showing
"2014-03-11 16:36:15.487 [INFO] [109.150.156.242:50312-0#APVH_domainname.a3.cc] File not found [/home/freelylw/public_html/domainname.com/503.shtml] "
I am using the Marinelli Theme, and, there is a requirement to first store the username and some other information in the $_SESSION variables (in PHP). Later, in another page I want to retrieve these values and display the user specific information.
How will I do this in Drupal? Which .php files do I need to modify or is there a module to do this?