1
dave_uk
Cant deactivate smartmedia
  • 2007/4/19 7:52

  • dave_uk

  • Not too shy to talk

  • Posts: 113

  • Since: 2005/11/27


basically since i installed smartmedia my admin has gone to a white screen. So I want to deactivate smartmedia to try and save the admin panel but cant do this without the admin panel. I understand that I can change the boolean value for a modules active/deactivated state through php my admin but i don't have a clue how to do this could someone please give me a quick walk through on how to do this.

I am using
PHP 5
MySQL 5
Xoops 2.0.16
PHP MyAdmin 2.10.0.2

Thanks
Dave
Wii Plaza - Wii Fansite community

2
jmorris2
Re: Cant deactivate smartmedia
  • 2007/4/20 0:00

  • jmorris2

  • Just popping in

  • Posts: 46

  • Since: 2007/4/17


UPDATE `_configSET `conf_value` = '1' WHERE `_config`.`conf_id` =13 LIMIT 1 ;


Run the above SQL query in phpMyAdmin and it will turn on debug for you.

Change to whatever you set your table prefix to during install.
The lights are on... nobody's home

3
skenow
Re: Cant deactivate smartmedia
  • 2007/4/20 0:36

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


The module id will vary based on your installation - Look in _modules for the SmartMedia module (your name of the module)

With phpMyAdmin you can edit that record. Or, try this -

UPDATE _modules SET isactive = 0 WHERE dirname = 'smartmedia' should deactivate your module

Login

Who's Online

366 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 366


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits