Welcome, Guest. Please Login or Register.
July 10, 2025, 07:28:45 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Well Crap « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Well Crap  (Read 436 times)
Valconeye
Full Member
***
Posts: 190


Well Crap
« on: April 21, 2003, 09:14:48 PM »
Reply with quote

error,

Executing package #1... successful.
Executing package #2... unsuccessful!

and then the rest is unsuccessful
Logged
Nonya
Beta Tester
Sr. Member
****
Posts: 375


YaBBse Developer Wannabe!

ICQ - 172862020nonya69rs@hotmail.com WWW
Re:Well Crap
« Reply #1 on: April 21, 2003, 10:05:55 PM »
Reply with quote

 ???
Logged

Valconeye
Full Member
***
Posts: 190


Re:Well Crap
« Reply #2 on: April 21, 2003, 10:29:35 PM »
Reply with quote

im not sure why it doesnt work, phpbb2 works just fine on install, im a bit confused. i have tried the safe mode, and the standard install, ill keep trying.
Logged
Valconeye
Full Member
***
Posts: 190


Re:Well Crap
« Reply #3 on: April 21, 2003, 10:32:37 PM »
Reply with quote

this is one of the errors, #1 works just fine, but the rest look like this

Executing package #2... unsuccessful!
Error: You have an error in your SQL syntax near '\\\'0\\\', ID_BOARD int(11) NOT NULL auto_increment, name tinytext NOT NULL, ' at line 1
In CREATE TABLE yabbse_boards ( ID_CAT tinyint(4) NOT NULL default \\\'0\\\', ID_BOARD int(11) NOT NULL auto_increment, name tinytext NOT NULL, description text, moderators text, boardOrder tinyint(4) NOT NULL default \\\'0\\\', numTopics int(11) NOT NULL default \\\'0\\\', numPosts int(11) NOT NULL default \\\'0\\\', isAnnouncement tinyint(4) NOT NULL default \\\'0\\\', notifyAnnouncements tinyint(4) NOT NULL default \\\'0\\\', count tinyint(4) NOT NULL default \\\'0\\\', ID_LAST_TOPIC int(11) default NULL, PRIMARY KEY (ID_BOARD), KEY ID_CAT (ID_CAT), KEY boardOrder (boardOrder)) TYPE=MyISAM;
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Well Crap
« Reply #4 on: April 21, 2003, 10:43:57 PM »
Reply with quote

Ask your host to turn off magic_quotes_runtime.

-[Unknown]
Logged
Valconeye
Full Member
***
Posts: 190


Re:Well Crap
« Reply #5 on: April 21, 2003, 10:47:40 PM »
Reply with quote

and im guessing if they dont turn it off, then i cant runn yabbse
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Well Crap
« Reply #6 on: April 21, 2003, 10:53:30 PM »
Reply with quote

Quote from: Valconeye on April 21, 2003, 10:47:40 PM
and im guessing if they dont turn it off, then i cant runn yabbse

No... if they won't, (btw, it's a setting most people don't like...) you'll have to do this to install.php:

Find:
error_reporting(E_ALL);

Replace:
@ini_set('magic_quotes_runtime', 0);
error_reporting(E_ALL);

And then after it's installed mess with index.php:
Find:
error_reporting (E_ALL ^ E_NOTICE);

Replace:
@ini_set('magic_quotes_runtime', 0);
error_reporting (E_ALL ^ E_NOTICE);

This *should* work.  However, it's better to have the option off.. I know, for example, phpMyAdmin will not work properly with it on either.

-[Unknown]
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Well Crap « 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.079 seconds with 21 queries.