About arrow Support Forums Make Text BiggerMake Text SmallerReset Text Size
Export Content Support
Welcome, Guest
Please Login or Register.    Lost Password?
cannot instantiate non-existent class: (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: cannot instantiate non-existent class:
#1311
melron (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
cannot instantiate non-existent class: 5 Months, 3 Weeks ago Karma: 0  
I have a right version installed for Joomla 1.0 and 1.5.

1.0 is on server and 1.5. on my local computer, running on jsas-server and vista.

I try to move only seven content items, testing first how this component works.

When I click Insert Content Items, I get following message:

cannot instantiate non-existent class: jdate in W:\www\rockinmaailma\administrator\components\com_export_content\ admin.export_content.html.php on line 693

What does it mean?
http://www.mediavuo.fi/fatal_error.gif
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/07/18 07:18 By melron.
  The administrator has disabled public write access.
#1313
Steve (Admin)
Admin
Posts: 222
graph
User Online Now Click here to see the profile of this user
Re:cannot instantiate non-existent class: 5 Months, 3 Weeks ago Karma: 3  
I assume this is when you try to move static items from the Joomla 1.0+ install to the 1.5+ install.

The error is because Joomla changed after the release of export content 2.0.0.

On your local 1.5+ site go to:
\administrator\components\com_export_content\ admin.export_content.html.php line 693

Where you will see this:
Code:

$now = new JDate();
Change to:
Code:

//$now = new JDate();
Please let me know how you go as I need to fix this in the next release.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/07/18 08:10 By Steve.
 
Regards Steve.
  The administrator has disabled public write access.
#1399
dananimal (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Re:cannot instantiate non-existent class: 1 Month, 3 Weeks ago Karma: 0  
Steve wrote:
QUOTE:

Please let me know how you go as I need to fix this in the next release.


Hi Steve,

I also had this issue occur.

Commenting out line 693 as you suggest above worked perfectly.

Thanks,
;D
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#1400
Steve (Admin)
Admin
Posts: 222
graph
User Online Now Click here to see the profile of this user
Re:cannot instantiate non-existent class: 1 Month, 3 Weeks ago Karma: 3  
Hi D,

QUOTE:
I also had this issue occur.

Commenting out line 693 as you suggest above worked perfectly.

Thanks,


Thanks for the feed back, this will be addressed in the next release.
 
Report to moderator   Logged Logged  
 
Regards Steve.
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop