FireFly , I still have some problems with the import feature, as said on
post #64 .... :bored:
After upgrading board, i tried to import the just-exported templates (with today's date) were deleted by the upgradeXX.php (we have another thread open about in
General Discussion ... Do you remember ? :bandit: )
Well. I put in the import form the exact formatted date I used above to export templates, but as you can see in the attached screenshot, their name wasn't adjusted (truncating the date prefix), but were imported just with their actual filename ...
I saw also a php error at the top of the selection list when I had to choose one or all of them before the import.
Note: as suggested, I used '.htt' filenames ....
What do you think about ?
What could I check in TBS to solve the problem ?
Thanks
P.S.: I solved my problem updating the DB with a query like this:
Code:
UPDATE `template`
SET title = SUBSTRING(title,12,100)
WHERE title LIKE "2002-%"
... but I though better a tbs.php upgrade.... :ermm:
Thank you very much, again.
P.P.S.: comparing the dbs (before and after the above ops), I noticed first those templates were listed in the Default section. After the import (and the db correction) they were listed in the Custom section. Does it mean that, since now, when upgrading again I shouldn't have any more the problem they are deleted by the upgradeXX.php ... Is it true ?
Bye