1
gnowell
Problem with admin.php in 2.0.16
  • 2006/12/6 20:59

  • gnowell

  • Just popping in

  • Posts: 9

  • Since: 2004/7/2 4


I have searched extensively in these forums and haven't found anyone else talking about my problem, so here goes.

Everything on my site seems to be working OK after upgrading to 2.0.16, but when I try to remove text from a user's URL field in their profile, the change isn't reflected in the database. So I have to go in with phpMyAdmin if I want to delete text in that field.

Was something changed in admin.php, or any of its included files, that might cause this?

2
vaughan
Re: Problem with admin.php in 2.0.16
  • 2006/12/6 21:39

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


works fine for me.

can u turn on php debug and post the errors (if any) for both php & mySQL

mysql debug results is the most likely candidate that may show up some errors.

3
vaughan
Re: Problem with admin.php in 2.0.16
  • 2006/12/6 22:23

  • vaughan

  • Friend of XOOPS

  • Posts: 680

  • Since: 2005/11/26


ok, there is a bug in the edit user form.

(my version is hacked which is why it worked for me)

to fix:

open modules/system/admin/users/users.php

find:

if (isset($url) && $url != "") {
            
$edituser->setVar("url"formatURL($url));
        }


replace with:

if (isset($url)) {
            
$edituser->setVar("url"formatURL($url));
        }


save and you're done.

(will report this on the XOOPS tracker for you)

4
gnowell
Re: Problem with admin.php in 2.0.16
  • 2006/12/14 22:30

  • gnowell

  • Just popping in

  • Posts: 9

  • Since: 2004/7/2 4


Thanks, Vaughan. That quick patch did the trick.

Just one more question. Where is the XOOPS tracker you mentioned?

Login

Who's Online

222 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 222


more...

Donat-O-Meter

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

Latest GitHub Commits