I have a custom content type called Events and I allow people to post comments to the event nodes. Everything worked fine until I added a new table that allows members to save events. Now new comments will display if the node already had comments but new comments do not display if there were no comments already posted to the node (see example below). Can someone help?
Example
node 1 - had two comment prior to adding the table and new comments displays
node 2 - did not have any comments before adding the table and new comments do not display
Warning: The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay query: SELECT * FROM languages ORDER BY weight ASC, name ASC in /home/masterbe/public_html/includes/database.mysqli.inc on line 134
Warning: Invalid argument supplied for foreach() in /home/masterbe/public_html/includes/bootstrap.inc on line 1285
Warning: Invalid argument supplied for foreach() in /home/masterbe/public_html/includes/language.inc on line 40
Q: can I figure out somewhere what exactly they have tried?
- I think it is a warning message about a user trying to access and use the node/add functionality and failed, because the access was denied to the user.
Q: because the access was denied, should I take action? block the user/IP?
i'm running drupal 6 and i want to add a gallery in a news page, but i can't find the gallery type in the news field, even in the field i can add. I have setup the gallery with node gallery so i tried adding the modules node galery slideshow but i still can't add it to the news. Drupal is pretty new for me so probably it will be just a small thing.
how can i do?
thanks to all in advance