Results 1 to 6 of 6

Thread: install problems SugarSuite-Full-4.5.0d

  1. #1
    NaX
    NaX is offline Junior Member
    Join Date
    Oct 2006
    Posts
    4

    Default install problems SugarSuite-Full-4.5.0d

    Fedora Core 5
    PHP Version 5.1.4
    Apache version 2.2.2
    mysql version 5.0.22

    I have tried many times now to install Sugar 4.5.0d with demo data. I have configured mbstring to this http://sugarcrm.openapp.org/?p=160

    I know my php version is a unsupported version. The problem I am having is that when I run the install it hangs on "Creating default Sugar data" and the pages just sits their. All the data seams to be loaded. So opened a new tab and went to my new sugar installation. The html is all broken, it seams like their is a addcslashes run on the html because all the quotes are escaped with a slash. This breaks all the paths. The login button seams to be disabled and you cant click on it, and I cant type anything into the username field it also seems to be disabled.

    Please help.
    Thanks.

  2. #2
    paikmoses's Avatar
    paikmoses is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    541

    Default Re: install problems SugarSuite-Full-4.5.0d

    Hi NaX,

    Try to install without the Sugar data. I hope that the installation will be smooth.

    Regards,

  3. #3
    NaX
    NaX is offline Junior Member
    Join Date
    Oct 2006
    Posts
    4

    Default Re: install problems SugarSuite-Full-4.5.0d

    I got the template to display correctly. For some reason when I change

    This

    PHP Code:
    echo $this->text($bname); 
    to this

    PHP Code:
    echo stripslashes($this->text($bname)); 
    on line 251 in the xtpl.php

    I don't know why I would need to do this but now works.

    But I can still not login. How do I get rid of the is error. "Please replace the SugarCRM logos." It is blocking me form logging in. I read some where that I need to have the SugarCRM logo and fla files as per the agreement of the license. So what is missing I did not remove any files and I did not modify and any of the themes. I have 18 files in my /include/images dir.

    What now.
    Thanks.

  4. #4
    NaX
    NaX is offline Junior Member
    Join Date
    Oct 2006
    Posts
    4

    Default Re: install problems SugarSuite-Full-4.5.0d

    Has anybody gotten Sugar working on PHP Version 5.1.4

  5. #5
    chrisky is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    Trondheim, Norway
    Posts
    293

    Default Re: install problems SugarSuite-Full-4.5.0d

    Why don't you try installing prior versions of 4.5 and see if they'll work;
    why don't you try installing your 45d version under another system or environment;
    why don't you install a different & supported version of PHP;
    etc.

    Though, it really sounds like PHP, and stripping the slashes ain't gonna fix things (imho)..

    Focus on PHP as that's where your problem lies..

    good luck,

  6. #6
    NaX
    NaX is offline Junior Member
    Join Date
    Oct 2006
    Posts
    4

    Default Re: install problems SugarSuite-Full-4.5.0d

    Tried it on our FreeBSD box running php 4 and it worked fine. It must have been a version problem.

Thread Information

Users Browsing this Thread

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

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
  •