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

Warnings and Notices in various scenarios #3

Closed
owzim opened this issue May 16, 2014 · 1 comment
Closed

Warnings and Notices in various scenarios #3

owzim opened this issue May 16, 2014 · 1 comment
Labels

Comments

@owzim
Copy link

owzim commented May 16, 2014

Some warnings and notices pop up in the following scenarios. Not sure if everything ran correctly anyway. Tested with PW 2.4 stable, PHP Version 5.5.11 and ProcessJSONInstaller 0.1.0.

Each time when opening the setup page: domain.dev/processwire/setup/json-installer/

Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63

after install SEO

Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined variable: core in site/modules/ProcessJSONInstaller/classes/Dependency.php on line 24
Warning: fopen(): Filename cannot be empty in site/modules/ProcessJSONInstaller/classes/Dependency.php on line 26
Warning: rename(../modules/,../modules/TextareaCounter): Invalid argument in site/modules/ProcessJSONInstaller/classes/Dependency.php on line 32
Warning: Invalid argument supplied for foreach() in site/modules/ProcessJSONInstaller/classes/Module.php on line 132

after install Configuration:

Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63

after install Contact:

Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Notice: Undefined property: stdClass::$zip in site/modules/ProcessJSONInstaller/classes/Module.php on line 54
Notice: Undefined property: stdClass::$core in site/modules/ProcessJSONInstaller/classes/Module.php on line 55
Notice: Undefined property: stdClass::$pages in site/modules/ProcessJSONInstaller/classes/Module.php on line 63
Warning: Invalid argument supplied for foreach() in site/modules/ProcessJSONInstaller/classes/Module.php on line 132
@pieterbeulque
Copy link
Contributor

Hi owzim,

Forgot about this since I mostly develop with $debug on false. Not sure why I do that.

Thanks for telling me about this, I'll upload a fix soon.

P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants