Results 1 to 2 of 2

Thread: Fatal Error in EditView.php in Beta 6

  1. #1
    twn2 is offline Sugar Community Member
    Join Date
    Aug 2007
    Posts
    36

    Default Fatal Error in EditView.php in Beta 6

    I upgraded to beta 6 and now when I click on System Settings I get the following:

    Fatal error: Call to undefined function get_configsettings_js() in /var/www/sugar/modules/Configurator/EditView.php on line 78

    Line 78 shows the following:

    $sugar_smarty->assign("JAVASCRIPT",get_set_focus_js(). get_configsettings_js());

    Any thoughts?

  2. #2
    twn2 is offline Sugar Community Member
    Join Date
    Aug 2007
    Posts
    36

    Default Re: Fatal Error in EditView.php in Beta 6

    I think I fixed this problem. Saw an older post regarding this issue on another version. I did the following to the EditView.php:


    require_once('modules/Administration/Forms.php'); <----Replaced this
    require_once('modules/Configurator/Forms.php'); <----- with this.

    Appears to work, but now I have another problem in EditView.php:

    Fatal error: Call to a member function display() on a non-object in /var/www/sugar/modules/Configurator/EditView.php on line 108

    Here's line 108:

    $sugar_smarty->display('modules/Configurator/EditView.tpl');

    Can't find anything on this one that helps. Thoughts?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. upgrade error Fatal error: Call to undefined function posix_getpwuid()
    By dsuvankar in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2010-05-26, 03:02 PM
  2. Replies: 3
    Last Post: 2009-09-29, 04:26 PM
  3. Replies: 2
    Last Post: 2009-02-02, 06:19 PM
  4. Install Error: Fatal error: Maximum execution time of 30 seconds
    By JoeTo0045 in forum Installation and Upgrade Help
    Replies: 4
    Last Post: 2007-09-10, 08:43 PM
  5. Replies: 2
    Last Post: 2007-03-21, 12:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •