Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Update php error

Asked Modified Viewed 585 times
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
asked
Senior Member

File: classes/PHPFusion/Update.php Line: 612
On Page: administration/includes/?api=update-checker

Source code (Line: 602 - 622)
602 public function ajaxChecker() {
603 $this->locale += fusion_get_locale('', LOCALE.LOCALESET.'admin/main.php'wink;
604 $settings = fusion_get_settings();
605
606 if (
607 ($settings['update_checker'] == 1 && ($settings['update_last_checked'] < (time() - 21600))) || // check every 6 hours
608 (check_get('force'wink && get('force'wink == 'true'wink
609 ) {
610 dbquery("UPDATE ".DB_SETTINGS." SET settings_value=:time WHERE settings_name=:name", [':time' => time(), ':name' =>
'update_last_checked']);
611
612 $version = $this->checkUpdate(TRUE);

Could not download update file https://raw.githubusercontent.com/PHPFusion/Archive/updates/9.json via curl!
0 replies
There are no post found.

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

1 participant

D
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet