Ok! So I got an apache error log that is repeating this:
- Code: Select all
[Fri Jan 20 21:27:02 2012] [error] [client 172.16.16.200] PHP Notice: Undefined variable: text in /sites/spunkee.org/alpha_html/templates/gk_music/error.php on line 28
It was saying "undefined offset" on line 28 but I added a webmaster address to the backend of the template and that cleared up that part of the error. But I do not understand where $text is supposed to come from in the error.php file.
Line 28 is:
- Code: Select all
$webmaster_contact_email = substr_replace($text, $replacement, $regs[0][1], strlen($regs[0][0]));
Again, Joomla is not producing a log. I don't know if that is because it breaks on this error before it makes the log or what.
I am using the latest version of gk_music and the Jomsocial gk_style that came with it with JS 2.4.2. There are other bugs in 2.4.2 JS so hopefully this isn't somehow going to lead back to that.