Hello all,
I've installed Drupal on the site www.inspirationthreadz.com four days ago and have logged in as admin. When I click on the 'Help' link in the Admin menu expecting to get the help page, I receive the following message: 'Fatal error: Unsupported operand types in /var/www/vhosts/inspirationthreadz.com/httpdocs/includes/common.inc on line 1369'
That message doesn't appear when any other link is pressed (so far). I'm running Drupal 6.8. The system stats are: Apache/2.2.3 (Debian) mod_jk/1.2.18 mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch13 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8 MySQL 5.0.32.
I'm new to Drupal, being a Joomla! user, so I'm not sure where to look or how to resolve the issue. Checking the forums gives me many fatal error issues but none, so far as I've been able to find, that speak to the help link.
Any help you can provide is appreciated.
M
Comments
Comment #1
asimmonds commentedTry disabling your installed contrib modules one at a time, and retrying the help link after each time to narrow down what module is faulty. It's possible one of the contrib modules is calling the url() function incorrectly.
Comment #2
heavyrevvy commentedYep, that did it, thank you! :) I disabled the very first contrib module I installed, Text Link Ads Integration, and *viola!* got my help screen back! :) Interesting... I've emailed Text-Link-Ads.com to let them know of the problem.
Thanks again!
M
Comment #3
asimmonds commentedThe is possibly duplicate with #268751: admin/by-module does not display with TLA.
You could try the 6.x-2x-dev release from the Text Links Ads project page: http://drupal.org/project/textlinkads
Comment #4
mr.baileysOP confirmed this issue fixed in #2, marking as such.