Welcome, Guest. Please Login or Register.
November 20, 2024, 01:42:03 PM
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  |  Fatal error ???? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Fatal error ????  (Read 1338 times)
Mike H.
Noobie
*
Posts: 18


I'm a llama!

Fatal error ????
« on: April 08, 2003, 07:44:10 AM »
Reply with quote

HI I just installed YaBBSE and it's showing this error message:

Fatal error: ob_start() [ref.outcontrol]: Cannot use output buffering in output buffering display handlers in /www/p/plcc/htdocs/yabbse/Sources/Subs.php on line 220

Everything seemed to go pretty smooth with the install so I have no idea how to fix this.

Please help,

Mike H>
« Last Edit: April 08, 2003, 07:46:06 AM by Mike H. » Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Fatal error ????
« Reply #1 on: April 08, 2003, 08:10:26 AM »
Reply with quote

Go into phpMyAdmin and run this query:

UPDATE yabbse_settings
SET value='0'
WHERE variable='enableCompressedOutput';

-[Unknown]
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Fatal error ????
« Reply #2 on: April 08, 2003, 08:21:31 AM »
Reply with quote

or try my new modsettings tool
just upload it to your yse directory, and uncheck compressed output
i should've just made one for compressed output only, but... oh well... 8)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Mike H.
Noobie
*
Posts: 18


I'm a llama!

Re:Fatal error ????
« Reply #3 on: April 09, 2003, 05:27:46 AM »
Reply with quote

Well, not familiar with phpMyAdmin and I tried using the Mod setting tool but can't get it to open so that I can uncheck anything.

Tried deleting all the files and reinstalling but ending up in same place with fatal error.

Can you all give  this novice a bit more direction?

Mike H.
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Fatal error ????
« Reply #4 on: April 09, 2003, 06:18:31 AM »
Reply with quote

this script (attached) should do it more directly
just upload it to where Settings.php is located and run it
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Mike H.
Noobie
*
Posts: 18


I'm a llama!

Re:Fatal error ????
« Reply #5 on: April 09, 2003, 06:23:48 PM »
Reply with quote

Ok, well, I un-zipped the file, uploaded it and then put in the Url: http://www.mydomain/yabbse/disableOutputCompression/disableOutputCompression.php

and then I get this:Access denied for user: 'root@localhost' (Using password: NO)

I'm so lost :-[
« Last Edit: April 09, 2003, 07:28:01 PM by Mike H. » Logged
Mike H.
Noobie
*
Posts: 18


I'm a llama!

Re:Fatal error ????
« Reply #6 on: April 09, 2003, 07:06:35 PM »
Reply with quote

P.S....I did notice that when I re-installed, I had to set the chmod to the index.php to 755, which wasn't one of the requirments the first time around.  I'm wondering if this isn't all about permissions and not about OutputCompressions ?        
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Fatal error ????
« Reply #7 on: April 09, 2003, 08:49:24 PM »
Reply with quote

i'll quote myself
Quote from: Spaceman-Spiff on April 09, 2003, 06:18:31 AM
just upload it to where Settings.php is located and run it
so, put it in yabbse directory, don't make a new directory for the script
it needs to find your Settings.php in order to get the database info
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Mike H.
Noobie
*
Posts: 18


I'm a llama!

Re:Fatal error ????
« Reply #8 on: April 09, 2003, 10:14:14 PM »
Reply with quote

Spaceman..What I did is I took the disableOutputCompression file out of it's folder and dropped to straight into the yabbse folder, ran the board and the error message is still there.  Sorry I'm so lame with this, this is my first board so my learning curve is still a bit steep.

I did go to my  host who has this tutorial up on YaBBSE,  It's below this message.

It  is really throwing me as it mentions files that do not seem to be with the download.

They are the converer. Php and the archive.ya files.  I called them on the phone and they could not provide any assist as the tutorial is complimentary to their customers.
I asked them how it could be complimentary when would it doesn't seem to apply.

