Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> BUGS/FIXES - Raven's v7.3 Customized Distro
Author Message
Tao_Man
Involved
Involved



Joined: Jul 15, 2004
Posts: 252
Location: OKC, OK

PostPosted: Thu Jul 15, 2004 10:17 pm Reply with quote

well so far no go. did a new install, could not use the install.php script as cannot creeate db, but created a dba and ran ravennuke7325.sql in mysql and it seemed to creeate all the tables just fin, then uploaded everything in the html dir and ran and got this error


Warning: head(themes//theme.php): failed to open stream: No such file or directory in /usr/www/users/dwdugg65/dwdugger.com/header.php on line 31

Warning: head(): Failed opening 'themes//theme.php' for inclusion (include_path='.:/usr/local/lib/php') in /usr/www/users/dwdugg65/dwdugger.com/header.php on line 31






Fatal error: Call to undefined function: themeheader() in /usr/www/users/dwdugg65/dwdugger.com/header.php on line 47


any ideas??

_________________
------------------------------------------
To strive, to seek, to find, but not to yield!
I don't know Kara-te but I do know cra-zy, and I WILL use it! 
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Thu Jul 15, 2004 11:03 pm Reply with quote

Before manually loading the sql, did you rename the `$prefix to `nuke in the sql? The installer should have worked after you created the database. Did you try it?
 
View user's profile Send private message
Nelson
Hangin' Around



Joined: Sep 25, 2003
Posts: 30

PostPosted: Fri Jul 16, 2004 1:39 am Reply with quote

Raven wrote:
Before manually loading the sql, did you rename the `$prefix to `nuke in the sql? The installer should have worked after you created the database. Did you try it?


Didnt work for me either. After starting the installer and filling in the correct
info (in my case, my database name was nelson_nuke), the installer said it
could not connect to the database "mysql".. Confused

I then changed the prefixed to nuke as you suggested. Here is the next error from phpmyadmin:

Quote:
Error

SQL-query :

INSERT INTO `nuke_blocks`
VALUES ( 19, '', 'RWH WaitingContent', '', '', 'l', 7, 1, 3600, '', '', 'block-RWH_WaitingContent.php', 2 )

MySQL said:


#1136 - Column count doesn't match value count at row 1


This is as far as I got, will look at it further in the morning.

--Nelson
 
View user's profile Send private message Send e-mail Visit poster's website
stephen2417
Worker
Worker



Joined: Jan 18, 2004
Posts: 244
Location: Bristolville, OH

PostPosted: Fri Jul 16, 2004 2:40 am Reply with quote

Raven why didnt you keep the old installer, it worked fine? Well at least I think.
 
View user's profile Send private message Visit poster's website
Raven







PostPosted: Fri Jul 16, 2004 6:38 am Reply with quote

Stephen - There never was an 'old installer'. That was only a MySQL tester.

Nelson,

I said in another thread that I missed something with the waiting content. i will post as soon as I look into it. Thanks.
 
Raven







PostPosted: Fri Jul 16, 2004 7:00 am Reply with quote

Here's the Waiting Content fix [ Only registered users can see links on this board! Get registered or login! ]
 
stephen2417







PostPosted: Fri Jul 16, 2004 7:40 am Reply with quote

I meant with your 7.0 distro, unless im crazy there was an sql installer. Rolling Eyes
 
Raven







PostPosted: Fri Jul 16, 2004 7:47 am Reply with quote

No installer there.
 
CodyG
Life Cycles Becoming CPU Cycles



Joined: Jan 02, 2003
Posts: 714
Location: Vancouver Island

PostPosted: Fri Jul 16, 2004 8:27 am Reply with quote

I was having the same problem as Tao Man. I renamed $prefix to nuke using find/replace in my php editor. And now I have nuke_ tables.
But now I have "you can't access this file directly" when loading index.php.

ooops... maybe I had the wrong index.php file!
now to change the theme name in nuke_config ...

It worked! I've got a new nuke. Well, almost, some missing info in the blocks.

_________________
"We want to see if life is ubiquitous." D.Goldin 
View user's profile Send private message
CodyG







PostPosted: Fri Jul 16, 2004 8:46 am Reply with quote

I didn't have *all* the /image files and dirs in place. Rolling Eyes Looks good now!
RavensScripts
 
Raven







PostPosted: Fri Jul 16, 2004 8:49 am Reply with quote

Bang Head Wink
 
digibeet
Regular
Regular



Joined: Jul 08, 2004
Posts: 96
Location: Amsterdam, the Netherlands

PostPosted: Fri Jul 16, 2004 9:06 am Reply with quote

Ok,

DB successfully (manual) installed, made the nessesary changes @ config.php and this is what shows up on my site,

MySQL said: You have an error in your SQL syntax near 'memory' at line 1

SQL isn't my thing at this point so any idea's what causing this?

Thanks,

Fred Mr. Green

_________________
"Grasp the subject, the words will follow."
Cato the Elder (234 BC - 149 BC)
Roman orator & politician. 
View user's profile Send private message Visit poster's website
Raven







PostPosted: Fri Jul 16, 2004 9:24 am Reply with quote

What version of PHP and MySQL are you running?

In includes/RWH_wiw.inc.php try changing
Code:
   mysql_query('create table '.$prefix.'_wiw_m (who varchar(20), mn varchar(20)) type=memory') or die('MySQL said: '.
to
Code:
   mysql_query('create table '.$prefix.'_wiw_m (who varchar(20), mn varchar(20)) type=heap') or die('MySQL said: '.

BTW, were you this much trouble as a child Laughing ?
 
digibeet







PostPosted: Fri Jul 16, 2004 9:35 am Reply with quote

I'am still a child Mr. Green OK... a little late @ 38... Laughing

Fred Mr. Green

BTW I will check it with an info.php
 
digibeet







PostPosted: Fri Jul 16, 2004 9:40 am Reply with quote

Embarassed Embarassed Embarassed I just have seen that RWH_wiw.inc.php was not uploaded.. Sorry.. Embarassed Rolling Eyes

Fred Mr. Green
 
digibeet







PostPosted: Fri Jul 16, 2004 9:42 am Reply with quote

Works!! Mr. Green Mr. Green

RavensScripts

Fred Mr. Green
 
Raven







PostPosted: Fri Jul 16, 2004 9:54 am Reply with quote

YAY!!!!
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> BUGS/FIXES - Raven's v7.3 Customized Distro

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©