Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Post Installation Help
Author Message
mordain
Regular
Regular



Joined: Jul 08, 2006
Posts: 77

PostPosted: Tue Jul 25, 2006 9:06 am Reply with quote

I have a couple problems on my site and I was wondering if there is a way to fix them.

1. The Users Info block is not showing who is online. One day it was and then one day it stopped. You can see what I mean here: www.aetherfluxx.com (bottom left corner). I optimized the database and checked for any bad mySQL tables but nothing came up.

2. One some of my users' signatures are showing up with a </ br> at the end. If I check their profiles, It's not in there.

Any ideas Confused . Thanks in advance!
 
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Tue Jul 25, 2006 12:47 pm Reply with quote

well turning on error report can do miracles...(config.php)
 
View user's profile Send private message
mordain







PostPosted: Tue Jul 25, 2006 7:59 pm Reply with quote

Ok, I'm a noob at this so I'm just going to put in what came up. In the ACP, it said this:

Warning: get_lang(modules//language/lang-english.php): failed to open stream: No such file or directory in /home/aetherfl/public_html/php/mainfile.php on line 229

Warning: get_lang(): Failed opening 'modules//language/lang-english.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/aetherfl/public_html/php/mainfile.php on line 229
 
gregexp
The Mouse Is Extension Of Arm



Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol

PostPosted: Tue Jul 25, 2006 8:45 pm Reply with quote

'modules//language/lang-english.php'

That shows an error in the module_name variable. I believe this is drawn off the nuke_modules table.

First, Whats the url to the module you are looking at, should be [ Only registered users can see links on this board! Get registered or login! ]

This module name is the name you set for people to see, but the module name this error is in reference to is the ACTUAL module folder its calling on.

You want to look in the admin panel under modules and verify that the module is listed.
If its listed then you want to check the table nuke_modules and verify that its listed in there.

Nuke being the default prefix but is not necessarily nuke.

_________________
For those who stand shall NEVER fall and those who fall shall RISE once more!! 
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
mordain







PostPosted: Fri Jul 28, 2006 4:29 pm Reply with quote

It's not a module that I'm having a problem with, though, it's a block Confused
 
hitwalker







PostPosted: Fri Jul 28, 2006 4:32 pm Reply with quote

mordain,when exactly did this started?
also try to move the block to the right...
 
mordain







PostPosted: Fri Jul 28, 2006 4:49 pm Reply with quote

I had the site up probably for 3 or 4 weeks and it suddenly started doing it. And moving it to the right didnt work Confused

Oh, and just for the record, I love when my posts get replied to 3 minutes after I post them RavensScripts


Last edited by mordain on Fri Jul 28, 2006 4:52 pm; edited 1 time in total 
hitwalker







PostPosted: Fri Jul 28, 2006 4:52 pm Reply with quote

but i also asked if you could place the block on the right......
also delete the block in admin and install it again...
 
mordain







PostPosted: Fri Jul 28, 2006 4:54 pm Reply with quote

Ok, I'll try reinstalling it tonight.
 
gregexp







PostPosted: Fri Jul 28, 2006 6:19 pm Reply with quote

If the problem persists, Paste the code of the block.
 
mordain







PostPosted: Fri Jul 28, 2006 9:11 pm Reply with quote

It's the standard PHP-Nuke 7.8 User Info block, so anyone with 7.8 should have it. The strange thing is that I dont think it's the block. I installed another block that did practically the same thing, but had the same problem.
 
gregexp







PostPosted: Sat Jul 29, 2006 4:11 am Reply with quote

are you sure the database was fully populated, I believe it uses the your_account module.
 
mordain







PostPosted: Tue Aug 01, 2006 6:12 pm Reply with quote

Ok, well, I had stopped worrying about this but someone mentioned it to me so I might as well get it fixed Smile. I ran a check on the MySQL tables, and repaired a few with the software my host provides, but it didnt help. Now, I have to be honest, I am not very good with PHP yet and am still learning, but MySQL is something that I know even less about other than that it uses table which run the site (I think). So the question is: What do you mean by fully populated?
 
mordain







PostPosted: Tue Aug 01, 2006 6:18 pm Reply with quote

One more thing. I activated the Who is Online block which normally says: There are currently, X guest(s) and X member(s) that are online. The X's would be the number.

When I activated it, it said: There are currently, guest(s) and member(s) that are online.

There was nothing there.
 
gregexp







PostPosted: Tue Aug 01, 2006 9:57 pm Reply with quote

Hmmm, Go into phpmyadmin, Then go into your database, Then click the export tab, Select TABLE structure.

Youll see an option for inserts, Please do not select that, Then paste the output here.

I only need the structure.
 
mordain







PostPosted: Tue Aug 01, 2006 10:51 pm Reply with quote

Grrr...it said I was trying to attck the site when I tried to paste the code. I made a hidden spot on my site for it: http://aetherfluxx.com/Table_Structure.txt.
 
mordain







PostPosted: Fri Aug 11, 2006 2:56 pm Reply with quote

Has anyone made any headway with this?
 
mordain







PostPosted: Sun Aug 13, 2006 5:56 pm Reply with quote

I found the problem!!

Somhow I did not notice this before, but phpMyAdmin is giving me this error:

Code:
SELECT COUNT( * ) AS num

FROM `aetherfl_p_nu2`.`nuke_session`

MySQL said:
#1016 - Can't open file: 'nuke_session.MYI'. (errno: 145)


When I search for the nuke_sessions table, I can't find it Confused

Any ideas?
 
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Mon Aug 14, 2006 12:33 am Reply with quote

Note it says 'nuke_session' without the s. The error says its probably there, but you may need to REPAIR that table

_________________
- Star Wars Rebellion Network -

Need help? Nuke Patched Core, Coding Services, Webmaster Services 
View user's profile Send private message Visit poster's website
mordain







PostPosted: Mon Aug 14, 2006 3:33 pm Reply with quote

Actually, that was a typo by me. I was unable to find a nuke_session table.
 
mordain







PostPosted: Mon Aug 14, 2006 5:49 pm Reply with quote

It's amazing how google can help you. Problem fixed Smile.
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Mon Aug 14, 2006 7:49 pm Reply with quote

And the solution was???? Drum roll please...

_________________
Where Do YOU Stand?
HTML Newsletter::ShortLinks::Mailer::Downloads and more... 
View user's profile Send private message Visit poster's website
mordain







PostPosted: Tue Aug 15, 2006 3:39 pm Reply with quote

Oh sorry lol. For one reason or another I was never able to find the nuke_session table. I just put in the SQL Query "REPAIR TABLE nuke_session" and it fixed it.
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Post Installation Help

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 ©