Page 3 of 4
FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 37

Thread: EP-Dev CMS Forum Member Hack 1.20 BETA

  1. Join Date
    Aug 2004
    Posts
    780

    Re: EP-Dev CMS Forum Member Hack 1.20 BETA

    I have only had one report of IPB 1.3 and that report can be found at the beginning of this thread. As far as I could see code-wise, the script *should* be working with IPB 1.3, but I would install it on any production site. You are welcome to setup a test site (with e107 0.7.5 and IPB 1.3) and see if it works. I may also setup a test site as well later, but I haven't tested it locally as IPB 1.3 does not work with MySQL 5.x (which I have installed locally).

  2. Join Date
    Jul 2006
    Posts
    2

    Re: EP-Dev CMS Forum Member Hack 1.20 BETA

    My viewprofile doesn't work.

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/informed/public_html/activehacks/classes/mysql.php on line 166

    Warning: Cannot modify header information - headers already sent by (output started at /home/informed/public_html/activehacks/classes/mysql.php:166) in /home/informed/public_html/activehacks/modules/cms/e107_0.7.5.php on line 197
    Anyone know why?

    http://activehacks.com/
    http://activehacks.com/user.php?id.1

  3. Join Date
    Aug 2004
    Posts
    780

    Re: EP-Dev CMS Forum Member Hack 1.20 BETA

    Probably incorrect database settings.

  4. Join Date
    Jul 2006
    Posts
    2

    Re: EP-Dev CMS Forum Member Hack 1.20 BETA

    I don't think so, everything works except for this... :\

  5. Join Date
    Aug 2004
    Posts
    780

    Re: EP-Dev CMS Forum Member Hack 1.20 BETA

    Well you can debug it in a number of ways.

    Try opening classes/mysql.php

    and find:
    PHP Code:
    $this->debug['sql'][] = $final_query
    And beneath it place:
    PHP Code:
    echo "QUERY: " $final_query " <br>\n"
    That will print all queries to any databases. You can then try running query manually via phpmyadmin or similar and investigate what is going wrong (or post queries here).

  6. Re: EP-Dev CMS Forum Member Hack 1.20 BETA

    Can't believe I missed this thread. I'll be installing this locally right away. Thank you so much Patiek.
    ----------------------------------------------------

    Tested on a live server as well with fresh copies of both the latest ipb and e107. Worked perfectly. I tested the forgot password link from both e107 and ipb and all seems to work as it should. Great work!

    ----------------------------------------------------
    I did notice that if your logged in and on the e107 side this will happen. Say my e107 is at www.mysite.com/home and the forums are at www.mysite.com/forums. Well if im in e107 and I type the url www.mysite.com/forums then I am logged out of the forum. If I type www.mysite.com/forums/index.php then all works correctly. Not really a big deal just thought it was worth a mention.

  7. Join Date
    Nov 2006
    Posts
    1

    Re: EP-Dev CMS Forum Member Hack 1.20 BETA

    I can't get this script working under Windows server. The absolute path for the script, forum and CMS doesn't seem to be working. While installing the script i get these errors at the top of the page:

    Code:
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\root\hack\classes\mysql.php on line 166
    
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\root\hack\classes\mysql.php on line 166
    ...but the install finishes anyway. Then, when i try to login or logout at the forums:

    Code:
    IPB WARNING [2] login::require_once(D: oot\hack/cms_forum_hack.php) [function.login-require-once]: failed to open stream: Invalid argument (Line: 627 of \sources\action_public\login.php)
    You see that D:\root seems to be wrong there, so I opened the login.php file and looked there and it was OK. Maybe MySQL doesn't like "\r" ?

  8. Join Date
    Aug 2004
    Posts
    780

    Re: EP-Dev CMS Forum Member Hack 1.20 BETA

    On a windows machine, you of course have to use either single forward slashes (c:/some/path/) or double back slashes (c:\\some\\path\\).

    I am guessing you didn't use the double slashes while using backward slashes.

  9. Join Date
    Nov 2006
    Posts
    1

    Re: EP-Dev CMS Forum Member Hack 1.20 BETA

    Hi there, great work on this.

    Atm i am using e107 0.7.6 together with IPB v2.1.7. Does anyone know if this is a working combination?

    Further i am reading that during the installation process the users are transferred from IPB to e107 not the other way. But is it possible to transfer the other way, from e107 to IPB AFTER installation. Or is it IPB -> e107 only?
    The problem is that all my users are registering at my e107 website first, that's why.

    www.3pinter.nl

    Grx,
    Joris

  10. Join Date
    Aug 2004
    Posts
    780

    Re: EP-Dev CMS Forum Member Hack 1.20 BETA

    This is currently not possible with this script.

Posting Permissions

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