Some of my listings just wont edit. I change information in the listing, save, and nothing has changed, I then edit again and sure enough, in the edit form my changes are not there, I try again and the same happens.
Most listings will edit, its just a few that wont.
Other listings will edit, but I can't upload images to them, the same happens, I add images, save, and everything seems normal, but n viewing the listing, the images are there.
Again, most listing will allow me to upload images, just a few wont.
This listing for instance, allows me to add images, but not edit any of the text fields.
I'm working on a new install/upgrade and can't add or edit categories except through the bulk editor. Haven't tested yet to see why.
Were changes made to the editing files with today's security update? I haven't touched them otherwise. To clarify ... I get blank content when trying to edit (wrapper displays, nothing else, and no missing template warnings) ... on site or thru the admin panel.
I did import category data from my old 4 series database to the new 5 series ... is there something there that could be messing me up?
Clicking to edit a new category created thru the bulk editor (not one of my imported categories) still leads to a no-content page.
When I edit the listing, Party Nights Creations, the listing remains unchanged, however the links alias listings change.
This and This are the same listing in two different categories, see how the descriptions are different (one has a link at the end, on doesnt). This should obviously not happen.
I've confirmed that editing a secondary category version is failing to update the primary category version. Fixed in 6.0.2 beta 1. Is that the only editing problem you have, or was the first post issue separate?
What it seems to be, is if you edit the primary category version, it fails to change anything on the primary version, but it does change the secondary versions. Only if the link has secondary versions, if a link has no alias categories it works fine.
So even if you edit the primary version, only the secondary versions change.
Actually, correction, I dont seem to be able to upgrade to 6.0.2 Beta 1, It says upgrade complete, but then says I am still on 6.0.1 and that 6.0.2 Beta is still available (unstable).
It's possible that having edited a listing while the problem was ongoing caused the original to think it's an alias of its own alias. The only way I can think of to fix that is to run this query at Admin -> Miscellaneous -> Advanced:
UPDATE {PREFIX}links SET alias=0 WHERE id=x;
Replace x with the id number of the original link.
0/5
1
2
3
4
5
Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.
Comments on Some listings wont allow editing
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
This is strange problem...
Some of my listings just wont edit. I change information in the listing, save, and nothing has changed, I then edit again and sure enough, in the edit form my changes are not there, I try again and the same happens.
Most listings will edit, its just a few that wont.
Other listings will edit, but I can't upload images to them, the same happens, I add images, save, and everything seems normal, but n viewing the listing, the images are there.
Again, most listing will allow me to upload images, just a few wont.
This listing for instance, allows me to add images, but not edit any of the text fields.
Member
Usergroup: Customer
Joined: Nov 12, 2004
Total Topics: 9
Total Comments: 20
I'm working on a new install/upgrade and can't add or edit categories except through the bulk editor. Haven't tested yet to see why.
Were changes made to the editing files with today's security update? I haven't touched them otherwise. To clarify ... I get blank content when trying to edit (wrapper displays, nothing else, and no missing template warnings) ... on site or thru the admin panel.
I did import category data from my old 4 series database to the new 5 series ... is there something there that could be messing me up?
Clicking to edit a new category created thru the bulk editor (not one of my imported categories) still leads to a no-content page.
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
eeyipes, that is not related to my problem I don't think, so maybe you would be better to create a new thread.
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
A little more on this..
When I edit the listing, Party Nights Creations, the listing remains unchanged, however the links alias listings change.
This and This are the same listing in two different categories, see how the descriptions are different (one has a link at the end, on doesnt). This should obviously not happen.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I've confirmed that editing a secondary category version is failing to update the primary category version. Fixed in 6.0.2 beta 1. Is that the only editing problem you have, or was the first post issue separate?
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
On some listings, not all, even the primary category version will not edit.
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
What it seems to be, is if you edit the primary category version, it fails to change anything on the primary version, but it does change the secondary versions. Only if the link has secondary versions, if a link has no alias categories it works fine.
So even if you edit the primary version, only the secondary versions change.
This is still true of 6.0.2 Beta 1
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
Actually, correction, I dont seem to be able to upgrade to 6.0.2 Beta 1, It says upgrade complete, but then says I am still on 6.0.1 and that 6.0.2 Beta is still available (unstable).
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
Further update... I finally managed to upgrade to 6.0.2 Beta 1, but the problem as mentioned in post #7 in this thread, still remains.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
It's possible that having edited a listing while the problem was ongoing caused the original to think it's an alias of its own alias. The only way I can think of to fix that is to run this query at Admin -> Miscellaneous -> Advanced:
UPDATE {PREFIX}links SET alias=0 WHERE id=x;
Replace x with the id number of the original link.