PHP errors on "Noah's Classifieds"

simonthecat

Member
Messages
60
Reaction score
0
Points
6
Could some one please look at this error message and explain to me what it is saying? I installed the the Noah's Classifieds though the cPanel several times, but every time I got this error message when I went to the index.php where I installed it.
Code:
[B]Warning[/B]:  Invalid argument supplied for foreach() in [B]/home/simoncat/public_html/classifieds/gorum/gorumlib.php[/B] on line [B]141[/B]

[B]Warning[/B]:  Invalid argument supplied for foreach() in [B]/home/simoncat/public_html/classifieds/gorum/gorumlib.php[/B] on line [B]209[/B]

[B]Notice[/B]:  Undefined property:  Roll::$method in [B]/home/simoncat/public_html/classifieds/gorum/roll.php[/B] on line [B]41[/B]

[B]Notice[/B]:  Undefined property:  Roll::$list in [B]/home/simoncat/public_html/classifieds/gorum/roll.php[/B] on line [B]42[/B]

[B]Notice[/B]:  Undefined property:  Roll::$rollid in [B]/home/simoncat/public_html/classifieds/gorum/roll.php[/B] on line [B]43[/B]

[B]Notice[/B]:  Undefined property:  Roll::$sessionUserId in [B]/home/simoncat/public_html/classifieds/gorum/loginlib.php[/B] on line [B]13[/B]

[B]Notice[/B]:  Undefined property:  Roll::$globalUserId in [B]/home/simoncat/public_html/classifieds/gorum/loginlib.php[/B] on line [B]48[/B]

[B]Warning[/B]:  Invalid argument supplied for foreach() in [B]/home/simoncat/public_html/classifieds/gorum/dbproperty.php[/B] on line [B]61[/B]

[B]Warning[/B]:  Invalid argument supplied for foreach() in [B]/home/simoncat/public_html/classifieds/gorum/dbproperty.php[/B] on line [B]70[/B]
SELECT * FROM classifieds_ClassifiedsUser

Table 'simoncat_clss1.classifieds_ClassifiedsUser' doesn't exist
Thanks for your help!
 

The_Magistrate

New Member
Messages
1,118
Reaction score
0
Points
0
It seems that the script you're trying to install is broken. Have you tried downloading the latest version from the author and installing it manually?
 
Top