?
Related to # 15806
avatar sinasafarnezhadian
sinasafarnezhadian
17 May 2017

Steps to reproduce the issue

I upgraded from 3.6 to 3.7.
Now I cannot make a new menu item. They always land in the paper bin. I cannot even switch to hidden or public. They always switch to paper bin.

System information (as much as possible)

Jommla 3.7

Additional comments

I have 7 menus with approx. 4000 items all together.

avatar sinasafarnezhadian sinasafarnezhadian - open - 17 May 2017
avatar joomla-cms-bot joomla-cms-bot - change - 17 May 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 17 May 2017
avatar franz-wohlkoenig franz-wohlkoenig - change - 17 May 2017
Category com_menus
avatar franz-wohlkoenig franz-wohlkoenig - change - 17 May 2017
Build staging 3.7.0
avatar sinasafarnezhadian
sinasafarnezhadian - comment - 18 May 2017

No ideas?

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 18 May 2017

if you give more System Information maybe someone can help easier if its a Core issue – also you have asked in forums?

avatar sinasafarnezhadian sinasafarnezhadian - edited - 18 May 2017
avatar tonypartridge
tonypartridge - comment - 18 May 2017

Hello,

if you create a new menu item and select published on save what happens?

Can you provide a screencast of the issue?

avatar wojsmol
wojsmol - comment - 18 May 2017

@sinasafarnezhadian Please run this query
SELECTpublishedFROM#menuWHEREalias= 'root';
Replace #
with table prefix
@franz-wohlkoenig This can be a good test for #15806

avatar sinasafarnezhadian
sinasafarnezhadian - comment - 19 May 2017

@tonypartridge

it always switched to trash/paper bin (I dont know the right term).
Here is a screencast:
https://we.tl/vesdnZetkt
I cannot upload it here :/

@wojsmol

I will try it today.

Thank You

avatar joomla-cms-bot joomla-cms-bot - change - 19 May 2017
The description was changed
avatar joomla-cms-bot joomla-cms-bot - edited - 19 May 2017
avatar wojsmol
wojsmol - comment - 19 May 2017

@sinasafarnezhadian Please post result of this query here.

avatar franz-wohlkoenig franz-wohlkoenig - change - 20 May 2017
Status New Discussion
avatar sinasafarnezhadian
sinasafarnezhadian - comment - 22 May 2017

@wojsmol here the result as img
sql

avatar wojsmol
wojsmol - comment - 22 May 2017

@sinasafarnezhadian If you have backup before update then plase test #15806. On custom update serwer content 3.7.0 width #15806 appyled. So after test you must chene update server to defout and update to 3.7.1.

avatar sinasafarnezhadian
sinasafarnezhadian - comment - 22 May 2017

what if there is no Back up ? :)
Or the back up is no more up-to-date

avatar tonypartridge
tonypartridge - comment - 22 May 2017

Then an update shouldn't have been preformed.

On 22 May 2017, 15:46 +0100, sinasafarnezhadian notifications@github.com, wrote:

what if there is no Back up ? :)
Or the back up is no more up-to-date


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub (#16066 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/ABVgllDjxvabPV7Mg99KxU6XBpLpGD72ks5r8Z-qgaJpZM4NdlTk).

avatar wojsmol
wojsmol - comment - 22 May 2017

@sinasafarnezhadian Then run this queries

UPDATE `#__menu` SET `published` = 1 WHERE `alias` = 'root';
UPDATE `#__categories` SET `published` = 1 WHERE `alias` = 'root';

replace #__ with database prefix then publish menuotems manuali
If you woth help with testing #15806 then restore even old backup locally run query from #16066 (comment) if result is rhe same as in #16066 (comment) then test PR on this backup.

avatar sinasafarnezhadian
sinasafarnezhadian - comment - 23 May 2017

@wojsmol thx for helping
UPDATE #__menu SET published = 1 WHERE alias = 'root';
that helps me.

I will test the old back up, as soon as I restore it.

avatar brianteeman
brianteeman - comment - 4 Jun 2017

I am closing this at this time - it can be opened if required but this does sound like a support issue for the forum and not a general bug for the tracker

avatar brianteeman brianteeman - change - 4 Jun 2017
The description was changed
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2017-06-04 09:09:46
Closed_By brianteeman
avatar brianteeman brianteeman - close - 4 Jun 2017
avatar wojsmol
wojsmol - comment - 4 Jun 2017

In addition, the issue was fixed by PR #15806

avatar franz-wohlkoenig franz-wohlkoenig - change - 4 Jun 2017
Rel_Number 0 15806
Relation Type Related to

Add a Comment

Login with GitHub to post a comment