Mango



Thread: No prompt to upgrade

Created on: 02/19/11 10:17 AM

New topic Reply    Page: 1  

Replies: 17
mwill81


mwill81's Gravatar
Joined: 03/23/09
Posts: 40

02/19/11 10:17 AM

I have 2 sites on Mango Blog 1.4.3 and when I log into them this morning there's no prompt to upgrade to 1.6. I tried manually adding update=1 to the url but it's not coming through.
-Mel
Link | Top | Bottom
visual28

Wizard
visual28's Gravatar
Joined: 05/18/08
Posts: 652

02/20/11 9:09 AM

Go to your user rolls for admin and check the box to allow for management of the system.
Mark - www.visual28.com | www.mangowear.com
Link | Top | Bottom
mwill81


mwill81's Gravatar
Joined: 03/23/09
Posts: 40

02/20/11 9:36 AM

That fixed it, but now I just get a blank screen when it tries to update. The message when logging in says it's going to upgrade me to 1.5, I click the button and it thinks about it for a second then I just see a white screen. Nothing is being logged in the log viewer.
-Mel
Link | Top | Bottom
connor2k


connor2k's Gravatar
Joined: 04/03/09
Posts: 5

03/09/11 7:25 AM

I am getting the same white screen. Did anyone else get the fix?
Link | Top | Bottom
Laura

Wizard
Laura's Gravatar
Joined: 01/29/05
Posts: 1521

03/30/11 7:39 PM

It is possible that there is some kind of error, but a blank screen doesn't help ;)
Maybe if you enable debugging or something it would help.
Link | Top | Bottom
mwill81


mwill81's Gravatar
Joined: 03/23/09
Posts: 40

03/31/11 8:16 AM

Sorry, I should have posted an update earlier. I let everything sit for a day then came back to it and tried again. Worked fine at that point. My guess is something was getting cached that needed to get cleared out. However, then when I saw the blank screen, nothing was showing up in the logs.
-Mel
Link | Top | Bottom
Collectonian


Collectonian's Gravatar
Joined: 06/19/10
Posts: 17

04/06/11 7:02 AM

I also am getting no upgrade prompt. I tried what was noted above, adding update=1 to the URL, and got this error: "Upgrade could not be performed: Error: java.net.ConnectException: Connection refused."
Link | Top | Bottom
visual28

Wizard
visual28's Gravatar
Joined: 05/18/08
Posts: 652

04/06/11 8:27 AM

Collectonian said:

I also am getting no upgrade prompt. I tried what was noted above, adding update=1 to the URL, and got this error: "Upgrade could not be performed: Error: java.net.ConnectException: Connection refused."


Are you getting the error after you attept the upgrade? Did you log out and log back in first to see if the update was installed? Are you Running Rilo? Have you installed the logviewer plugin? Have you checked your error logs for more info?

-
Mark - www.visual28.com | www.mangowear.com
Link | Top | Bottom
Laura

Wizard
Laura's Gravatar
Joined: 01/29/05
Posts: 1521

04/06/11 9:25 AM

You won't get any upgrade notice if my server is down. You will also get "connection refused" if the server is down.

By the way, it is not advised to add update=1 to the URL to force the update, as there are reasons why the upgrade notice doesn't appear in the first place.
Link | Top | Bottom
visual28

Wizard
visual28's Gravatar
Joined: 05/18/08
Posts: 652

04/06/11 9:27 AM

Laura This info should get added to the Wiki. I can see this being asked again in the future.

-
Mark - www.visual28.com | www.mangowear.com
Link | Top | Bottom
Collectonian


Collectonian's Gravatar
Joined: 06/19/10
Posts: 17

04/06/11 9:32 AM

I didn't get to attempt the upgrade. I have Mango 1.4.3 on one site, 1.5 on the other. Neither shows me the upgrade prompt (they did a few weeks ago, but I didn't try the upgrade at the time). These are both on fresh log ins.

Not running Rilo, it is a ColdFusion 9 system, in a hosted environment, running on Linux, probably RedHat. I was able to successfully upgrade before, when I moved that second site up to 1.5.

I do not have the logviewer plugin (never heard it until now). I looked in the log folder, however, and it was empty.
Link | Top | Bottom
visual28

Wizard
visual28's Gravatar
Joined: 05/18/08
Posts: 652

04/06/11 9:52 AM

When you log in to the admin and see the mango logo in the lower left corner what version is it reporting?

This is a question for Laura: Does adding update=1 to the url force any part of the app to overwrite anything and cause it to stop checking for a newer version?

-
Mark - www.visual28.com | www.mangowear.com
Link | Top | Bottom
Laura

Wizard
Laura's Gravatar
Joined: 01/29/05
Posts: 1521

04/06/11 10:17 AM

Mark,
I am not sure I understand your question. It will probably not do much, but you should not try anyway ;)

Collectonian,
The server is back up again.
Link | Top | Bottom
Collectonian


Collectonian's Gravatar
Joined: 06/19/10
Posts: 17

04/06/11 11:17 AM

Thanks, with the server back up now I'm seeing the notices :-D
Link | Top | Bottom
Collectonian


Collectonian's Gravatar
Joined: 06/19/10
Posts: 17

04/06/11 1:34 PM

I was able to upgrade my 1.4.3 site to 1.5, then did the 1.6 upgrade. I have to do manual upgrades since I'm in a hosted environment. The first one worked fine, but when I did the 1.6 upgrade, the admin site is giving this error:

You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members.

The error occurred in /REDACT/httpdocs/admin/editorSettings.cfm: line 46
Called from /REDACT/httpdocs/admin/layout.cfm: line 28
Called from /REDACT/httpdocs/admin/index.cfm: line 25

44 :       
45 :       
46 :       plugin_asffileexplorer_browseurl : '#blog.getSetting('urls').admin#assets/editors/tinymce_3/jscripts/tiny_mce/plugins/asffileexplorer/fileexplorer.cfm',
47 :       plugin_asffileexplorer_assetsUrl:'#fileUrl#',
48 :       file_browser_callback : 'ASFFileExplorerPlugin_browse'


I tried reuploading the files again, with no luck. Did I miss a step somewhere? The front end is working fine.
Link | Top | Bottom
Laura

Wizard
Laura's Gravatar
Joined: 01/29/05
Posts: 1521

04/07/11 12:30 PM

It is possible that the application did not refresh. You can wait for it to reset by itself or change the application name in Application.cfc
Link | Top | Bottom
Collectonian


Collectonian's Gravatar
Joined: 06/19/10
Posts: 17

04/07/11 12:52 PM

Yay, changing the Application name worked. Thanks :-)
Link | Top | Bottom
blackbook


blackbook's Gravatar
Joined: 07/24/12
Posts: 1

07/24/12 2:25 AM

[removed spam]
Link | Top | Bottom

New Post

Please login to post a response.