qazwsx Posted February 12, 2009 Share Posted February 12, 2009 Hey, My site now only has one error, it's a very important page though! This is what I'm getting: Message: At least one error occurred including "Zend/JSON.php"; see includeErrors property File: /home/james1/library/Zend/Loader.php Line: 300 _SESSION: Array ( [Zend_Auth] => Array ( [storage] => Array ( [user_admin] => 1 [user_id] => 3 [user_username] => ********* [user_email] => ******* [user_first_name] => ****** ) ) [Core_Validate] => Array ( [data] => Array ( [from_number] => 323 [from_street] => dfsf [from_suburb] => sadasdasd [from_postcode] => 1111 [from_city] => sdasdasd [to_number] => 22 [to_street] => sdasd [to_suburb] => asdasd [to_postcode] => 2222 [to_city] => asdadasd [schedule_spaces] => 2 [ride_distance] => 2121 [schedule_type] => one_off [schedule_oneoff_day] => 12 [schedule_oneoff_month] => 2 [schedule_oneoff_year] => 2009 [schedule_oneoff_hour] => 00 [schedule_oneoff_minute] => 00 [recurrance_type] => [recurrance_daily_type] => [recurrance_every_x_days_value] => [recurrance_weekly_monday] => 0 [recurrance_weekly_tuesday] => 0 [recurrance_weekly_wednesday] => 0 [recurrance_weekly_thursday] => 0 [recurrance_weekly_friday] => 0 [recurrance_weekly_saturday] => 0 [recurrance_weekly_sunday] => 0 [recurrance_monthly_value] => [recurrance_hour] => 00 [recurrance_minute] => 00 [recurrance_start_day] => 12 [recurrance_start_month] => 2 [recurrance_start_year] => 2009 [recurrance_end_day] => 12 [recurrance_end_month] => 2 [recurrance_end_year] => 2009 [waypoints_waypoints] => [submit] => Add Ride [nillzero] => 0 ) ) [__ZF] => Array ( [Core_Validate] => Array ( [ENNH] => 1 ) ) ) Params: Array ( [controller] => rides [action] => view [id] => 162 [module] => default ) I am using Zend Framework and Zend Core. Any help would be greatly appreciated Link to comment https://forums.phpfreaks.com/topic/144883-solved-zend-json-error/ Share on other sites More sharing options...
gizmola Posted February 18, 2009 Share Posted February 18, 2009 You might check that your version of the framework is current and not mixed. There was some additions made to that area of the framework after version 1.85 or so. Link to comment https://forums.phpfreaks.com/topic/144883-solved-zend-json-error/#findComment-765587 Share on other sites More sharing options...
qazwsx Posted February 19, 2009 Author Share Posted February 19, 2009 It turns out, the coder had it trying to find JSON.php when it wasn't meant to be in capitals, just lower case. Link to comment https://forums.phpfreaks.com/topic/144883-solved-zend-json-error/#findComment-765770 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.