OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Update to joomla 3.2

ackio (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Update to joomla 3.2 10 Years, 4 Months ago
Karma: 0  
Hi, I automated update joomla from 3.1.5 to 3.2, and now I've this error:

Warning: require_once(/public_html/***/libraries/joomla/plugin/helper.php) [function.require-once]: failed to open stream: No such file or directory in /public_html/***/components/com_vehiclemanager/vehiclemanager.html.php on line 13

Fatal error: require_once() [function.require]: Failed opening required '/public_html/***/libraries/joomla/plugin/helper.php' (include_path='.:/usr/lib/php:/usr/local/lib/php' in /public_html/***/components/com_vehiclemanager/vehiclemanager.html.php on line 13

And in my server now I don't have this directory ("plugin"....

Any idea??
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Update to joomla 3.2 10 Years, 4 Months ago
Karma: 101  
Hello

Welcome to Joomla 3.2 !

Please be careful with all updates

you need in file:
{site}/components/com_vehiclemanager/vehiclemanager.html.php

replace
Code:

 require_once($mosConfig_absolute_path."/libraries/joomla/plugin/helper.php");

to:
Code:

 jimport( 'joomla.plugin.helper' );



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
ackio (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Re:Update to joomla 3.2 10 Years, 4 Months ago
Karma: 0  
All perfect!


Very thanks!!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Update to joomla 3.2 10 Years, 4 Months ago
Karma: 101  
hello,

You may votefor us on joomla.org and write excellent review

If you will have some errors or questions, please write

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»