Hi,
Recently i have installed drupal7.8 in my Linux fedora12 system running php5.3, mysql5.2. Drupal7.8 installed successfully and database tables were also created. But when I tried to load the home page, it is showing the logo of the drupal and a
Fatal error: No matching function for overloaded 'render' in /var/www/html/mysitename/php/themes/bartik/templates/page.tpl.php on line 123 Call Stack: 0.0002 325292 1. {main}() /var/www/html/mysitename/php/index.php:0 0.1560 11391288 2. menu_execute_active_handler() /var/www/html/mysitename/php/index.php:21 0.1629 11431776 3. drupal_deliver_page() /var/www/html/mysitename/php/includes/menu.inc:518 0.1631 11432212 4. drupal_deliver_html_page() /var/www/html/mysitename/php/includes/common.inc:2437 0.1633 11432588 5. drupal_render_page() /var/www/html/mysitename/php/includes/common.inc:2542 0.1827 11631964 6. drupal_render() /var/www/html/mysitename/php/includes/common.inc:5510 0.1827 11632872 7. theme() /var/www/html/mysitename/php/includes/common.inc:5634 0.1888 11668480 8. theme_render_template() /var/www/html/mysitename/php/includes/theme.inc:937 0.1895 11771648 9. include('/var/www/html/mysitename/php/themes/bartik/templates/page.tpl.php') /var/www/html/mysitename/php/includes/theme.inc:1247 0.1896 11771676 10. render() /var/www/html/mysitename/php/themes/bartik/templates/page.tpl.php:123
I tried a lot to solve it. I found that in the folder "themes/bartik/templates/page.tpl.php", on line 123 the "render" function is called. From where the error raised.
I have no idea how to solve it? What I am supposed to do?
Please help me.
Thanks in advance,
List