Results 1 to 11 of 11

Thread: phpBB2

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2008
    Posts
    13

    phpBB2

    well i installed phpbb2 on fedora 8 and then by mistake deleted few of its files, so now i want to uninstall it...so then i install it again from start.

    is there any single command to install it like yum.....?

    Regards

  2. #2
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: phpBB2

    delete the parent directory.
    My usual boring signature: Something

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: phpBB2

    Just replace the files from the source tarball.


    phpBB's installation only involves setting up a database. To uninstall it you can just delete the files and remove the database.

  4. #4
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: phpBB2

    If you installed it from the repositories you might want to remove it using the installer package you used. For example debian uses apt-get, which would automatically remove it for you and you can just run apt-get install phpbb again to reinstall it.

    Otherwise if you installed it by hand (ie downloaded from their site and you uploaded it), then do what the other nice folks said and just delete the parent directory.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  5. #5
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: phpBB2

    Is phpBB included in Fedora repositories?

  6. #6
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: phpBB2

    I know it is in ubuntu repositories. I haven't used Fedora that much, but I would assume yes. I could be wrong though.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  7. #7
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: phpBB2

    so i guess my solution is void
    My usual boring signature: Something

  8. #8

    Thread Starter
    New Member
    Join Date
    Mar 2008
    Posts
    13

    Re: phpBB2

    i did following steps so which file needs to be delete and is there any easy why like through yum command etc:
    Here are steps which i followed:

    $ tar zxf phpBB-2.x.x.tar.gz
    $ mv ./phpBB2 /"PATH_TO_html_files"/

    here the link i followed for installation:
    http://www.hypexr.org/phpbb.php#phpbbinstall

    but when i go to installation page...and click to start installation...it shows blank page.
    Regards

  9. #9
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: phpBB2

    You typed in:
    $ mv ./phpBB2 /"PATH_TO_html_files"/
    Exactly like that?
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  10. #10
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: phpBB2

    If you did not install it via yum you cannot uninstall it via yum...

    Just delete it.

    $ rm -rf /path/to/public_html/phpBB2/
    $ mysql
    > drop schema phpBB2;

    Replace with your path and DB name, obviously.

  11. #11

    Thread Starter
    New Member
    Join Date
    Mar 2008
    Posts
    13

    Re: phpBB2

    Quote Originally Posted by k1ll3rdr4g0n
    You typed in:
    $ mv ./phpBB2 /"PATH_TO_html_files"/
    Exactly like that?

    YES that the only path i set so far

Posting Permissions

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



Click Here to Expand Forum to Full Width