Anyway, if you could take a look and see if there is anything there that is messing me up I would apprciate it as well as any thought into what I might be doing wrong with the disableOutputCompression file.

I'm wondering what would happen if I re-intalled with the disableOutputCompression file already in place rather than adding it to it afterwards???????????

TIA

Mike H.

YaBBSE
The following is a brief description for installing the forum software YaBBSE:
Note: Be sure to have your hostname, MySQL database name, username, and password.
The installation instructions that come with YabbSE state that they assume that you're not totally clueless. However, not everyone can figure out how to get PHP scripts working on PowWeb, so I am going to assume you're totally clueless.
Uploading
Create a folder in your htdocs directory. For this example, we will call it forum. Chmod it to 755 using your favourite FTP client (right click on the folder and choose CHMOD(unix) or Permissions or Atrributes. This will allow you to change the permissions).
Upload install.php, converter.php in ASCII mode and archive.ya in binary mode. Chmod install.php and converter.php to 755.
Installing
Call the file http://www.yourdomain.com/forum_folder/install.php in your browser, where www.yourdomain.com is your domain. You should see a screen that says:

It appears that safe mode has been disabled. You may continue. Click on the link to continue.

Install to directory:

You'll have to change the path on this screen. It will probably say something like:
/www/x/username/htdocs/yabbse
where username is your username and x is the first letter of your username (refer to your setup letter from PowWeb if you don't know this path). Because we called the folder forum_folder then you'll have to change the path to read:
/www/x/username/htdocs/forum_folder
You can choose to check the box to overwrite newer files, but if this is your first install it doesn't really matter.

Click Start Installation >>

Installation starts now...
The installer will now write all the files. You shouldn't have a problem here if you followed these instructions properly.
Click Proceed >

MySql settings
MySQL server name: This will be venus.powweb.com or jupiter.powweb.com, etc. If you don't know, then refer to your OPS, which will show you your MySql setup letter.
MySQL username: Enter the username for your database.
MySQL password: Enter the password for the username you entered above.
MySQL Database name: Enter the name of your database.
MySQL Database prefix: You can change this if you want. You don't need to. I changed mine to forums_
Click Proceed >
Inserting Packages
This screen will show you the results of inserting all the packages. It should say No Errors for everything.
Click Proceed >

URLs
Board URL: Change this to http://www.yourdomain.com/forum_folder
Images URL: Change this to http://www.yourdomain.com/forum_folder/YaBBImages
Faces URL: Change this to http://www.yourdomain.com/forum_folder/YaBBImages/avatars

Click Proceed >
The next screen should say Settings.php was modified successfully so click Proceed >
Administrators account
Enter the username, password and email address for the administrators account for your board. Click Proceed >

IMPORTANT - This step is very important. Delete install.php from your forum directory.
Go to http://www.yourdomain.com/forum/index.php and have fun with your board!

Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Fatal error ????
« Reply #9 on: April 10, 2003, 12:06:38 AM »
Reply with quote

So, you went to:

http://www.mydomain/yabbse/disableOutputCompression.php

And it didn't work?  If so, please PM me with the actual URL so I can try it myself.

-[Unknown]
Logged
Mike H.
Noobie
*
Posts: 18


I'm a llama!

Re:Fatal error ????
« Reply #10 on: April 10, 2003, 02:15:10 AM »
Reply with quote

ok, in all my frustration, I actually did not take the file out of it's folder.  Once I did that, all is well.

Thanks so much for all your help and patience spaceman.

Mike H.  <-------Happy Camper ;D
« Last Edit: April 10, 2003, 02:16:45 AM by Mike H. » Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Fatal error ????
« Reply #11 on: April 10, 2003, 03:06:20 AM »
Reply with quote

pretty long post up there
well, glad it worked ;)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Fatal error ???? « 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.062 seconds with 20 queries.