My site is not working!

Discussion in 'Databases' started by Domwx20, Jan 7, 2008.

  1. #1
    My site is not working! What is wrong? Database is saved but we can't get it back up. It's not even in the forum directory anymore.

    www.centralwx.com

    At first it was Index/Forums and punch of folders but now I get
    Warning: main

    (/home/cenwx/public_html/forum/ips_kernel/class_converge.php) [function.main]: failed to open stream: No such file or directory in /home/cenwx/public_html/forum/index.php on line 64
     
    Domwx20, Jan 7, 2008 IP
  2. Winagain

    Winagain Well-Known Member

    Messages:
    919
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    120
    #2
    The database will not be visible through FTP if that's what you mean.

    You have to upload it trough your phpmyadmin (if your provider provides it).
     
    Winagain, Jan 7, 2008 IP
  3. Domwx20

    Domwx20 Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Right but at first it said Forums/Index with a bunch of files with the logo folders. It's not even in forum directory. Did someone hack it? We tried to upload database on server from back-up file but it's not working.
     
    Domwx20, Jan 7, 2008 IP
  4. Winagain

    Winagain Well-Known Member

    Messages:
    919
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    120
    #4
    I wouldn't know if you were hacked, but the system seems to have lost index.php

    try restoring that first from your backup and see what happens.
     
    Winagain, Jan 7, 2008 IP
  5. j0ned

    j0ned Active Member

    Messages:
    684
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    60
    #5
    the file:
    /home/cenwx/public_html/forum/ips_kernel/class_converge.php

    doesn't exist. index.php is trying to pull data from that file, and it's either being denied permission, the file doesn't exist, or there's no data in the file. PHP errors are very vague.

    Can you confirm the file does in fact exist?
     
    j0ned, Jan 7, 2008 IP
  6. Winagain

    Winagain Well-Known Member

    Messages:
    919
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    120
    #6
    Sorry, you are right.

    the file does not exist:
    http://www.centralwx.com/forum/ips_kernel/class_converge.php

    Not Found
    The requested URL /forum/ips_kernel/class_converge.php was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Apache/1.3.37 Server at centralwx.com Port 80
     
    Winagain, Jan 7, 2008 IP
    j0ned likes this.
  7. Domwx20

    Domwx20 Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I have the database stored
     
    Domwx20, Jan 7, 2008 IP
  8. Winagain

    Winagain Well-Known Member

    Messages:
    919
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    120
    #8
    Ok, so you have to upload all your files again and upload your database through phpmyadmin.
    phpmyadmin should be installed in your service.

    Go to your control panel and search for the phpmyadmin icon. Once there, select your database and find the menu "import"

    there you will upload your database file.
    Important: this may not be necessary if your database hasn't been removed.
     
    Winagain, Jan 7, 2008 IP
  9. chrissyj

    chrissyj Peon

    Messages:
    56
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #9
    If you need remote website backups, you might try our service. We *do* backup the database as well, so you have a copy safely stashed.

    PM me if you need help with restoring your site or more info.
     
    chrissyj, Jan 8, 2008 IP
  10. jigolo

    jigolo Peon

    Messages:
    312
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Q. Warning Failed to open stream

    A. Warning: main(/publish.php): failed to open stream: No such file or directory in /home/somewhere/textpattern/index.php on line 12

    These and similar errors are usually caused by:

    * A missing or empty config.php file
    * Missing or empty subdirectories
    * Missing .php files
    * An incorrect ‘txpath’ setting in config.php

    Make sure you’ve uploaded the complete contents of the Textpattern .zip/.tar.gz file to the correct location, and that your config.php settings are correct.
     
    jigolo, Jan 10, 2008 IP