View Issue Details

IDProjectCategoryView StatusLast Update
0015698mantisbtbugtrackerpublic2014-09-23 18:05
Reporterdangarhravi Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformSQL 2008 serverOSWindowsOS Version7
Product Version1.2.0 
Target Version1.2.15Fixed in Version1.2.15 
Summary0015698: 'extract() expects parameter 1 to be array, boolean given' in '/srv/www/bugs/account_prof_edit_page.php' line 48
Description

when click on submit button without selecting any profile then system is showing a message that 'extract() expects parameter 1 to be array, boolean given' in '/srv/www/bugs/account_prof_edit_page.php' line 48,

Can it be possible that, after click on submit button system will show a message that "Please Select Profile"

Steps To Reproduce

Go to My Account then click on 'Profile' option now click on Submit button without select any profile

TagsNo tags attached.
Attached Files
Submitting Profile.jpg (53,481 bytes)   
Submitting Profile.jpg (53,481 bytes)   
EditProfile.PNG (20,862 bytes)   
EditProfile.PNG (20,862 bytes)   

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

atrol

atrol

2013-03-31 13:50

developer   ~0036001

Is there a special reason, that you selected project "Plugin - FilterPageEdit" and not "mantisbt" when entering this issue?

I will delete #15697 as it seems to be a duplicate of this issue.

rombert

rombert

2013-03-31 14:21

reporter   ~0036002

@atrol, this is unrelated to the plugin, feel free to move this to mantisbt unless the reporter thinks otherwise.

dangarhravi

dangarhravi

2013-04-01 13:26

reporter   ~0036004

ohh sorry @atrol, by mistake i have select wrong project, it is related to mantisBT.

rombert

rombert

2013-04-01 14:26

reporter   ~0036005

Moved to mantisbt project then. Selected 'bugtracker' category as I could not find a better matching one.

atrol

atrol

2013-04-01 15:00

developer   ~0036008

Added another screenshot to clarify which button is meant.

dregad

dregad

2013-04-04 06:45

developer   ~0036039

System should check that user has selected a profile from the list prior to redirecting to edit page.

atrol

atrol

2013-04-04 09:05

developer   ~0036042

Your commit breakes the functionality to unset the default profile (Choose Option "Make Default", select empty profile, click "Submit")

Not that bad as default profile does not work at the moment, see 0009460

dregad

dregad

2013-04-04 10:02

developer   ~0036043

Good catch. latest commit should do it right.

dangarhravi

dangarhravi

2013-04-04 14:26

reporter   ~0036044

status of issue= 0015698 is Resolved, but actually this issue is occurring again. this issue has not Resolved.

dregad

dregad

2013-04-04 14:55

developer   ~0036045

Of course it is fixed. Will be in next version, if you need it before 1.2.15 is released feel free to apply the attached patches

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036062

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

dangarhravi

dangarhravi

2013-04-06 06:40

reporter   ~0036526

@dregad, sir can you please let me know that how can i install mantisBT bugtracker on my Local PC.

Related Changesets

MantisBT: master-1.2.x fe8e3672

2013-04-04 07:05

dregad


Details Diff
Fix 0015698: system warning when editing profile

When user clicks Submit button to edit an existing profile, without
first selecting one from the list, the following system warning was
triggered: 'extract() expects parameter 1 to be array, boolean given'.

The code now ensures that a profile has been selected before redirecting
to account_prof_edit_page.php, and issues a meaningful error message if
not.
Affected Issues
0015698
mod - account_prof_update.php Diff File

MantisBT: master 7d1800e0

2013-04-04 07:05

dregad


Details Diff
Fix 0015698: system warning when editing profile

When user clicks Submit button to edit an existing profile, without
first selecting one from the list, the following system warning was
triggered: 'extract() expects parameter 1 to be array, boolean given'.

The code now ensures that a profile has been selected before redirecting
to account_prof_edit_page.php, and issues a meaningful error message if
not.
Affected Issues
0015698
mod - account_prof_update.php Diff File

MantisBT: master 76592988

2013-04-04 09:58

dregad


Details Diff
Reenable ability to clear default profile

Regression introduced by 7d1800e00c56bb334312ac153bbe10ecf8c625c7

Fixes 0015698
Affected Issues
0015698
mod - account_prof_update.php Diff File

MantisBT: master-1.2.x 5c7bcc71

2013-04-04 09:58

dregad


Details Diff
Reenable ability to clear default profile

Regression introduced by fe8e3672f555063fadbf652e3c557f5a438a3313

Fixes 0015698
Affected Issues
0015698
mod - account_prof_update.php Diff File