ugrade error

Post

Posted
Rating:
#431 (In Topic #95)
Avatar
Standard member
na7kr is in the usergroup ‘Well-settled’

Critical error – bailing out

This is an error that has been elevated to critical error status because it occurred during the primary error mechanism reporting system itself (possibly due to it occuring within the standard output framework). It may be masking a secondary error that occurred before this, but was never output - if so, it is likely strongly related to this one, thus fixing this will fix the other.
PHP NOTICE [8] Undefined index: upload in sources/global.php(288) : eval()'d code on line 225 (version: 9.0.21, PHP version: 7.0.5-2, URL: /upgrader.php?type=_file_upgrade)

Stack trace…

File -> 'sources/global.php(288) : eval()\'d code'
Line -> 829
Function -> 'die_html_trace'
Args -> array ( 0 => 'PHP NOTICE [8] Undefined index: upload in sources/global.php(288) : eval()'d code on line 225 (version: 9.0.21, PHP version: 7.0.5-2, URL: /upgrader.php?type=_file_upgrade)', )

File -> 'sources/global.php(288) : eval()\'d code'
Line -> 1053
Function -> '_fatal_exit'
Args -> array ( 0 => 'PHP NOTICE [8] Undefined index: upload in sources/global.php(288) : eval()\'d code on line 225 (version: 9.0.21, PHP version: 7.0.5-2, URL: /upgrader.php?type=_file_upgrade)', )

File -> 'sources/global.php(288) : eval()\'d code'
Line -> 226
Function -> 'fatal_exit'
Args -> array ( 0 => 'PHP NOTICE [8] Undefined index: upload in sources/global.php(288) : eval()\'d code on line 225', )

File -> 'sources/global.php(288) : eval()\'d code'
Line -> 913
Function -> '_ocportal_error_handler'
Args -> array ( 0 => 'notice', 1 => 8, 2 => 'Undefined index: upload', 3 => 'sources/global.php(288) : eval()\'d code', 4 => 225, )

File -> 'sources/global.php(288) : eval()\'d code'
Line -> 225
Function -> 'ocportal_error_handler'
Args -> array

File -> 'upgrader.php'
Line -> 40
Function -> 'upgrade_script'
Args -> array ( )

Integrity check

If you think this problem could be due to corruption caused by a failed upgrade (e.g. time-out during extraction), check the following integrity check…

These files do not match the ones bundled with your version, but claim to be newer (so these might be bug fixes someone has put here):

  • [font size="4of"]lang/EN/stats.ini[/font]
  • [font size="4of"]lang/EN/submitban.ini[/font]
Online now: No Back to the top

Post

Posted
Rating:
#433
Avatar
Site director
Chris Graham is in the usergroup ‘Administrators’
What version are you upgrading from?


Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon

Was I helpful?
  • If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
  • If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
  • If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
  • If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.
Online now: No Back to the top

Post

Posted
Rating:
#434
Avatar
Standard member
na7kr is in the usergroup ‘Well-settled’
9.0.21 and trying to goto composr_upgrader-10.RC4.tar

Last edit: by na7kr

Online now: No Back to the top

Post

Posted
Rating:
#435
Avatar
Standard member
na7kr is in the usergroup ‘Well-settled’
I replaced lang/EN/stats.ini and lang/EN/submitban.ini still (this error went away) sill same error
Went back to php5 and still same error.
 
Online now: No Back to the top

Post

Posted
Rating:
#441
Avatar
Site director
Chris Graham is in the usergroup ‘Administrators’
Hi,

I think this is a server configuration problem. As the access you set up for me to your server still works, I'm taking a look. I think I've found the ocPortal site involved.


Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon

Was I helpful?
  • If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
  • If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
  • If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
  • If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.
Online now: No Back to the top

Post

Posted
Rating:
#442
Avatar
Site director
Chris Graham is in the usergroup ‘Administrators’
Ok, what's happened here…

Your site was in dev-mode, because it was installed from git.

I have turned this off in info.php via:

Code

$SITE_INFO['dev_mode']='0';

In dev mode there is a special upload field on the upgrade form. It's not there outside dev mode, as it's intended for developers only.

I think you filled in both the URL and upload fields. You only need to fill in the URL field.

Then your server's maximum upload size was exceeded, so it failed.


Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon

Was I helpful?
  • If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
  • If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
  • If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
  • If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.
Online now: No Back to the top

Post

Posted
Rating:
#443
Avatar
Site director
Chris Graham is in the usergroup ‘Administrators’
We'll make this a bit more obvious in v10, as I can see how it would be confusing. I didn't expect non-ocProducts people to ever see this upload field.


Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon

Was I helpful?
  • If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
  • If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
  • If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
  • If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.
Online now: No Back to the top

Post

Posted
Rating:
#448
Avatar
Standard member
na7kr is in the usergroup ‘Well-settled’
no get this:
We have done the low-risk updating, and now we need to proceed with the full extraction of 6,038 new/updated files. It will be performed in the frame below that will work through the files in steps. Wait until all files are checked and it says "Done!" beneath them. If the extraction doesn't progress, check to see if you have any browser addons blocking refreshes.

and no more need 10 min (does not show files or done)
Online now: No Back to the top

Post

Posted
Rating:
#449
Avatar
Site director
Chris Graham is in the usergroup ‘Administrators’
Is this to upgrade to v10, using the omni-upgrader?

Do you want me to try it for you?


Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon

Was I helpful?
  • If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
  • If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
  • If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
  • If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.
Online now: No Back to the top

Post

Posted
Rating:
#450
Avatar
Standard member
na7kr is in the usergroup ‘Well-settled’
Yes it was Yes  Please
Online now: No Back to the top
1 guest and 0 members have just viewed this.

Statistics

Forum statistics:
  • 2,051 topics, 7,194 posts, 10,824 members
  • Our newest member is gracenayjanjoh
Birthdays:
Back to Top