Author |
Message |
stokoe
New Member


Joined: May 28, 2007
Posts: 7
Location: Essex
|
Posted:
Thu May 31, 2007 5:32 am |
|
Hi People,
New here. My site http://losers-server.com
The blocks on the site, when adding via the blocks admin. It just flashes off blank and nothing appears.
Also with the modules: I have lots of folders from my backup and they are not appearing in the list on the admin panel either.
Maybe the two problems are linked ?
Any help would be ideal.
Thanks in advance |
|
|
 |
 |
jakec
Site Admin

Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Thu May 31, 2007 6:42 am |
|
stokoe wrote: | It just flashes off blank and nothing appears. |
Sorry can you just clarify what you mean by this? |
|
|
|
 |
stokoe

|
Posted:
Thu May 31, 2007 8:08 am |
|
It means its like it accepts the change (status saying "waiting for losers-server.com" data etc etc) then bang, flicks to the screen before without making these changes |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Thu May 31, 2007 11:31 am |
|
Sounds like yopu may have a corrupted in there somewhere.
So, you are going to the admin screen, clicking the modules link to bring up the list of installed modules and the screen just redirects back to the sites front page? |
|
|
|
 |
stokoe

|
Posted:
Fri Jun 01, 2007 3:55 am |
|
Yeah, there are two problems. Cannot add blocks and Modules display just the default ones with RN 2.10.01 ?
I have restored my forum from another version but i think when i do this.. it fecks the blocks and modules up  |
|
|
|
 |
Gremmie
Former Moderator in Good Standing

Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA
|
Posted:
Fri Jun 01, 2007 8:26 am |
|
Enable error reporting in config.php and check error logs.
Make sure you got a good upload of all the files. FileZilla is a good ftp client, and it is free on SourceForge.net. |
_________________ Only registered users can see links on this board! Get registered or login! - An Event Calendar for PHP-Nuke
Only registered users can see links on this board! Get registered or login! - A Google Maps Nuke Module |
|
|
 |
stokoe

|
Posted:
Sat Jun 02, 2007 2:29 pm |
|
Gremmie wrote: | Enable error reporting in config.php and check error logs.
Make sure you got a good upload of all the files. FileZilla is a good ftp client, and it is free on SourceForge.net. |
Sorry but how do I do that ? |
|
|
|
 |
jakec

|
Posted:
Sat Jun 02, 2007 3:05 pm |
|
There's a switch in the config.php file.
Change $display_errors to true. |
|
|
|
 |
stokoe

|
Posted:
Mon Jun 04, 2007 8:20 am |
|
Is there anywhere i can pick these errors up from ?
Thanks |
|
|
|
 |
Gremmie

|
Posted:
Mon Jun 04, 2007 9:00 am |
|
Getting at your error logs is host dependent. Ask your host how you can see them. |
|
|
|
 |
Trubador
Regular


Joined: Dec 28, 2004
Posts: 94
|
Posted:
Mon Jun 04, 2007 3:33 pm |
|
Had slightly the same problem m8 with ref your modules problem.
Did you upgrade from a previous version of Nuke?
I had previously installed "CZV4", I think it was, that added extra lines in nuke_modules table.
Have a look at this post http://www.ravenphpscripts.com/posts9798-highlight-nukemodules.html which helped me find the correct code in modules.php to compare to my database table.
Code:$db->sql_query("insert into ".$prefix."_modules values (NULL, '$modlist[$i]', '$modlist[$i]', '0', '0', '1','0')");
|
NULL , modlist , modlist , 0 , 0 , 1 , 0
this example of the SQL insert is looking for 7 lines in the nuke_modules table.
It may be a good start to look at your modules.php file and compare that to how many lines you have in your table.
To correct the problem I found the CZ install.php and ran it to uninstall the extra lines, worked fine after.
Hope this helps some.
Trub |
|
|
|
 |
stokoe

|
Posted:
Tue Jun 05, 2007 2:41 am |
|
Thanks Trub,
I tried it and it doesnt seem to have made a difference.
I am very much considering a fresh start on the site. Is there anyway i can import the existing users into the database ? without the whole SQL import ?
Thanks alot |
|
|
|
 |
stokoe

|
Posted:
Fri Jun 08, 2007 5:01 am |
|
I started the site from scratch with another Nuke PNC 4.2
seems to be working without any problems  |
|
|
|
 |
jakec

|
Posted:
Fri Jun 08, 2007 6:19 am |
|
Well its a shame you have decided to go for another package as RN is probably the most secure version out there at the moment and many people have managed to install it without any problems.
Also I note that PNC comes with vWar, which has had known vunerabilities in the past and therefore make sure you are using the most up to date versions. |
|
|
|
 |
Meoff
Regular


Joined: Aug 05, 2006
Posts: 55
Location: Thailand
|
Posted:
Fri Jul 06, 2007 3:55 am |
|
I'm having some block and module weirdness also.
I'm working with a fresh, new install of raven 2.10.01 from the full installer package. Downloaded from Only registered users can see links on this board! Get registered or login!
Message module... when I try to edit the original "Create a super user" message, changes are not saved. I deleted that message, and tried to create a new one. After entering the message and the title and clicking to "Save Message", I am taken to a blank white screen. And.. message not saved / visible in the message list or on the homepage.
Adding News stories to the news module appears to work OK.
The site is going to be a classified ads site, so I have tried installing some more modules. NukeC classifieds and ZClassifieds (want to try both out - see which one is best. Any opinions on this?)
The installations went well, followed the instructions to a T. The module icons are visible in the admin, but when I click on the "Modules Admin" to activate these modules, they are not added to the module list.
Blocks- I've tried to edit some blocks to be visible to Admin only, such as the Modules block. The change is not retained, and the block remains as visible to all visitors.
Furthermore, I can't add any new blocks. When I try to add a block from the file list, such as a "Nuke Sentinel Center" block, or the blocks that are installed with the classified ads modules, they are not saved, or visible in the blocks list.
I've tried reinstalling the whole package from scratch three times now. Always the same problems. Any suggestions to get me through this weirdness???
Thanks in advance. |
_________________ I don't know how I got to be over the hill without ever reaching the top!? |
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Fri Jul 06, 2007 7:29 am |
|
Meoff, It really sounds like you did not execute each and every step within the installSQL.php installer script. Sounds to me like you forgot the NSN Groups step.
Edited: BTW, ALL steps except the last one are Required |
_________________ 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! |
|
|
 |
Gremmie

|
Posted:
Fri Jul 06, 2007 9:20 am |
|
It would also help if you enable error reporting and check your logs. It may reveal something. |
|
|
|
 |
Meoff

|
Posted:
Tue Jul 10, 2007 10:43 am |
|
You're right as usual montego.... I was messing up on the installation. got it going now. Tks! |
|
|
|
 |
montego

|
Posted:
Wed Jul 11, 2007 6:53 am |
|
Just glad it is now working!
 |
|
|
|
 |
|