Welcome, Guest. Please Login or Register.
April 30, 2024, 06:19:11 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Please help! My forum is gone! « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Please help! My forum is gone!  (Read 2661 times)
ironage
Noobie
*
Posts: 10


I'm a llama!

Please help! My forum is gone!
« on: March 04, 2004, 06:21:51 AM »
Reply with quote

YaBB SE Version: 1.5.2 to 1.5.4
PHP Version: 4.3.0 to 4.3.3
MySQL Version: 4.0.x
Server Platform: Unix, Linux, or BSD
Link to Forum: http://ironage.us/yabbse

Problem Description:
Yesterday my host's server went down and with it my whole site. Today it came back up but while my html site is back my yabbse forum is gone. I get the message: Safari can't open the page "http://www.ironage.us/yabbse/" because it could not load any data from this location.

I think something was corrupted. All of my files are still on the server (I checked) but I'm thinking something happened to index.php?

Any help would be greatly appreciated!! ??? :-\
Logged
ironage
Noobie
*
Posts: 10


I'm a llama!

Re:Please help! My forum is gone!
« Reply #1 on: March 04, 2004, 06:28:04 AM »
Reply with quote

I opened my index.php file in text edit and noticed some error messages, namely:

$time_start = getmicrotime();

$types_to_register = array('GET', 'POST', 'COOKIE', 'SESSION', 'SERVER');
foreach ($types_to_register as $type) {
   $arr = @${'HTTP_' . $type . '_VARS'};
   if (@count($arr) > 0)
      extract($arr, EXTR_OVERWRITE);
}

error_reporting (E_ALL ^ E_NOTICE);


and a little further down:

/* ### Security stuff ### */
if (($board != '' && !is_numeric($board)) || ($threadid != '' && !is_numeric($threadid)))
   fatal_error($txt[399]);
Logged
ironage
Noobie
*
Posts: 10


I'm a llama!

Re:Please help! My forum is gone!
« Reply #2 on: March 04, 2004, 07:45:09 AM »
Reply with quote

Okay, I downloaded the package again and saw that my above post means nothing. But I tried to go directly to my Admin.php file and got this message: Fatal error: Call to undefined function: is_admin() in /home/ironage/public_html/yabbse/Sources/Admin.php on line 32
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Please help! My forum is gone!
« Reply #3 on: March 04, 2004, 08:34:44 AM »
Reply with quote

Sorry, but these aren't error messages or problems; this is normal.

I'm sorry to tell you that I suspect your host neglected to put your database back up.  Do you have phpMyAdmin?  Have you checked to make sure everything is still there?

If so, do you know if your paths have changed?

-[Unknown]
Logged
ironage
Noobie
*
Posts: 10


I'm a llama!

Re:Please help! My forum is gone!
« Reply #4 on: March 04, 2004, 01:39:08 PM »
Reply with quote

I don't believe I have phpMyAdmin. But it seems everything is still there. Could it be that I need to reset chmods? Is there something my host can do?

Thanks very much for your reply!!! :)
Logged
ironage
Noobie
*
Posts: 10


I'm a llama!

Re:Please help! My forum is gone!
« Reply #5 on: March 04, 2004, 02:20:23 PM »
Reply with quote

I noticed in my yabbse files that, while I have yse153.sql and yse153.ya files I don't have any yse154 files although I'm running 1.5.4. Might that be the problem?
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Please help! My forum is gone!
« Reply #6 on: March 04, 2004, 03:46:45 PM »
Reply with quote

Ironage,

You're looking at the flat FTP files.  These do NOT include ANY of the posts from your forum, and NEVER have.

Your posts, members, and other important data is stored in the database.  Typically, this is NOT in a place you can access through FTP.  You will need to use a script such as phpMyAdmin to easily administrate it.

You can easily install phpMyAdmin from here:
http://www.phpmyadmin.net/

-[Unknown]
Logged
KingGrimek
Noobie
*
Posts: 1


I'm a llama!

Re:Please help! My forum is gone!
« Reply #7 on: March 08, 2004, 11:01:42 PM »
Reply with quote

Thank you Unknown! (This is Ironage from a remoter location).

If I can't figure things out using this technique maybe you'd be interested in helping me get things back up and running. I would be glad to make a $ donation to the YaBBSE creators for any help!

Thanks! :D
Logged
ironage
Noobie
*
Posts: 10


I'm a llama!

Re:Please help! My forum is gone!
« Reply #8 on: March 10, 2004, 10:05:10 AM »
Reply with quote

When I try to access http://yabbse/index.php I get the following message:

Safari can't open the page "http://ironage.us/yabbse/index.php" because it could not load any data from this location.
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Please help! My forum is gone!
« Reply #9 on: March 10, 2004, 04:32:40 PM »
Reply with quote

