Recent Topics

1 Sep 26, 2007 20:08    

Fatal error: Cannot instantiate non-existent class: item in /home/mysite/public_html/htsrv/getmail.php on line 335

That was the error I have with v2.0.1 while getting the mail.
username, password, category and blog is ok but I have that error and I
dident have the error with v1.10.

example:654321
<category>14</category>
Youhou !!
It works !___

2 Oct 13, 2007 02:05

I downloaded from cvs but again we have error:

Fatal error: Cannot instantiate non-existent class: item in /home/mysite/public_html/htsrv/getmail.php on line 335

line 335:
// INSERT NEW POST INTO DB:
$edited_Item = & new Item();
$post_ID = $edited_Item->insert( $loop_User->ID, $post_title, $content, $post_date, $post_category, array(), 'published', $loop_User->locale );

That was the error I have with v2.0.1 while getting the mail.
username, password, category and blog is ok but I have that error and I
dident have the error with v1.10.

example:654321
<category>14</category>
Youhou !!
It works !___

3 Oct 16, 2007 10:53

again we have the error in v 2.0.2:

Fatal error: Cannot instantiate non-existent class: item in /home/mysite/public_html/htsrv/getmail.php on line 335

4 Oct 23, 2007 21:27

I get this error... Using the newest 2.**

Class 'Item' not found in /home/sfmarine/public_html/blogs/cron/getmail.php on line 335

5 Oct 23, 2007 23:42

I have not found the Item() class anywhere. Was this something that was changed but never fixed in this area?

6 Oct 23, 2007 23:54

HA!!

Add

require_once $inc_path.'items/model/_itemlist.class.php';


to getmail.php

7 Oct 24, 2007 10:16

Wow thanks... Now... It works well...

and mms.php

Notice: Undefined variable: default_category in /home/site/public_html/htsrv/mms.php on line 43


Form is loading...