Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__clone method called on non-object #5429

Closed
ob7 opened this issue May 3, 2017 · 0 comments
Closed

__clone method called on non-object #5429

ob7 opened this issue May 3, 2017 · 0 comments
Assignees

Comments

@ob7
Copy link
Contributor

ob7 commented May 3, 2017

After updating concrete5 to 8.1 from 8.0 the following error occurs:

PHP Fatal error: __clone method called on non-object in /var/www/html/updates/concrete5-8.1.0/concrete/src/Page/Page.php on line 2913

This happens whenever creating a new Page from the dashboard.

A forum post here describes the error and a fix by mnakalay:
https://www.concrete5.org/community/forums/chat/__clone-method-called-on-non-object

@aembler aembler closed this as completed in 7f291ed May 6, 2017
aembler added a commit that referenced this issue May 6, 2017
katzueno added a commit to katzueno/concrete5 that referenced this issue May 9, 2017
… develop

* 'develop' of https://github.com/concrete5/concrete5: (88 commits)
  fixing event repetitions over daylight savings time; adding a test
  fixing the calendar view
  More API tweaks
  Fixing typo
  tweaks to repetition routines
  more bug fixes to repetition
  adding time zone to repetition
  Fix concretecms#5429
  Fixing error when pages weren't checking back in properly
  Fix concretecms#5423; log error
  php-cs-fixer
  Avoid accessing an undefined array index in AbstractSearchProvider
  Avoid accessing an undefined var
  Fix incorrect HTML attribute values
  Fix indentation and add missing </fieldset>
  Improve number validation helper
  php-cs-fixer
  php-cs-fixer
  Avoid accessing undefined vars in block video view
  Avoid accessing undefined vars & indexes in block video controller
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants