PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
neon666
New Member
New Member


Joined: Sep 08, 2005
Posts: 1

PostPosted: Sat Sep 10, 2005 1:43 pm Reply with quote Back to top

Not sure if this has been discussed and i apologise if it has, i have recently installed 7.7 on my server and everything other than the forums is running sweet.

On the forums everytime i reply it asks for the topic to be filled, which used to auto be filled in on previous versions.
Also the new html setup of posting a message seems rather dull as the centre,italic and other html does not work. As well as the BB code commands....

I'm not the best with php and i'm still in my early stages of development so please explain things clear to me lol


thanks
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15235
Location: Kansas

PostPosted: Sat Sep 10, 2005 4:18 pm Reply with quote Back to top

Scrap it and install v7.6patchlevel3.1 from this site. 7.7 and 7.8 are major security risks and coding issues.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
kmarion
Regular
Regular


Joined: Nov 23, 2003
Posts: 64

PostPosted: Sun Sep 11, 2005 9:45 pm Reply with quote Back to top

And there is my answer....lol
Will pay for someone to roll it back for me just too tired of this...uggg
View user's profile Send private message Visit poster's website MSN Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15235
Location: Kansas

PostPosted: Sun Sep 11, 2005 9:49 pm Reply with quote Back to top

Before you shell out anything, just replace all the files and run Bob's rollback script
Only registered users can see links on this board!
Get registered or login to the forums!
. if you still have problems contact me via email.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
kmarion
Regular
Regular


Joined: Nov 23, 2003
Posts: 64

PostPosted: Sun Sep 11, 2005 10:43 pm Reply with quote Back to top

Replaced all the files in my nuke directory. I placed the "downgrade78-76.php" in the same diectory and I get the famous "
There seems to be a problem with the MySQL server, sorry for the inconvenience.

We should be back shortly." error when I try to run the script.
View user's profile Send private message Visit poster's website MSN Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15235
Location: Kansas

PostPosted: Sun Sep 11, 2005 10:51 pm Reply with quote Back to top

Did you remember to update your config.php with your database connection settings?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
kmarion
Regular
Regular


Joined: Nov 23, 2003
Posts: 64

PostPosted: Sun Sep 11, 2005 11:06 pm Reply with quote Back to top

Yea.. whoops. All seemed to look well "resembles 7.6" however when I try to run the script . I did upload the enitre 7.6 version.


Image
View user's profile Send private message Visit poster's website MSN Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15235
Location: Kansas

PostPosted: Sun Sep 11, 2005 11:13 pm Reply with quote Back to top

That tells me that you did not have a v7.7 database.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
kmarion
Regular
Regular


Joined: Nov 23, 2003
Posts: 64

PostPosted: Sun Sep 11, 2005 11:23 pm Reply with quote Back to top

It told u wrong..lol Smile

I have a couple actuallyImage

The block on the right side of my site disappeared from the home page.. wierd
View user's profile Send private message Visit poster's website MSN Messenger
kmarion
Regular
Regular


Joined: Nov 23, 2003
Posts: 64

PostPosted: Mon Sep 12, 2005 5:14 pm Reply with quote Back to top

phpBB : Critical Error

Error creating new session

DEBUG MODE

SQL Error : 1054 Unknown column 'session_admin' in 'field list'

INSERT INTO nuke_bbsessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('04a89c6491098b1d34624f69e00b0329', '2', '1126566722', '1126566722', '18a1f542', '0', '1', '0')

Line : 203
File : sessions.php
View user's profile Send private message Visit poster's website MSN Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15235
Location: Kansas

PostPosted: Mon Sep 12, 2005 6:14 pm Reply with quote Back to top

That means the upgrade.sql is not applied.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
kmarion
Regular
Regular


Joined: Nov 23, 2003
Posts: 64

PostPosted: Mon Sep 12, 2005 7:01 pm Reply with quote Back to top

I did a complete re-install of patched 7.6 downloaded from this siteat this site. Tried it out on new database and got the same error. Is there another sql file I am suppose to dump other than the one in the package nuke.sql?
View user's profile Send private message Visit poster's website MSN Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15235
Location: Kansas

PostPosted: Mon Sep 12, 2005 7:06 pm Reply with quote Back to top

There is a file in the home directory called update.sql and/or update.php. You have to run that.


Last edited by Raven on Mon Sep 12, 2005 11:42 pm; edited 1 time in total
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
kmarion
Regular
Regular


Joined: Nov 23, 2003
Posts: 64

PostPosted: Mon Sep 12, 2005 7:15 pm Reply with quote Back to top

"upgrade.php" was it.. Thanks, One last question all of the blocks that were on the home page diasappeared when I went to this version(7.6). Did I do yet another thing wrong Sad It says they are active from admin menu. Edit *Just the right blocks*
View user's profile Send private message Visit poster's website MSN Messenger
64bitguy
The Mouse Is Extension Of Arm


Joined: Mar 06, 2004
Posts: 1140
Location: Manchester, NH USA

PostPosted: Mon Sep 12, 2005 9:30 pm Reply with quote Back to top

Be sure to run the latest version of "Patched" from NukeResources.com (Version 3.1 for PHP-Nuke 7.6)

Then in any files where you want the right blocks to appear, simply add:
Code:
$index = 1;

After:
Code:
if (!defined('MODULE_FILE')) {
   die ("You can't access this file directly...");
}
View user's profile Send private message Visit poster's website
kmarion
Regular
Regular


Joined: Nov 23, 2003
Posts: 64

PostPosted: Tue Sep 13, 2005 7:22 pm Reply with quote Back to top

I have latest version from this site there. I have uploaded blocks to the nukdir/blocks folder and they are not showing in admin also.(When I go to add them). Belive it or not I do have some experince with cms sites. I have never seen this. I am at my wits end and I really dont have the time to put in this. If anyone can help I will be happy to pay them for thier time.
View user's profile Send private message Visit poster's website MSN Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15235
Location: Kansas

PostPosted: Tue Sep 13, 2005 9:05 pm Reply with quote Back to top

PM me your
Site url god adminid/pass
FTP url, id/pass
MySQL url, id/pass
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15235
Location: Kansas

PostPosted: Wed Sep 14, 2005 1:54 am Reply with quote Back to top

Your theme needs to be fixed to recognize the new syntax of recognizing $index=1; to define('INDEX_FILE', true);. To circumvent this, just add back the $index=1; in the modules/News/index.php file (I already did). You will need to do that with every module's index.php file that you want to see the right blocks untile the theme.php file is fixed. I would have done that but the theme.php file is encoded, although I could have broken that too but that would break your licensing agreement Smile
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
kmarion
Regular
Regular


Joined: Nov 23, 2003
Posts: 64

PostPosted: Wed Sep 14, 2005 6:56 pm Reply with quote Back to top

Raven wrote:
I could have broken that too but that would break your licensing agreement Smile


Show off Smile

I really appreciate your help . My security code has disappeared now. As soon as one fire is put out another one pops up. Ill read throught forums. I did a search on "security code" and found 2391 matches...lol
View user's profile Send private message Visit poster's website MSN Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 15235
Location: Kansas

PostPosted: Wed Sep 14, 2005 7:22 pm Reply with quote Back to top

It was gone before. I had to disable it before i could even login. Start here
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:       
Post new topic   Reply to topic

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum