Author |
Message |
mordain
Regular
![Regular Regular](modules/Forums/images/ranks/2stars.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Jul 08, 2006
Posts: 77
|
Posted:
Tue Jul 25, 2006 9:06 am |
|
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: Only registered users can see links on this board! Get registered or login! (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 . Thanks in advance! |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
Sells PC To Pay For Divorce
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined:
Posts: 5661
|
Posted:
Tue Jul 25, 2006 12:47 pm |
|
well turning on error report can do miracles...(config.php) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Jul 25, 2006 7:59 pm |
|
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 |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
gregexp
The Mouse Is Extension Of Arm
![](modules/Forums/images/avatars/458c161744a70db912a6e.jpg)
Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol
|
Posted:
Tue Jul 25, 2006 8:45 pm |
|
'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 http://www.yoursite.com/modules.php?name=whatever.
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!! |
|
![ICQ Number ICQ Number](themes/RavenIce/forums/images/lang_english/icon_icq_add.gif) |
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jul 28, 2006 4:29 pm |
|
It's not a module that I'm having a problem with, though, it's a block ![Confused](modules/Forums/images/smiles/icon_confused.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jul 28, 2006 4:32 pm |
|
mordain,when exactly did this started?
also try to move the block to the right... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jul 28, 2006 4:49 pm |
|
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
Oh, and just for the record, I love when my posts get replied to 3 minutes after I post them ![RavensScripts](modules/Forums/images/smiles/ravensphpscripts.gif) |
Last edited by mordain on Fri Jul 28, 2006 4:52 pm; edited 1 time in total |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jul 28, 2006 4:52 pm |
|
but i also asked if you could place the block on the right......
also delete the block in admin and install it again... |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jul 28, 2006 4:54 pm |
|
Ok, I'll try reinstalling it tonight. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
gregexp
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jul 28, 2006 6:19 pm |
|
If the problem persists, Paste the code of the block. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Jul 28, 2006 9:11 pm |
|
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
gregexp
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Jul 29, 2006 4:11 am |
|
are you sure the database was fully populated, I believe it uses the your_account module. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 6:12 pm |
|
Ok, well, I had stopped worrying about this but someone mentioned it to me so I might as well get it fixed . 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? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 6:18 pm |
|
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
gregexp
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 9:57 pm |
|
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 01, 2006 10:51 pm |
|
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: Only registered users can see links on this board! Get registered or login!. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Aug 11, 2006 2:56 pm |
|
Has anyone made any headway with this? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 13, 2006 5:56 pm |
|
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
Any ideas? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
evaders99
Former Moderator in Good Standing
![](modules/Forums/images/avatars/803d73f6452557b947721.jpg)
Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Mon Aug 14, 2006 12:33 am |
|
Note it says 'nuke_session' without the s. The error says its probably there, but you may need to REPAIR that table |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 14, 2006 3:33 pm |
|
Actually, that was a typo by me. I was unable to find a nuke_session table. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Mon Aug 14, 2006 5:49 pm |
|
It's amazing how google can help you. Problem fixed . |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Mon Aug 14, 2006 7:49 pm |
|
And the solution was???? Drum roll please... |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
mordain
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 15, 2006 3:39 pm |
|
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. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|