PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
stokoe
New Member
New Member


Joined: May 28, 2007
Posts: 7
Location: Essex

PostPosted: Thu May 31, 2007 5:32 am Reply with quote Back to top

Hi People,

New here. My site
Only registered users can see links on this board!
Get registered or login to the forums!


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
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
jakec
Site Admin


Joined: Feb 06, 2006
Posts: 3038
Location: United Kingdom

PostPosted: Thu May 31, 2007 6:42 am Reply with quote Back to top

stokoe wrote:
It just flashes off blank and nothing appears.


Sorry can you just clarify what you mean by this?
View user's profile Send private message
stokoe
New Member
New Member


Joined: May 28, 2007
Posts: 7
Location: Essex

PostPosted: Thu May 31, 2007 8:08 am Reply with quote Back to top

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
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Thu May 31, 2007 11:31 am Reply with quote Back to top

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?
View user's profile Send private message Send e-mail Visit poster's website
stokoe
New Member
New Member


Joined: May 28, 2007
Posts: 7
Location: Essex

PostPosted: Fri Jun 01, 2007 3:55 am Reply with quote Back to top

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 Sad
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Fri Jun 01, 2007 8:26 am Reply with quote Back to top

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.
View user's profile Send private message
stokoe
New Member
New Member


Joined: May 28, 2007
Posts: 7
Location: Essex

PostPosted: Sat Jun 02, 2007 2:29 pm Reply with quote Back to top

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 Sad ?
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
jakec
Site Admin


Joined: Feb 06, 2006
Posts: 3038
Location: United Kingdom

PostPosted: Sat Jun 02, 2007 3:05 pm Reply with quote Back to top

There's a switch in the config.php file.

Change $display_errors to true.
View user's profile Send private message
stokoe
New Member
New Member


Joined: May 28, 2007
Posts: 7
Location: Essex

PostPosted: Mon Jun 04, 2007 8:20 am Reply with quote Back to top

Is there anywhere i can pick these errors up from ?

Thanks
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Mon Jun 04, 2007 9:00 am Reply with quote Back to top

Getting at your error logs is host dependent. Ask your host how you can see them.
View user's profile Send private message
Trubador
Regular
Regular


Joined: Dec 28, 2004
Posts: 94

PostPosted: Mon Jun 04, 2007 3:33 pm Reply with quote Back to top

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
Only registered users can see links on this board!
Get registered or login to the forums!
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
View user's profile Send private message
stokoe
New Member
New Member


Joined: May 28, 2007
Posts: 7
Location: Essex

PostPosted: Tue Jun 05, 2007 2:41 am Reply with quote Back to top

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
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
stokoe
New Member
New Member


Joined: May 28, 2007
Posts: 7
Location: Essex

PostPosted: Fri Jun 08, 2007 5:01 am Reply with quote Back to top

I started the site from scratch with another Nuke PNC 4.2

seems to be working without any problems Very Happy
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
jakec
Site Admin


Joined: Feb 06, 2006
Posts: 3038
Location: United Kingdom

PostPosted: Fri Jun 08, 2007 6:19 am Reply with quote Back to top

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.
View user's profile Send private message
Meoff
Regular
Regular


Joined: Aug 05, 2006
Posts: 55
Location: Thailand

PostPosted: Fri Jul 06, 2007 3:55 am Reply with quote Back to top

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 to the forums!


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.
View user's profile Send private message Visit poster's website
montego
Site Admin


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

PostPosted: Fri Jul 06, 2007 7:29 am Reply with quote Back to top

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
View user's profile Send private message Visit poster's website
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Fri Jul 06, 2007 9:20 am Reply with quote Back to top

It would also help if you enable error reporting and check your logs. It may reveal something.
View user's profile Send private message
Meoff
Regular
Regular


Joined: Aug 05, 2006
Posts: 55
Location: Thailand

PostPosted: Tue Jul 10, 2007 10:43 am Reply with quote Back to top

You're right as usual montego.... I was messing up on the installation. got it going now. Tks!
View user's profile Send private message Visit poster's website
montego
Site Admin


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

PostPosted: Wed Jul 11, 2007 6:53 am Reply with quote Back to top

Just glad it is now working!

RavensScripts
View user's profile Send private message Visit poster's website
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.

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-2011 by Raven

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 Modified by the RavenNuke™ Team ::

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

zerosum