|
![]() |
#1
|
|||
|
|||
![]()
I have delacctadmin mode (delete any account by its name) but when I type the account name and press delete nothing happens , the page just refresh
I tried this mod in another tracker (test tracker) and it worked well. delacctadmin code in attachments Last edited by AboudMokh; 31st July 2008 at 18:38. |
#2
|
||||
|
||||
![]()
Verify that it works on that other tracker???
Does the other tracker use this exact same php file with nothing edited??? It the other tracker on same server??? Do both trackers use the same source??? i Cant see any reason for this working on one tracker and not on another.. id even say this php file would work on 90% of the sources ever developed. the only thing i can really do without messing with it myself on your tracker is suggest you use a simple debug trick .. in the part where it is supposed to delete the user put in Code:
die("error"); If you see this message then you kno the page is executing to the die command .. so move the die command down a few lines and refresh it in your web browser after saving ofcourse.. if you see the error text again then you once again know its executing all the way to the die command and everything before the die command is fine. However if at any point you dont see the error text and just a white screen you know something is messed up before the die() command. by moving it about you should be able to figure out wats causing the problem. Also change all your Code:
or sqlerr(); Code:
or sqlerr(__FILE__,__LINE__); |
#3
|
|||
|
|||
![]()
Yes it is working well on other tracker
Quote:
No Yes I did what you told me and nothing happened it still refresh the page That is the code with changes PHP Code:
|
#4
|
||||
|
||||
![]()
Try this one:
PHP Code:
__________________
PHP Code:
|
#5
|
|||
|
|||
![]()
Just the same it refresh the page
|
#6
|
||||
|
||||
![]()
What version of Yuna Scatari do you have?
__________________
PHP Code:
|
#7
|
|||
|
|||
![]()
'tbversion','tbdev.net-12-09-05'
|
![]() |
Tags |
account , delete , problem |
|
|