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

Error on step 5 of setup #1

Open
kunashe opened this issue May 3, 2014 · 2 comments
Open

Error on step 5 of setup #1

kunashe opened this issue May 3, 2014 · 2 comments
Labels

Comments

@kunashe
Copy link

kunashe commented May 3, 2014

I get the following response on step 5 of setup. However, in a separate tab, I can log into cmcm & work.

Response could not be resolved:
Strict Standards: Non-static method Login::pretty_print() should not be called statically in C:\Users...\work_in_progress\local\cmcm-demo\cmcm\assets\php\lib\Login.class.php on line 287

Strict Standards: Non-static method Jdat::pretty_print() should not be called statically in C:\Users...\work_in_progress\local\cmcm-demo\cmcm\assets\php\lib\Jdat.class.php on line 340

Strict Standards: Non-static method Jdat::pretty_print() should not be called statically in C:\Users...\work_in_progress\local\cmcm-demo\cmcm\assets\php\lib\Jdat.class.php on line 340

@cjm771
Copy link
Owner

cjm771 commented May 3, 2014

Ah I'll have to check with that. Your server must have error reporting as E_STRICT.I have been using E_ALL for error_reporting on my server. I'll have to debug using E_STRICT on the server.

If your self hosted, As a temp fix, change php.ini line, error_reportting to E_ALL.
If it's shared (which it doesn't look like it), then put a php.ini in your site directory with one line:
error_reporting = E_ALL

let me know if your getting this or other bugs. cheers.

-chris

On May 3, 2014, at 2:24 PM, kunashe [email protected] wrote:

I get the following response on step 5 of setup. However, in a separate tab, I can log into cmcm & work.

Response could not be resolved:
Strict Standards: Non-static method Login::pretty_print() should not be called statically in C:\Users\Kunashe\Documents\work_in_progress\local\cmcm-demo\cmcm\assets\php\lib\Login.class.php on line 287

Strict Standards: Non-static method Jdat::pretty_print() should not be called statically in C:\Users\Kunashe\Documents\work_in_progress\local\cmcm-demo\cmcm\assets\php\lib\Jdat.class.php on line 340

Strict Standards: Non-static method Jdat::pretty_print() should not be called statically in C:\Users\Kunashe\Documents\work_in_progress\local\cmcm-demo\cmcm\assets\php\lib\Jdat.class.php on line 340


Reply to this email directly or view it on GitHub.

@cjm771 cjm771 added the bug label May 3, 2014
@kunashe
Copy link
Author

kunashe commented May 4, 2014

Hey,

Changing the error reporting level to E_ALL & ~E_NOTICE & ~E_STRICT disabled the notification.

I am running php 5.4.7 on a local xampp 3.1 installation.

Ku

From: cjm771
Sent: ‎Sunday‎, ‎4‎ ‎May‎ ‎2014 ‎04‎:‎29
To: cjm771/cmcm
Cc: Kunashe

Ah I'll have to check with that. I have been using E_ALL for error_reporting on my server. I'll have to debug using E_STRICT on the server.

What hosting are you using? If your self hosted, As a temp fix, change php.ini line, error_reportting to E_ALL.
If it's shared, then put a php.ini in your site directory with one line:
error_reporting = E_ALL

let me know if your getting this or other bugs. cheers.

-chris

On May 3, 2014, at 2:24 PM, kunashe [email protected] wrote:

I get the following response on step 5 of setup. However, in a separate tab, I can log into cmcm & work.

Response could not be resolved:
Strict Standards: Non-static method Login::pretty_print() should not be called statically in C:\Users\Kunashe\Documents\work_in_progress\local\cmcm-demo\cmcm\assets\php\lib\Login.class.php on line 287

Strict Standards: Non-static method Jdat::pretty_print() should not be called statically in C:\Users\Kunashe\Documents\work_in_progress\local\cmcm-demo\cmcm\assets\php\lib\Jdat.class.php on line 340

Strict Standards: Non-static method Jdat::pretty_print() should not be called statically in C:\Users\Kunashe\Documents\work_in_progress\local\cmcm-demo\cmcm\assets\php\lib\Jdat.class.php on line 340


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub.

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