neo2810 Posted January 14, 2018 Report Share Posted January 14, 2018 I currently have a heavily modified phpvms 2.6 deployment running our VA site. It's been absolutely fine over the years and runs with kacars v1 but I'm wanting to start use kacars v2. Clearly v2 won't run on our phpvms version and because most of the core is heavily modified, upgrading the phpvms version in situ is not possible, so I'll be developing from scratch to replace what we have once I'm ready. I've got v7.0 running on a Xampp dev environment on my local machine and I've run the installer and have the example info pulling in from the local mysql db correctly, so far so good. However, I've imported all the tables from my existing site to the dev DB but none of the info is pulling into the v7.0 front end? Is v7.0 a complete rewrite which uses a whole new set of variables making importing existing DB data impossible, or have I missed something? I can see all the newly generated tables alongside the old so I know I'm using the correct DB. Further to that, I can't seem to find any docs on structure of v7.0? All the tutorials and docs refer to the classic phpvms. Where do you put template files in the Laravel file structure? Quote Link to comment Share on other sites More sharing options...
flyalaska Posted January 14, 2018 Report Share Posted January 14, 2018 (edited) V7 is on a different framework. Your current mods will not work on v7. V7 is still in testing stage, I wouldn't even worry about it right now. Edited January 14, 2018 by flyalaska Quote Link to comment Share on other sites More sharing options...
web541 Posted January 14, 2018 Report Share Posted January 14, 2018 kacars is being updated (so I've heard) when the v7 API becomes fully available. As for the DB, you can't just import your v2 ones into the v7 ones, the structure is completely different. A converter is being made to do the importing for you, but even this isn't completely ready yet. For the templates, they are stored here and for modifying them you should look here and here But as flyalaska said, you shouldn't be worrying too much about v7 just yet, there's still a lot that needs to be done before it's production ready. Quote Link to comment Share on other sites More sharing options...
neo2810 Posted January 15, 2018 Author Report Share Posted January 15, 2018 Ah, my bad. I was under the impression v7 had been released as you can download the Laravel and classic frameworks versions. So to be clear, I should either work on phpvms v5.5 (latest stable as far as I can see), or wait until v7 is available and then start developing on that? I can only see download for v7 on this site. Where are the previous versions? Quote Link to comment Share on other sites More sharing options...
web541 Posted January 15, 2018 Report Share Posted January 15, 2018 You can still download 5.5.x here https://github.com/DavidJClark/phpvms_5.5.x v7 is close to an *alpha* stage but at this time, it's still best to use the link above. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted January 16, 2018 Administrators Report Share Posted January 16, 2018 On 1/14/2018 at 7:22 PM, neo2810 said: Ah, my bad. I was under the impression v7 had been released as you can download the Laravel and classic frameworks versions. So to be clear, I should either work on phpvms v5.5 (latest stable as far as I can see), or wait until v7 is available and then start developing on that? I can only see download for v7 on this site. Where are the previous versions? I'll put the previous version download in the downloads section Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.