I'm sorry to tell you this, but your MySQL data might be gone... meaning, it may not be recoverable.

-[Unknown]
Logged
ironage
Noobie
*
Posts: 10


I'm a llama!

Re:Please help! My forum is gone!
« Reply #10 on: March 10, 2004, 11:55:05 PM »
Reply with quote

Oh boy...

Well, maybe this will help provide a clue. I uploaded everything from my forum to another host. When I tried to open my forum I got the following message:

Warning: main(/home/ironage/public_html/yabbse/Sources/Subs.php): failed to open stream: No such file or directory in /www/i/ironageadmin/htdocs/yabbse/index.php on line 46

Warning: main(): Failed opening '/home/ironage/public_html/yabbse/Sources/Subs.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/i/ironageadmin/htdocs/yabbse/index.php on line 46

Warning: main(/home/ironage/public_html/yabbse/Sources/Errors.php): failed to open stream: No such file or directory in /www/i/ironageadmin/htdocs/yabbse/index.php on line 47

Warning: main(): Failed opening '/home/ironage/public_html/yabbse/Sources/Errors.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/i/ironageadmin/htdocs/yabbse/index.php on line 47

Warning: main(/home/ironage/public_html/yabbse/Sources/Load.php): failed to open stream: No such file or directory in /www/i/ironageadmin/htdocs/yabbse/index.php on line 48

Warning: main(): Failed opening '/home/ironage/public_html/yabbse/Sources/Load.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/i/ironageadmin/htdocs/yabbse/index.php on line 48

Warning: main(/home/ironage/public_html/yabbse/Sources/Security.php): failed to open stream: No such file or directory in /www/i/ironageadmin/htdocs/yabbse/index.php on line 49

Warning: main(): Failed opening '/home/ironage/public_html/yabbse/Sources/Security.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/i/ironageadmin/htdocs/yabbse/index.php on line 49

Warning: mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /www/i/ironageadmin/htdocs/yabbse/index.php on line 50
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

Any thoughts Unknown? Again, thank you so much for your help!!!
Logged
Shadow's Pawn
Support Team
YaBB God
*****
Posts: 597


ich soll nicht toten

ICQ - 8039201shadowpawn@hotmail.com WWW
Re:Please help! My forum is gone!
« Reply #11 on: March 11, 2004, 01:44:52 AM »
Reply with quote

Did you change the paths and the mysql information in Settings.php?  It will need to be updated to reflect the settings on your new server.
Logged

apologize \A*pol"o*gize\, v. i. - To lay the foundation for a future offense.
ironage
Noobie
*
Posts: 10


I'm a llama!

Re:Please help! My forum is gone!
« Reply #12 on: March 11, 2004, 09:07:41 AM »
Reply with quote

I did just do that with my new host but I'm still getting this:

Warning: main(/www/i/ironageadmin/yabbse/Sources/Subs.php): failed to open stream: No such file or directory in /www/i/ironageadmin/htdocs/yabbse/index.php on line 46

Warning: main(): Failed opening '/www/i/ironageadmin/yabbse/Sources/Subs.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/i/ironageadmin/htdocs/yabbse/index.php on line 46

Warning: main(/www/i/ironageadmin/yabbse/Sources/Errors.php): failed to open stream: No such file or directory in /www/i/ironageadmin/htdocs/yabbse/index.php on line 47

Warning: main(): Failed opening '/www/i/ironageadmin/yabbse/Sources/Errors.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/i/ironageadmin/htdocs/yabbse/index.php on line 47

Warning: main(/www/i/ironageadmin/yabbse/Sources/Load.php): failed to open stream: No such file or directory in /www/i/ironageadmin/htdocs/yabbse/index.php on line 48

Warning: main(): Failed opening '/www/i/ironageadmin/yabbse/Sources/Load.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/i/ironageadmin/htdocs/yabbse/index.php on line 48

Warning: main(/www/i/ironageadmin/yabbse/Sources/Security.php): failed to open stream: No such file or directory in /www/i/ironageadmin/htdocs/yabbse/index.php on line 49

Warning: main(): Failed opening '/www/i/ironageadmin/yabbse/Sources/Security.php' for inclusion (include_path='.:/usr/local/lib/php') in /www/i/ironageadmin/htdocs/yabbse/index.php on line 49
Access denied for user: 'shawn@%' to database 'ironage_ironage'


Should I download the 1.5.4 package again and reinstall it, or will that just delete my old database?

If you think you can solve my issues Shadow's Pawn, I'd gladly pay you for your time. I don't make any money off my site but I feel terrible about leaving all of my members in the dark for so long!

Thank you for your concern :)
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Please help! My forum is gone! « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.087 seconds with 20 queries.