安装后打开空白解决SugarCRM
After the installation open a blank solve SugarCRM
我已经研究这个问题一个星期了,终于找到了解决方案,所以我想分享它,因为我在 google.
上找不到它
我收到以下错误:
PHP Fatal error: Tracker :: get_recently_viewed () [ tracker.get-recently-viewed ]: The script trie d to execute a method or access a property of an
incomplete object Please ensur e that the class definition & quot;.
BreadCrumbStack & quot; of the object you are tr ying to operate on
was loaded before unserialize () gets called or provide a __
autoload () function to load the class definition in / usr / www /
virtual / wiredops / w
ww.dance-studio-websites.com/crm/include/utils/mvc_utils.php(49): eval
() 'd code on line 1
问题最终变成了两件事:
apache / php 中设置的会话目录不正确,必须在 php.ini 中使用变量 session.save_path[=10= 进行更改]
php.ini中的session.auto_start需要设置为OFF
修改php.ini中的值
session.auto_start = 0
然后重启apache后就OK啦!
我已经研究这个问题一个星期了,终于找到了解决方案,所以我想分享它,因为我在 google.
上找不到它我收到以下错误:
PHP Fatal error: Tracker :: get_recently_viewed () [ tracker.get-recently-viewed ]: The script trie d to execute a method or access a property of an incomplete object Please ensur e that the class definition & quot;. BreadCrumbStack & quot; of the object you are tr ying to operate on was loaded before unserialize () gets called or provide a __ autoload () function to load the class definition in / usr / www / virtual / wiredops / w ww.dance-studio-websites.com/crm/include/utils/mvc_utils.php(49): eval () 'd code on line 1
问题最终变成了两件事:
apache / php 中设置的会话目录不正确,必须在 php.ini 中使用变量 session.save_path[=10= 进行更改]
php.ini中的session.auto_start需要设置为OFF
修改php.ini中的值
session.auto_start = 0
然后重启apache后就OK啦!