Wiccle.com in Facebook Wiccle.com in Twitter Wiccle.com in LinkedIn Wiccle.com in Youtube RSS from Wiccle.com Wiccle.com in Atom
 
 
 

Thread: Windows running locally with Wamp5

Started: July 24, 2009, 05:06 PM  ⋅  Zone: Public Forums  ⋅  Category: Announcements  ⋅  Posts: 6  ⋅  Views 702
Started by: Technoman  ⋅  Description: apache log errors
Post #1
Member: Technoman  ⋅  Date: July 24, 2009, 05:06 PM  ⋅ Subject: "Windows running locally with Wamp5"

First I had to disable the PHP_Display_Errors_Module

then guys Im getting a ton of errors in my appache server error log ...

 

[Fri Jul 24 00:27:20 2009] [error] [client 127.0.0.1] PHP Notice:  Array to string conversion in C:\\wamp\\www\\core\\class_templates.php on line 66, referer: http://localhost/index.php?module=admin&show=system
[Fri Jul 24 00:27:20 2009] [error] [client 127.0.0.1] PHP Notice:  Array to string conversion in C:\\wamp\\www\\core\\class_templates.php on line 66, referer: http://localhost/index.php?module=admin&show=system
[Fri Jul 24 00:27:20 2009] [error] [client 127.0.0.1] PHP Notice:  Undefined index: unit_bu in C:\\wamp\\www\\core\\class_templates.php on line 1252, referer: http://localhost/index.php?module=admin&show=system
[Fri Jul 24 00:27:20 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/templates/default/images/ajax_popup_bottom_500.png, referer: http://localhost/index.php?module=admin&show=system&area=server_settings
[Fri Jul 24 00:27:20 2009] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/templates/default/images/ajax_popup_top_500.png, referer: http://localhost/index.php?module=admin&show=system&area=server_settings

 

Post #2
Member: Markus  ⋅  Date: July 24, 2009, 05:18 PM  ⋅ Subject: "(No title)"

WAMP 5, you say? Let me try and crank up my error reporting one level more, it is usually at maximum reporting. So you're getting some warnings, perhaps of unreferenced variables? Please keep reporting!


Generally when I code, I make it a point to bring the application to zero notifications level, but we've had our deadlines to meet and some areas haven't been reviewed as thoroughly as they should have. All of this is what's currently on my desk and in the works.

Post #3
Member: Technoman  ⋅  Date: July 24, 2009, 05:34 PM  ⋅ Subject: "(No title)"

from what i see is to do soemthing with missing a image/template and then calling to a module ?

 

This is way off my league and I hope you understand :)

Post #4
Member: Markus  ⋅  Date: July 24, 2009, 09:24 PM  ⋅ Subject: "(No title)"

There are a couple of harmless variable type errors caused by a rogue blank variable (of wrong type) that'll be reinitiated in right type and then appended to.  The missing image error is strange indeed as that's where the image named should be at (if that's the right path).

Post #5
Member: Markus  ⋅  Date: July 28, 2009, 03:22 PM  ⋅ Subject: "(No title)"

So I just noticed that my php.ini error reporting level was set to E_ALL & ~E_NOTICE on my new laptop... Curious, as it's always at E_ALL. Must be a leftover from one of those many system reinstalls! All notices are (again) active on my dev system, and every related notice should be gone with our next iWiccle release.

Post #6
Member: Technoman  ⋅  Date: August 3, 2009, 04:53 PM  ⋅ Subject: "(No title)"

actually i found something interesting that has been changed in php 5.3 and higher so i decided to mention it in another thread i started today

 

Announcements

Add to Favorites
Public Forums
Category  ⋅  Wiccle and Fusion community news and announcements.
 

Public Forums

Add to Favorites
Public Forums
Zone  ⋅ Public forum sections for support and discussions. Available for everyone.
 

Zone Categories

 
Questions? Ask us!
Back to Top