History: Admin Problems
Source of version: 28 (current)
Copy to clipboard
^ Doc.tiki.org is to document what Tiki __does__ and it's not the place for support requests or bug reports. Please see ((tw:Where)) to put things.^ !Admin Problems ^This is a ((troubleshooting)) page for problems that occur while using admin pages only. For other problems see ((Troubleshooting)).^ ^__Got a problem?__ If you are experiencing a problem not yet listed, add it here as a first step to ((get help)). ^ ^__Had a Problem?__ Please add or update problems you solved if you think the solution should be shared. ^ --- __Problem Template__ Use this template to add a new problem. !!Symptom or Error message (Problem Template) ---- __Tikiwiki Version:__ __Page URL:__ __Problem Date:__ __Tikiwiki Username__ Description of Problem !!!Solution 1 Description !!!Solution 2 Description ---- ---- !!Symptom or Error message - Cant change admin password __Tikiwiki Version: 3.0 __Page URL:__ __Problem Date: from install __Tikiwiki Username at_the_beach Description of Problem Cannot change Admin password from default using general admin settings. When 'Change Password' is selected, page simply refreshes. I have managed to change password in SQL database as per same instructions for 'Lost Password' but this has had NO effect.. ie, login password for admin is still admin. Please Help! !!!Solution 1 Description !!!Solution 2 Description ---- __Problem Template__ !!Symptom or Error message - Need cookies enabled, but they already are. ---- __Tikiwiki Version:__1.9.7 Sirius __Page URL:__http://pioneer.webpq.com/tiki/tiki-login_scr.php __Problem Date:__5/14/07, 9:27 am CST __Tikiwiki Username__maryluke Description of Problem - Admin cannot login! Please ((help))! Need work around to login script to get into system to change/fix error. Thanks. !!!Solution 1 Description !!!Solution 2 Description ---- !!Symptom or Error message - added new module in Admin:Modules, now no pages will load ---- __Tikiwiki Version:__1.9.7 __Page URL:__http://www.breedauthority.com __Problem Date:__10/3/07 __Tikiwiki Username__faithefin Description of Problem - I was following the advice of this link: http://doc.tiki.org/tiki-index.php?page_ref_id=3002 and created a new module in the Admin:Modules area. When I saved, I now get this error message on all my pages: Fatal error: Smarty error: [in evaluated template line 1]: syntax error: unrecognized tag: ARTICLES(max=>50) (Smarty_Compiler.class.php, line 439) in /home/breed/public_html/lib/smarty/libs/Smarty.class.php on line 1095 I have no idea how to fix it. I went into ftp to see if there was a new file I could just delete, but I cannot find where the admin-defined modules are kept. Need ((help))! !!!Solution 1 Hello, faithfin This is not an uncommon problem, that a bad module causes a ((smarty error)) which crashes your site. You will likely have to unbreak your site by going into the database and deactivating the module - then fix the error in the module code. Please advance this problem to dev.tiki.org, and/or request help on the tikiwiki listserve: tikiwiki-devel@lists.sourceforge.net please also flag any documentation bugs which caused this error. hopefully these type of problems will be fixed in tiki 1.10 !!!Solution 2 Description ---- !! Turned on "Store session data in database" and now can't Login. ---- __Tikiwiki Version:__ 1.9.10 __Page URL:__ http://gpfl.org/tiki4/tiki-admin.php?page=general __Problem Date:__ 28.03.2008 __Tikiwiki Username__ cathy I went to Admin Home > General > and then clicked on the checkbox for "Store session data in database". When I saved, I received a message "session_db enabled" and then was promptly locked out, and cannot login! I'm hoping I can change something via the cPanel? But I don't know where to look or how to change the setting. The problem is with Tiki3, but I duplicated the problem with an empty Tiki4 page. Thanks in advance for any help! Ditto: __TikiWiki v1.9.10.1 __Page URL:__ http://www.petertc.info/tiki-index.php __Problem Date:__ 01.06.2008 __Tikiwiki Username__ PeterTC !!!Solution 1: Attempted to reset admin password but did not solve problem Description Followed directions on [http://doc.tiki.org/tiki-index.php?page=Lost+admin+password&highlight=admin%20password%20lost] I can see admin and the reset password in the MySQL database using PHP {img src="img/wiki_up/Admin Password Reset Row in Users_Users.JPG" } Still can't log on. The logon screen refreshes but does not change. !!!Solution 2: Success: Reset value of "Store session data in database"to n Description Used SQL in PHPMySQLAdmin to reset value from "y" to "n" Update `tiki_preferences` set value="n" where name = "session_db" -- This is not applicable for Tiki4 !!!Solution 3: Tiki4 - Success: Reset value of session storage option Description Edit database directly - Update 'tiki_preferences' set value = '' where name = 'session_storage' ---- ((Help)) !!Symptom or Error message (OpenID Failure) ''Failure: OpenID authentication failed: Server denied check_authentication '' __Tikiwiki Version:__ 2.4 & 3.0 (using php version 5) __Page URL:__ http://umbralrook.net//tiki-login_openid.php __Problem Date:__ 5/16/2009 __Tikiwiki Username:__ Coraxwolf __Description of Problem:__ This site was running fine with multiple accounts using the OpenID to log-in with and to request accounts with. Decided to try out the final release of 3.0 and completed deleted the database and files to reload fresh with 3.0. Had to have my provided change from php 4 to php 5 for 3 to install. Everything worked fine except could not use OpenID to log-in or register a new account. Received errors similar to this one. Reinstalled again with 2.4 and no change. Had the site restored to php 4 using 2.4 and the OpenID started to work again. It would seem something is different with php 5 verses 4 that causes the OpenID process to fail. I use My Open ID (http://myopenid.com) for my open IDs. --- Symptom or Error message (Problem Template) Tikiwiki Version: 3.0 Page URL:login Problem Date: 6/15/2009 Tikiwiki Username patvc Description of Problem Unable to login after installation (on hostgator host for site). Have tried modifying the MySQl database, using email to reset password, etc. Problem appears to be realted to session ids in PHP -- after adding another user to users_users (including the hash) I get a page "Change password Enforced" that shows the username with the appended session id, ie. "myusername?SSID=<long session id spec>". Help! Can't use tikiwiki at all until this is resolved! Solution 1 Description Solution 2 Description