Forums / Developer / Help: Admin is not allowed

Help: Admin is not allowed

Author Message

lin vin

Thursday 20 May 2004 6:48:52 pm

Hello all:
I have met a intractable problem. This happened when I trid to login the "user/fogetpassword" after I have logon with "admin". However I canceled to email. Then the problem appeared: I cant login using "admin", while i can login with other IDs.
I looked into the code "kernel/classed/datatypes/ezuser/ezuer.php", and found that it coundn't get any user with the name of "admin". I found that the status of user "admin" in the database of "ezcontentobject" have changed to "2", so i changed it to "1". Then it can return an ezuser of "admin".
However, I cant login using "admin" either.Then I debug, and it prints
"Warning: eZCodePage May 21 2004 09:50:48
Couldn't load codepage file share/codepages/utf-8
"
I can login with other IDs, but when i login with "admin", none of the pages is allowed.It just like the "admin" is uneable, but "enable" of the table "ezuser_setting" is "1". I think that the database has changed when i click "user/forgetpassword".However, I have no idea how to solve it.
I hope i can get the way from here. Thanks

Dominik Pich

Friday 21 May 2004 1:31:13 am

        $user =& eZUser::fetch( $forgotPasswdObj->attribute( 'user_id' ) );
        $email = $user->attribute( 'email' );

        $ini =& eZINI::instance();
        $passwordLength = $ini->variable( "UserSettings", "GeneratePasswordLength" );
        $password = eZUser::createPassword( $passwordLength );
        $passwordConfirm = $password;

        $userToSendEmail =& $user;
        $user->setInformation( $user->id(), $user->attribute( 'login' ), $email, $password, $passwordConfirm );
        $user->store();

It changed the password of the admin - set a new one you know

lin vin

Saturday 22 May 2004 9:01:11 am

Thank you for your reply!
But when i fetch the ezuser by id as following:

$user =& eZUser::fetch( 14 );//14 is the id of admin

I cant fetch any user.

lin vin

Saturday 22 May 2004 9:37:11 am

I got it!!
The db is not connected.I add the codes:

$db =& eZDB::instance();
$db->connect("localhost",$the_database,"root","");

However,it cant get any user, because the $connection in "lib/classes/ezdb/ezmysqldb.php" is false.Then i change the code:
$result =& mysql_query( $sql, $connection );
to
$result =& mysql_query( $sql);

Then i got it.
But I think it is not the best way.

eZ debug

Timing: Jan 31 2025 04:16:38
Script start
Timing: Jan 31 2025 04:16:38
Module start 'content'
Timing: Jan 31 2025 04:16:38
Module end 'content'
Timing: Jan 31 2025 04:16:39
Script end

Main resources:

Total runtime0.1492 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 587.9297180.8359
Module start 'content' 0.00540.0062 768.765693.8828
Module end 'content' 0.01160.1376 862.6484523.7734
Script end 0.1492  1,386.4219 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00312.0678200.0002
Check MTime0.00120.8183200.0001
Mysql Total
Database connection0.00070.460910.0007
Mysqli_queries0.108872.92821410.0008
Looping result0.00100.69261390.0000
Template Total0.137291.910.1372
Template load0.00080.546210.0008
Template processing0.136491.399210.1364
Override
Cache load0.00060.394610.0006
Sytem overhead
Fetch class attribute can translate value0.00110.767410.0011
XML
Image XML parsing0.00020.160110.0002
General
dbfile0.00614.0654200.0003
String conversion0.00000.002630.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs