Forums
|
Marketplace (en)Forum for Marketplace, a Joomla! 1.0 classified ads component. Posts in english language. |
![]() | Last post |
| Forums | » Marketplace (en) | » Cannot install in Joomla 1.5 |
![]() 1 post --- Location: n.a. |
17.05.2009 15:22Cannot install in Joomla 1.5I cannot install it in Joomla 1.5.10 (legacy mode) this is all over marketplace frontpage...[i/] Notice: Undefined offset: 0 in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\show_index.php on line 151 Notice: Trying to get property of non-object in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\show_index.php on line 151 Notice: Undefined offset: 0 in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\show_index.php on line 152 Notice: Trying to get property of non-object in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\show_index.php on line 152 Notice: Undefined offset: 0 in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\show_index.php on line 153 Notice: Trying to get property of non-object in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\show_index.php on line 153 [i]and this is all over the page when i click write add Notice: Undefined offset: 0 in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 197 Notice: Trying to get property of non-object in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 197 Notice: Undefined offset: 0 in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 198 Notice: Trying to get property of non-object in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 198 Notice: Undefined offset: 0 in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 199 Notice: Trying to get property of non-object in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 199 Notice: Undefined offset: 0 in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 200 Notice: Trying to get property of non-object in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 200 Notice: Undefined offset: 0 in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 201 Notice: Trying to get property of non-object in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 201 Notice: Undefined offset: 0 in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 202 Notice: Trying to get property of non-object in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 202 Notice: Undefined offset: 0 in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 203 Notice: Trying to get property of non-object in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 203 Overview Search Write Ad My Ads Rules Please read our rules before you post your ad! = required Notice: Undefined variable: bInputFields in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 1171 = optional Notice: Undefined variable: bInputFields in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 1195 Write Ad Notice: Undefined variable: bInputFields in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 1234 Notice: Undefined variable: bAdminMode in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 1248 Notice: Undefined variable: bModeratorMode in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 1248 Name Notice: Undefined variable: bInputFields in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 1278 Your name please Notice: Undefined variable: bInputFields in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 1420 Your email address Category Notice: Undefined variable: bInputFields in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 1500 For SaleWantedWant to change Headline Notice: Undefined variable: bInputFields in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 1616 Headline is showed in bold Text Notice: Undefined variable: bInputFields in D:\System\Other Program Files\Wamp Server\wamp\www\Pusak\components\com_marketplace\write_ad.php on line 1632 Price Price (optional) Images as JPG, PNG or GIF, max 100 Kbyte Image 1 Image 2 Image 3 |
![]() 1 post --- Location: n.a. |
17.06.2009 11:02Re: Cannot install in Joomla 1.5 |
![]() 1014 posts --- Location: Fulda Germany Moderator ![]() |
17.06.2009 14:48Re: Cannot install in Joomla 1.5well, at first the subject is not correct. You could install Marketplace. What you show are "Notice"-Messages during runtime. You can get rid of those "Notices" if you set the reporting level in php.ini higher. ; - Show all errors, except for notices and coding standards warnings ; error_reporting = E_ALL & ~E_NOTICE Regards Achim -- Achim Fischer Codingfish Limited www.codingfish.com |
![]() 1 post --- Location: n.a. |
04.07.2009 02:15Re: Cannot install in Joomla 1.5error_reporting = E_ALL & ~E_NOTICE After i saw configuration.php joomla and had for a redefinition error_reporting, you should delete it or put a # at the beginning. The line was (mean value of 6143=All): Var $ error_reporting ='6143 '; and all very well. P.D. Achim, thanks for the tip |
| Forums | » Marketplace (en) | » Cannot install in Joomla 1.5 |



