Hello
I have a solution which contain image media (.jpg for several buttons)
When i import this solution to the Servoy Server it doesnt import this media.
The media must be imported with the solutions?
There is any way to impor the images manually?
here I copyed warnings when the solution was imported
Importing sol_nav_navigation.servoy…
[info] Import contains XML version 15 and repository version 38.
[info] Skipping import of i18n data
[info] Skipped sample data import for nav_foundset_filter in server sol_lab_pra (table not empty)
[info] Import successful…
[info] Activated solution sol_lab_pra release 6
You mean you have image media that is located in a table? Not part of the solution itself ?
When it’s part of the solution then Servoy will import that into the repository with the rest of the solution. But if you import the media as part of your sample data then Servoy requires the table to be empty on the server you import the solution.
You might want to create some import (admin) solution to load in any new image media in your own media table then.
Problem fixed changing the Postgres driver
We instaled Postgres 9.0 and the Driver that comes with Servoy 5.2.2 (in application_server/drivers folder) is for the Postgres version that bring Servoy (this one is not 9.0 is 8.something)
Thank you.