Results 1 to 6 of 6

Thread: Module crash

  1. #1
    carrabaz is offline Member
    Join Date
    Aug 2010
    Posts
    15

    Default Module crash

    Hello all!

    After modifing label for field in project module in studio, my sugar crash

    I can see error, if i entering project list page.
    Reason for crach next:
    1) in the file cache/modules/Project/SearchForm_advanced.tpl lost field name::
    <input type="hidden" id="{$fields..name}" value="{$fields..value}">
    correct string must be next:
    <input type="hidden" id="{$fields.id.name}" value="{$fields.id.value}"

    2) SQL query lost field name too:
    part of SQL:
    LEFT JOIN cstru_empls jt4 ON project_cstm. = jt4.id AND jt4.deleted=0
    after project_cstm. sugar lost field id_c.

    Repair can't resolve problem.

    What decision???????
    HELP ME!!!
    SAVE ME!!!

    It was working base with real users and data
    Last edited by carrabaz; 2011-04-24 at 12:16 PM.

  2. #2
    carrabaz is offline Member
    Join Date
    Aug 2010
    Posts
    15

    Default Re: Module crash

    Why Sugar staff ignor my problem???????

  3. #3
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Module crash

    As far as I understand your description the file cache/modules/Project/SearchForm_advanced.tpl seems to be corrupt.
    Here is an article that describes entries in SugarCRM cache:
    http://www.jejik.com/articles/2008/0...y_demystified/
    They write about the cache/modules directory:
    cache/modules/

    This is the directory where SugarCRM stores caches for all of the modules, templates, views, vardefs and more. You can safely remove most of these files, except some directories in the cache/modules/emails directory as listed below. They will be regenerated automatically when they are missing.
    So I would suggest to move away that file from the cache (not really delete it so it could be restored if that does not help) and to test if this helps.
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

  4. #4
    carrabaz is offline Member
    Join Date
    Aug 2010
    Posts
    15

    Default Re: Module crash

    sts, thanx

    i know what is sugar cache and what is php files from that directory.

    my problem next - sugar can't generate good php files.
    files that was generated by sugar - corrupted!

  5. #5
    item is offline Sugar Community Member
    Join Date
    Oct 2010
    Location
    BELGIUM
    Posts
    193

    Default Re: Module crash

    Quote Originally Posted by carrabaz View Post
    my problem next - sugar can't generate good php files.
    files that was generated by sugar - corrupted!
    Hi carrabaz,
    Maybe sugar do not generate good file, but i have one question :

    Have you participate to generate good code ?
    Have you participate to respond to another users/developer with your skill ?

    Files are corrupet ? Ok, Why, Where, have you a solution to give to SugerTeam ?

    We are community, we need skill and share.

    Regards
    CE 6.2.4
    Osx Server 10.5.8
    Apache - MySql - Php built-in
    sorry for my good english

  6. #6
    carrabaz is offline Member
    Join Date
    Aug 2010
    Posts
    15

    Default Re: Module crash

    Hello Item!

    Read my first message. We'll see what is good code and what is bad code.By the way, you read it?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Jump menus in add field crash module builder
    By tjosephads in forum Help
    Replies: 1
    Last Post: 2010-04-22, 05:35 AM
  2. Pro Version Crash
    By guz843 in forum Help
    Replies: 1
    Last Post: 2010-04-19, 12:07 AM
  3. Replies: 9
    Last Post: 2009-11-02, 08:13 PM
  4. Module Builder crash. Help!
    By hoang in forum Developer Help
    Replies: 2
    Last Post: 2008-09-04, 06:50 AM
  5. Crash and more
    By Archylus in forum Help
    Replies: 3
    Last Post: 2006-03-02, 01:04 AM

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
  •