Everything posted by Jimmo
-
Need to add some older years to the new vehicle form
Added this to the latest version :)
-
Post profile show 2 Vehicles that don't exist
You likely may need to rebuild your search index as you've done many migrations. That can be done in ACP -> System -> Search.
-
Error trying to install Garage
I can take a look at that for a future release. This is actually core functionality of Invision Community so I will report that to them. Make sure you use the move moderator action in order to move. The category on the editing area is should be disabled. I'll fix that on a future release. If PBR is enabled, guests will be able to post but be required to register.
-
Error trying to install Garage
I was able to reproduce the reorder of the field categories and released a fix for that.
-
Error trying to install Garage
I am not seeing wrong data in wrong fields, no.
-
Error trying to install Garage
If you're not happy with that, you can certainly uninstall both applications and re-install, then re-run the migration. It'll import your data right back.
-
Error trying to install Garage
You can see the demo here: https://software.thejimmo.com/garage/
-
Error trying to install Garage
Year is in the title and description will be up top. They are no longer in the custom fields area.
-
Error trying to install Garage
Yup, they are stored separately.
-
Error trying to install Garage
That is another core field now. You can remove your custom fields ;)
-
Error trying to install Garage
I'm not seeing anything different. We have a core description field in my app which wasn't there before so that may be causing confusion. You can get rid of the custom field you have as description.
-
Error trying to install Garage
The fields you copied there, match what is on that truck's garage for me.
-
Error trying to install Garage
You'd need to get your server error log entry for that. If you are unsure, please contact your hosting provider.
-
Error trying to install Garage
I have uploaded a new version of the app in the Downloads area. You'll need to upgrade your application with this and then run the background tasks manually again.
-
Error trying to install Garage
Depends on how your background tasks are processed. If they are not processed via cron, it could be normal due to lack of traffic. However, you can click that "manually run them now" link at the bottom of that widget and it will run them in realtime
-
Error trying to install Garage
You'll need to add it via the Menu Manager for it to show up. You'll also need to give permissions to your member groups to access the garage category.
-
Error trying to install Garage
The migration is done via background tasks so that it does not take down your server. It will take some time depending on the size of your previous collections app but can check your queue in ACP -> System -> Dashboard -> Background Processes.
-
Error trying to install Garage
Directions can be found here: Garage Migration - Invision Community Version 5 - The Jimmo 🙂
-
Error trying to install Garage
Did you uninstall the partially created app that failed the first time?
- Error trying to install Garage
-
Error trying to install Garage
You'll want to contact your hosting provider there for assistance.
-
Error trying to install Garage
Make sure you take a backup prior but yes.
-
Error trying to install Garage
If that looks reasonable to be your collections data, I would advise taking a backup of your database and then deleting the ibf_garage tables.
-
Error trying to install Garage
Yeah, you already have tables named as such. If you're using the old devfuse application, you'll need to make sure all the data is in the collections_ prefixed tables then delete these old ones. Then reattempt install of my application.
-
Error trying to install Garage
Did you install the Garage Migration application prior to the Garage application? Likely failed to create a table due to either you already have a table named as such or it attempted a double install as there is only one primary key and it is mapped as autoincrement. If you go to ACP -> System Logs, is there any further information? Otherwise, you'll need to run this in PHPMyAdmin or similar against your database: SHOW TABLES LIKE 'ibf_garage_%';