I have several story nodes that I would like to make chapters of a book. Is there a way I can do that? I'm guessing I can do it by query, but I don't know enough about the schema to do that. There isn't a way to do it via the web interface, is there?
I have several book pages containing php code, and have discovered that if I use the same name for functions in different nodes, cron will no longer run. I only found this when I noticed that cron (scheduled every 2 hours) had not run successfully for more than a day. When I tried to run it manually, I got the following error:
Fatal error: Cannot redeclare microtime_float() (previously declared in C:\Data\webroot\includes\common.inc(1857) :
eval()'d code:14) in C:\Data\webroot\includes\common.inc(1857) : eval()'d code on line 50
I know I can get around this by naming the function something different in each node or by putting it in an include file, but I was wondering if this behavior is expected and if there is a fix for it. The nodes execute correctly, it's just cron that dies. Cron is important enough to the functioning of the site that it shouldn't be able to be killed by node contents. Any ideas?
I have not found a definative page that answers the questions of a professional Web Architect. Web architecture involves a combination of the current status and future directions. Web architecture covers disign, functionality, and performance. There are several entries on Drupal design and several entries on Drupal performance. There does not seem to be link between the two.
My own views on the need for a web Architect for large high performance sites are at http://petermoulding.com/web_architect. While the majority of Drupal sites might not fit the category of large when compared to the world's largest sites, some are large compared to the resources of the organisation that owns the site.
Tuning your server for optimal Drupal performance, http://drupal.org/node/2601, was written in 2003 and says very little about the subject. There must be a wealth of fresh experience accumulated from the recent Drupal server rebuild. perhaps that page needs enhancement even if the enhancement is only a few links to the pages where people discuss the logic behind the rebuild.
There are several new Drupal sites mentioned on the front page. Can we find out from them a little more detail about there performance.
Does anyone make use of the Drupal throttle mechanism on a large site? Have you made a recent change to the throttle settings that made a significant difference to performance? What was the change? What was the difference?
i m trying to add some javascript code to my additional module in ecommerce module.my problem is that i dont know how to add .js file in the head .My code works when i use drupal_set_html_head() function.but how m i suppose to put the file source in it.I can see the javascript code appended in the head if i pass it to that function.but the path of the file seems not to be correct.
Pleaze help me to specify the correct path of the product_type.js file located in ........
I need to connect locations to reviews and reviews to ratings etc. Any ideas on how to do this and how to present them in an nice categorized way?
I am trying with vocabs and terms, but I am not succeeding.
Example this is how I would like it to appear:
Asia
--Kina
----Beijing
------Hotel
------Restaurants
------etc
Europe
--France
----Paris
-----Hotel
-----Restaurants
-----etc
It needs to be a multiple choice quiz with no right or wrong answers - each answer is weighted and score given at the end - like the tests at www.okcupid.com.
From searches I understand that I may be helped by the forms module, the survey module and a quiz module - I'm not sure if the latter has been developed.