by Sariyah » Mon Feb 19, 2007 2:47 pm
Hi,
I am getting kinda same errors when trying to access admin module - other than that it seems Ok, although I did not test really, this is a nasty thing I want to get rid of first.
Oh by the way, I was wondering, using this module, is it possible to somehow update phpbb - they do release updates pretty often?
Anyway, one thing I noticed when printing the sql query in extension.inc was that I was getting the following:
SELECT * FROM menu WHERE link = 'index.php?option=com_forum'
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /wwwdir/joomla/html/components/com_forum/extension.inc on line 35
SELECT * FROM jos_menu WHERE link = 'index.php?option=com_forum'
Warning: Cannot modify header information - headers already sent by (output started at /wwwdir/joomla/html/components/com_forum/extension.inc:1) in /wwwdir/joomla/html/components/com_forum/admin/index.php on line 650
Warning: Cannot modify header information - headers already sent by (output started at /wwwdir/joomla/html/components/com_forum/extension.inc:1) in /wwwdir/joomla/html/components/com_forum/admin/index.php on line 651
When I log onto the site its same, that query is executed twice but correctly (it seems). Here although, as you can see, in the first query $mosConfig_dbprefix is missing. Of course thgere is no table named 'menu' since it's supposed to have the jos_ prefix...
Not exactly sure what this means for now, or where would be a problem. I was thinking to hardcode that variable in extension.inc for testing purposes, I am crap at php (first time im seeing it) so obviously for me it is a great effort to try and understand this.