Results 1 to 5 of 5

Thread: Parse Error in Module Loader

  1. #1
    nirensewsanker is offline Senior Member
    Join Date
    May 2009
    Posts
    43

    Question Parse Error in Module Loader

    Hi guys

    I am receiving the following error when I try to access the module loader :

    Parse error: syntax error, unexpected $end in /var/www/vhosts/httpsdocs/ModuleInstall/ModuleInstaller.php on line 397

    Below is line 397 on the moduleinstaller.php:

    $path ='custom/Extension/modules' . $menu['to_module']. '/Ext/Menus';

    Any idea on how to resolve this issue?

    Sugar 5.2.0e

    Thank you

  2. #2
    crmbalah is offline A Prolific Poster
    Join Date
    Mar 2009
    Location
    chennai
    Posts
    418

    Default Re: Parse Error in Module Loader

    Hi
    try to replace the code like this

    $path ="custom/Extension/modules" . $menu['to_module']. "'/Ext/Menus";
    or
    $path ='custom/Extension/modules' . $menu[to_module]. '/Ext/Menus';

  3. #3
    nirensewsanker is offline Senior Member
    Join Date
    May 2009
    Posts
    43

    Question Re: Parse Error in Module Loader

    Hi

    Thank you for your reply. I have tried the new code but I am still receiving the same error without access to the module loader. Any other suggestions???

    Thank you

  4. #4
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Parse Error in Module Loader

    Quote Originally Posted by nirensewsanker View Post
    Hi guys

    I am receiving the following error when I try to access the module loader :

    Parse error: syntax error, unexpected $end in /var/www/vhosts/httpsdocs/ModuleInstall/ModuleInstaller.php on line 397

    Below is line 397 on the moduleinstaller.php:

    $path ='custom/Extension/modules' . $menu['to_module']. '/Ext/Menus';

    Any idea on how to resolve this issue?

    Sugar 5.2.0e

    Thank you
    Did you install any package previously?
    What is your php version?

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  5. #5
    nirensewsanker is offline Senior Member
    Join Date
    May 2009
    Posts
    43

    Default Re: Parse Error in Module Loader

    I have not installed any packages recently and my php version is 5.2.5

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Error In Module Loader
    By jnovak in forum Help
    Replies: 0
    Last Post: 2007-03-04, 09:18 AM
  2. Replies: 4
    Last Post: 2006-11-02, 04:20 PM
  3. Replies: 1
    Last Post: 2006-09-28, 09:24 AM
  4. Replies: 1
    Last Post: 2006-09-07, 12:38 PM
  5. Replies: 3
    Last Post: 2006-02-12, 01:03 PM

Tags for this Thread

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
  •