Roundcube Community Forum

Release Support => Older Versions => Release Candidate 1 => Topic started by: jmurray on October 11, 2007, 02:37:34 PM

Title: Upgrading from beta2 to rc1 errors (strip_quotes)
Post by: jmurray on October 11, 2007, 02:37:34 PM
I've done a little poking around can't find an solution to my problem. I was hoping someone on the list might be able to help.

I've just done the upgrade from beta2 to rc1. But when I attempt to access the RC site I get this error in my RC log:

 PHP Fatal error: Call to undefined function: strip_quotes() in /var/www/htdocs/roundcube/index.php on line 93

Does anyone have any suggestions for me?
Title: Re: Upgrading from beta2 to rc1 errors (strip_quotes)
Post by: nelgin on October 17, 2007, 04:26:00 PM
strip_quotes is a function that is defined in program/include/main.inc
Check permissions to make sure the web server has access to that file.