Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-01-18 10:49:14
- andedh
- New Member
- Registered: 2008-01-18
- Posts: 4
Cant login
Hi!
When I tryed to login this morning this comes up:
Fatal error: Call to undefined function: safe_pfx() in /customers/domain.se/domain.se/httpd.www/textpattern/lib/txplib_misc.php(459) : eval()’d code on line 159
how do I fix it?
yesterday i tried to install a plugin zem_event… thats why i got the error i think… how do i unactive the plugin (from the outside) or get the plugin to work
can someone help me?
/Andy
Offline
Re: Cant login
If you have access to phpMyAdmin login there and try to see if any table needs fixing.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#3 2008-01-18 11:26:42
- andedh
- New Member
- Registered: 2008-01-18
- Posts: 4
Re: Cant login
colak wrote:
If you have access to phpMyAdmin login there and try to see if any table needs fixing.
I tryed to delete all “zem_event” data i saw.. but when i go to my admin login page. same error and in mysqladmin it automatic creates zem_event_calendar again…
where in the code does it creates the database??
Offline
#4 2008-01-18 13:13:44
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Cant login
Go to the txp_plugins table. Find the row for zem_event, and edit the status
column to be 0
(zero) instead of 1
. That will deactive the plugin and should allow you to login. I would then recommend checking the plugin’s documentation to make sure you didn’t miss any installation steps.
Offline
#5 2008-01-18 13:54:35
- andedh
- New Member
- Registered: 2008-01-18
- Posts: 4
Re: Cant login
Mary wrote:
Go to the txp_plugins table. Find the row for zem_event, and edit the
status
column to be0
(zero) instead of1
. That will deactive the plugin and should allow you to login. I would then recommend checking the plugin’s documentation to make sure you didn’t miss any installation steps.
Wiieehoo!! it worked! thanks alot!!
Offline
Pages: 1