I have this warning code warning: Parameter 1 to tac_lite_node_grants() expected to be a reference, value given in /home/u949789468/public_html/drpl/includes/module.inc on line 483.
I am not too expert on drupal. I am trying to change default element Style in lightbox2 pop up form speciall height and width but dont knw how can i do this. I tried many things but unsuccessful.
Is there any one who can give me right solution for this ?
The website I'm working on has two sub domains a.example.com and b.example.com, they are hosting different content and have their own databases, but share the same set of users. Now I need to create a user profile page including the user's activities on both sub domains. For example, a block with a list of blog he posted on domain a.example.com, and a block with the events the same user posted on domain b.example.com.
I have a node visible for all users, include anonymous users, with a pdf file attached. The content is show but in the attach is show the follow message: "Login or register to view attached files"
Only register users can see the attached.
How can I make attached files visible to anonymous users so that they can download it?
I have a legacy D6 installation that I'm going to upgrade to D7, but I need to keep the D6 version running for a while as I also upgrade the server to PHP 5.4/MySQL 5.5. I've set up a testbed and moved a copy of the D6 site onto it to see if anything breaks. So far everything seems to work just fine with one exception: a custom search module that's the primary purpose of the site. The form elements all appear and function correctly, but for some reason the html text and css formatting around them don't print to the page. For example:
Hi...
I trying to clone a working site into another location for testing etc..
I get the front page ok, but ALL other pages are "NOT Found"
The requested URL /user was not found on this server.
What I think I did.. server> cd $oldsite-root ( the document root of the working site) server> mkdir ../newsite server> tar -cf - . | ( cd ../newsite; tar -xvpf -) ( copy the files)