Hi!
When I enable Artio 3.1.0 (I have Joomla 1.5.3) my front page goes dead! All I see is plain text:
string(176) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('front/spread-the-word.html', 'index.php?option=com_content&catid=40&id=98&view=article', '170')" string(129) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('my-profile.html', 'index.php?option=com_comprofiler', '157')" string(153) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('form.html', 'index.php?option=com_content&id=109&view=article', '173')" string(149) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('qsummary.html', 'index.php?option=com_jqsummary&layout=form1&view=forms', '174')" string(172) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('top-panel/form.html', 'index.php?option=com_content&catid=41&id=106&view=article', '165')" string(127) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('user-forum.html', 'index.php?option=com_kunena', '156')" string(154) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('faqs/index.php', 'index.php?option=com_content&id=3&layout=blog&view=section', '171')" string(151) "INSERT INTO `#__redirection` (`oldurl`, `newurl`, `Itemid`) VALUES ('about.html', 'index.php?option=com_content&id=115&view=article', '172')"
Since I have the "jos_" db table prefix I guess the problem is that Artio tries to access the db with the wrong prefix "#__". But where do I change this? (In global configuration I have the correct "jos_" prefix...) What to do??
/Mikael