Hello,
I am planning to host my drupal 7.0 site at medialayer.com. I also intend to use the boost module which supports only apache completely and other servers partially. MediaLayer uses LightSpeed as its server. Has anyone successfuly installed this module at medialayer?
A person we work for has developed a Drupal site on a Linux box using Apache and MySQL. Apache is configured so that DocumentRoot is above the Drupal installation, so, the url for the site is of the type "http://foo.bar.baz/drupal". He also put all site settings and files in sites/default.
I added a menu entry in hook_menu with a callback function. When I visit the menu path, the callback function is called.
In the function I have selected an array of nodes (node objects) that I would like to display on a page. I am returning the array from the function and I am getting the following error.
"Fatal error: Cannot use object of type stdClass as array in D:\WEB\mysite.nl\public_html\includes\common.inc on line 4468"