Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Dolphin 5.4 Login

  1. #1

    Join Date
    Oct 2006
    Posts
    42

    Default Dolphin 5.4 Login

    I am playing around with the new version of Dolphin and can not get the login page to display properly. I have installed it twice on different machines with the same result. Everything else in the site seems to work alright until it calls member.php. The screen shot is what I get when you click the "log in" tab. I am running this with: PHP 5.2.0, IIS6, mysql 5.0.27
    Attached Images Attached Images
    Last edited by chameleon; 12-04-2006 at 10:40 PM.

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Start with this - right mouse button click on the dead image the [X] and select "properities" or "elements" and see what the path is there - it appears you have a path or permissions problem.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  3. #3

    Join Date
    Oct 2006
    Posts
    42

    Default

    Smoge, you were correct in that the paths were not correct. The reason why is the install for Dolphin 5.4 does not build the header.inc.php correctly. I compared it to my 5.3 version one and it was missing the following code:

    Code:
    $dir_dir			= 'dir';
    $site['dir_subdir']		= $dir_dir.'/';
    $site['dir_url']		= $site['url'].$site['dir_subdir'];
    I added this the 5.4 header file and it all works now.
    Last edited by Smoge; 12-07-2006 at 04:33 AM.

  4. #4
    webbuddy
    Guest

    Default me too!

    I noticed that I didn't have a header.inc.php file but it was called in the code of my files. I had no idea it was built during the install though... I am looking at my code and where do I put this new code that chameleon found? Do I put it in my install/index.php file? It looks like it to me, but I could be wrong. Where do I put it? I am going to try to figure this out but I'm not sure, could someone tell me where to put it?

  5. #5

    Join Date
    Oct 2006
    Posts
    42

    Default

    webbuddy,

    The header.inc.php file in the INC directory is built when you install Dolphin. When I inserted the code above into the the header.inc.php file, everything worked correctly after that.

  6. #6
    webbuddy
    Guest

    Default

    That is my whole issue - header.inc.php doesn't get created when I install for some reason? I looked at the inc folder and it is not there. That is what I noticed then when I found your thread it sounded similar to mine. So I don't have that file at all after I install. Know why that might be?

  7. #7
    webbuddy
    Guest

    Default

    here is my page: blank

    208.109.127.190/dolphinTest/admin/index.php
    Last edited by webbuddy; 12-07-2006 at 02:47 PM.

  8. #8

    Join Date
    Oct 2006
    Posts
    42

    Default

    Looks like you have php errors, probably due to incorrect paths in the header.inc.php file. Turn on the display errors parameter in php.ini file on the server to see what the errors are. There should be several files in the inc folder, if not, re-copy the dolphin files to the web server. Once you run http://208.109.127.190/dolphinTest/install the header file should be created.If not, check the folder/file permissions.
    Last edited by chameleon; 12-07-2006 at 03:02 PM.

  9. #9
    webbuddy
    Guest

    Default

    thanks! I was wondering how to check my paths... I would do this in ssh, right? Can I do it via ftp or would it have to be as root user in ssh? I am figuring it should be through root. Know of a link I can go to to find this tutorial?

  10. #10
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Quote Originally Posted by chameleon
    I am running this with: PHP 5.2.0, IIS6, mysql 5.0.27
    Did you get this sorted out yet?

    Suggestion - IIS6 - perhaps not really recommended... try Apache.

    Smoge
    Last edited by Smoge; 12-12-2006 at 09:35 AM.
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. login problem
    By sha512 in forum Boonex Dolphin 7
    Replies: 0
    Last Post: 11-16-2009, 02:14 AM
  2. [ask] login with email ini dolphin 6.1.6
    By boy.poison in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 11-12-2009, 08:23 PM
  3. login bug
    By MPP in forum Bugs Dolphin v.5.4.0
    Replies: 1
    Last Post: 12-23-2006, 03:52 PM
  4. im getting this as a last login
    By gvpm in forum Dolphin General Discussion v5.3 to v5.6.5
    Replies: 2
    Last Post: 10-30-2006, 07:02 AM
  5. Aff login
    By Spark in forum Bugs and Fixes
    Replies: 4
    Last Post: 02-03-2006, 06:12 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
  •