mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #13537
[Bug 1226745] Re: rss feed module causes nonrecoverable error
Hi Paul,
Since you're using IIS and we can't replicate the issue, it's possible
this is a problem specific to IIS. So, it would be helpful if we could
get a better error message in order to find out exactly what line of
code the problem is on.
On Linux machines, the PHP errors that come up while loading a Mahara
page will by default get loaded into the Apache error logs, which in a
standard configuration are at /var/log/apache2/error.log
As Kristina mentioned, the PHP error log is likely to be someplace else
in IIS. If you can't find the output for that, though, you can just
configure your Mahara instance to show errors directly in the web
browser. Just go into your Mahara site's config.php site and add this
line:
$cfg->productionmode = false;
Then try adding one of the feeds. You should see a big ugly PHP error
stack on the page instead of that generic "nonrecoverable error"
message. If you could copy/paste that whole ugly error stack into this
ticket, that would help a lot in tracking it down.
Note that setting "$cfg->productionmode = false" will also put a big
notice at the top of each page that says "This site is not in production
mode". So you'll probably want to do it during off hours so as not to
disturb your users.
Cheers,
Aaron
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1226745
Title:
rss feed module causes nonrecoverable error
Status in Mahara ePortfolio:
New
Bug description:
Mahara 1.7.1
MSQL 5.5.27
Mozilla Firefox 23.0.1
Microsoft-IIS/7.5
MySQL client version: mysqlnd 5.0.8-dev - 20102224 - $Id: 65fe78e70ce53d27a6cd578597722950e490b0d0 $
PHP extension: mysqli Documentation
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1226745/+subscriptions
References