|
|
|
Can't save Cylinder-Information of a car 2 Years, 6 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
|
|
|
The administrator has disabled public write access.
|
|
|
|
Re:Can't save Cylinder-Information of a car 2 Years, 6 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
|
|
|
The administrator has disabled public write access.
|
admin (Admin)
Admin
Posts: 1679
|
|
Re:Can't save Cylinder-Information of a car 2 Years, 6 Months ago
|
Karma: 17
|
|
Thank you.
Corrected
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|