PHP Web Host - Quality Web Hosting For All PHP Applications Free RavenNuke(tm) Add Ons
  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
zerokooll
Worker
Worker


Joined: Feb 01, 2006
Posts: 129

PostPosted: Mon Apr 02, 2007 5:07 am Reply with quote Back to top

hello,

everytime i go to edit the users or your_account module from the administration all i get is a white page.... :S

can someone help? Smile

Great release!!!!!
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Mon Apr 02, 2007 5:36 am Reply with quote Back to top

suddenly ?
you didnt touch anything?
Are you using cnbya ?
View user's profile Send private message
zerokooll
Worker
Worker


Joined: Feb 01, 2006
Posts: 129

PostPosted: Mon Apr 02, 2007 5:38 am Reply with quote Back to top

no.. i thought cnbya was already installed but all i've done is install sommaire and a small admin loggin block
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Mon Apr 02, 2007 5:40 am Reply with quote Back to top

turn on error report in your config.php and then go to the edit users.
see if that shows some error then.
View user's profile Send private message
Susann
Moderator


Joined: Dec 19, 2004
Posts: 3132
Location: Germany:Moderator German NukeSentinel Support

PostPosted: Mon Apr 02, 2007 5:42 am Reply with quote Back to top

Any error message with display_errors = true ?
Maybe you only need to upload some files also make sure that the Your Account is set in the module administration to "All Visitors".

However that function works very well in this RavenNuke release.

Hitwalker your are so quick I did´t saw your answer. Smile
View user's profile Send private message Visit poster's website
zerokooll
Worker
Worker


Joined: Feb 01, 2006
Posts: 129

PostPosted: Mon Apr 02, 2007 5:52 am Reply with quote Back to top

nothing.. all i get is a white page...
View user's profile Send private message
zerokooll
Worker
Worker


Joined: Feb 01, 2006
Posts: 129

PostPosted: Mon Apr 02, 2007 5:53 am Reply with quote Back to top

admin.php?op=mod_users
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Mon Apr 02, 2007 5:58 am Reply with quote Back to top

well bit hard to tell whats wrong...
maybe the sommaire is to blame..
but it doesnt turn blank suddenly....
something happend.
View user's profile Send private message
montego
Former Admin in Good Standing


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

PostPosted: Mon Apr 02, 2007 5:59 am Reply with quote Back to top

zerokooll, if this is a new 2.10 installation and you have not edited anything other than what you have stated, then try uploading everything under the admin folder again and make sure all the files are there.
View user's profile Send private message Visit poster's website
zerokooll
Worker
Worker


Joined: Feb 01, 2006
Posts: 129

PostPosted: Mon Apr 02, 2007 6:30 am Reply with quote Back to top

montego i tried that and is still not working Sad can i open an admin loggin and any of you guys come in and checkit out..
View user's profile Send private message
montego
Former Admin in Good Standing


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

PostPosted: Mon Apr 02, 2007 6:58 am Reply with quote Back to top

yes... just PM me the details and I'll check it tomorrow morning.
View user's profile Send private message Visit poster's website
zerokooll
Worker
Worker


Joined: Feb 01, 2006
Posts: 129

PostPosted: Mon Apr 02, 2007 3:43 pm Reply with quote Back to top

ok ok well after setting it up again I just found a small mistake there was in the

modules/Your_Account/admin/language/lang-spanish.php

Very Happy....

This is how it is on the file.. from line 24 to 29

if (!defined('_EMAIL')) { define('_EMAIL','E-Mail'); ]
if (!defined('_YES')) { define('_YES','Si'); }
if (!defined('_NO')) { define('_NO','No'); }
if (!defined('_REQUIRED')) { define('_REQUIRED','Requerido'); }
if(!defined('_SAVECHANGES')) { define('_SAVECHANGES','Guardar Cambios'); ]
if (!defined('_OK')) { define('_OK','Aceptar'); ]

As you lot can see some of the lines end in ] instead of } and that is the problem that wasnt letting me access the admin of mod_users as i use as default spanish..

so it should be like this...

if (!defined('_EMAIL')) { define('_EMAIL','E-Mail'); }
if (!defined('_YES')) { define('_YES','Si'); }
if (!defined('_NO')) { define('_NO','No'); }
if (!defined('_REQUIRED')) { define('_REQUIRED','Requerido'); }
if(!defined('_SAVECHANGES')) { define('_SAVECHANGES','Guardar Cambios'); }
if (!defined('_OK')) { define('_OK','Aceptar'); }

minor Very Happy...

One thing that has me really confused is that why aint there CNB_YA? i swear that was one reason too for the delay of this release of ravennuke.. because aparently bob ... was finishing that CNB_YA... if there is a reason for that mod not to be included i want to know it Razz... and does anyone know if that new release ever got out for CNB_YA?
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Mon Apr 02, 2007 4:23 pm Reply with quote Back to top

nice you got that solved..
nobody knows whats going on with the new cnbya.
View user's profile Send private message
montego
Former Admin in Good Standing


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

PostPosted: Mon Apr 02, 2007 6:26 pm Reply with quote Back to top

... and, CNBYA has nothing to do with "Bob" or RN. It was never in consideration as we have been waiting and waiting and waiting for the 5.0 release. But, let us not change this thread into a CNBYA one... Wink

Thank you for the great find and fix. I will be adding this to our bug tracker so that we can just quickly fix this for the next patch release.
View user's profile Send private message Visit poster's website
montego
Former Admin in Good Standing


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

PostPosted: Tue Apr 03, 2007 6:30 am Reply with quote Back to top

Ok, the problem exists in the following files (same fix as above - just look for the ending "]" sign which really should be a closing "}" instead):

modules/Your_Account/admin/language/lang-slovak.php
modules/Your_Account/admin/language/lang-spanish.php
modules/Your_Account/admin/language/lang-swedish.php
modules/Your_Account/admin/language/lang-turkish.php
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