impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 179 forks source link

Undefined $form->render() #829

Closed boing6000 closed 7 years ago

boing6000 commented 7 years ago

With this line on open Page Properties throws this error: Fatal error: Call to a member function render() on a non-object in \Ip\Internal\Pages\view\pageProperties.php on line 10

maskas commented 7 years ago

I will have to find some time to investigate this one. Will let you know.

maskas commented 7 years ago

I give 99% chance, that this error is caused by the plugin and is not present in the core.

The line, you have commented out, makes it possible for plugins to alter the form. I guess you have a plugin, that tries to modify that form and returns false instead of the modified form object.

boing6000 commented 7 years ago

Hi, thanks by the response i found that one downloaded plugin was corrupted, i just downloaded again and every thing is fine again, you can remove or close this pull request.