OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Can't save Cylinder-Information of a car (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Can't save Cylinder-Information of a car

borkowski-edv (Visitor)
Posts: 0
graphgraph
User Offline
Can't save Cylinder-Information of a car 14 Years, 4 Months ago
Karma: 0  
Hallo,

i am using joomla 1.5 on a dedicated server. The installation of Vehicle Manager Basic for joomla 1.5 proceed without any problems. But, when i try to add a new car in vehicle manager, and save all informations, the cylinder-information is not saved in the database.

So i decide to buy Vehicle Manager Pro, and i have the same problem, too.

Please help me.

Thanks
Logged Logged
The administrator has disabled public write access.
borkowski-edv (Visitor)
Posts: 0
graphgraph
User Offline
Re:Can't save Cylinder-Information of a car 14 Years, 4 Months ago
Karma: 0  
To fix this problem:

Open admin.vehiclemanager.php and search for this line:

$num_cylinder_list = mosHTML :: selectList($numcylinder, 'vcylinder', 'class="inputbox" size="1"', 'value', 'text', $vehicle->cylinder);

Change it to

$num_cylinder_list = mosHTML :: selectList($numcylinder, 'cylinder', 'class="inputbox" size="1"', 'value', 'text', $vehicle->cylinder);

And it works!

I hope i can help other users.
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:Can't save Cylinder-Information of a car 14 Years, 4 Months ago
Karma: 101  
Thank you.

Corrected
Logged Logged
The administrator has disabled public write access.
Go to top
»