Author Topic: Upgrading from beta2 to rc1 errors (strip_quotes)  (Read 6196 times)

Offline jmurray

  • Newbie
  • *
  • Posts: 1
Upgrading from beta2 to rc1 errors (strip_quotes)
« 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?

Offline nelgin

  • Jr. Member
  • **
  • Posts: 12
Re: Upgrading from beta2 to rc1 errors (strip_quotes)
« Reply #1 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.