James142 Posted October 23, 2010 Report Share Posted October 23, 2010 (edited) You need to pick your phpvms database from the column on the left, when you click on it a listing of all the tables in that database will come up in the main screen. From there you need to use the import option from the menu across the top of that listing. When i click on the phpvms database (information_schema) the import tab on top disappears? I was looking in the wrong database :S thanks for the help Edited October 23, 2010 by jamesbarrett142 Quote Link to comment Share on other sites More sharing options...
Faban Hamans Posted November 21, 2010 Report Share Posted November 21, 2010 first of all it is a excellent addon. I will use it on the website, but i got 1 problem. On the day of the event, my pilots (and I) cant no longer signup for the event later on the same day. The event should take place later on the same day but is standing by Past Events. Can i change something so that my pilots can signup for the event til 30 minutes before the time to fly? Some pilots must do work, and cant say they are flying the event for that moment because of his work. Fabian Hamans Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted November 22, 2010 Author Administrators Report Share Posted November 22, 2010 Yep, thats been an issue from the beginning, its on the list for the net version, if and when I can get to it. Got my hands in a few too many things at the moment. Quote Link to comment Share on other sites More sharing options...
Amed Posted December 6, 2010 Report Share Posted December 6, 2010 Hello I do not understand the English language I translated by translation WebSites ... my problem that I download the file up and I followed all the instructions instalattion (new facility). I then menu "events" on the first page;. and I also "events" on the menu "Admin." but when I clik on "Events" does not work and I have the following message: "An Error Was Encountered The module EVENTS_ADMIN "does not exist! " I ask for help Thank you for your understanding Quote Link to comment Share on other sites More sharing options...
Faban Hamans Posted December 6, 2010 Report Share Posted December 6, 2010 first of all it is a excellent addon. I will use it on the website, but i got 1 problem. On the day of the event, my pilots (and I) cant no longer signup for the event later on the same day. The event should take place later on the same day but is standing by Past Events. Can i change something so that my pilots can signup for the event til 30 minutes before the time to fly? Some pilots must do work, and cant say they are flying the event for that moment because of his work. Fabian Hamans I lay this issue to my partner (system operator / ICT) before and after a 30 min puzzling he came with the next solution. You can see the changes in the attached file. He has changed some querys related to the time to become involved in the date. Its change in the database. I do not know exactly, but it works for my website. Maybe you can use the solution for a new update. Fabian Hamans EventsData.class.php Quote Link to comment Share on other sites More sharing options...
Amed Posted December 8, 2010 Report Share Posted December 8, 2010 I thank Fabian Hamans For his answer. but it does not regulate my problem .. Always block the same stage .. I wait for help Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted January 29, 2011 Report Share Posted January 29, 2011 Hi, I have a problem... This is my error: I access in http://www.bluexpressva.joomlafree.it/phpVMS/admin/index.php/events_admin and : Notice: The template file "/home/us6gdg8h/domains/bluexpressva.joomlafree.it/public_html/phpVMS//admin/templates/events/events_index.tpl" doesn't exist in /home/us6gdg8h/domains/bluexpressva.joomlafree.it/public_html/phpVMS/core/classes/TemplateSet.class.php on line 248 Why??? Thanks! Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted January 29, 2011 Report Share Posted January 29, 2011 Ok Now Go! Thanks! Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted January 29, 2011 Moderators Report Share Posted January 29, 2011 Hello, check that the files exists, The template file "/home/us6gdg8h/domains/bluexpressva.joomlafree.it/public_html/phpVMS//admin/templates/events/events_index.tpl" doesn't exist in /home/us6gdg8h/domains/bluexpressva.joomlafree.it/public_html/phpVMS/core/classes/TemplateSet.class.php on line 248 Quote Link to comment Share on other sites More sharing options...
Blu-Express VA Posted January 29, 2011 Report Share Posted January 29, 2011 Hello, check that the files exists, Yes Exist Quote Link to comment Share on other sites More sharing options...
polirom Posted February 5, 2011 Report Share Posted February 5, 2011 Hi all I deleted an event created in the admin panel but still visible on the web phpVS system. How I can remove -------------------------------------- SOLVED .- I had to delete the news Quote Link to comment Share on other sites More sharing options...
James142 Posted March 9, 2011 Report Share Posted March 9, 2011 I am trying to get the event image to show on the main events page (www.mysite.com/index.php/events). I have tried using <?php echo $event->image; ?> but it doesnt work? Thanks, James Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted March 9, 2011 Author Administrators Report Share Posted March 9, 2011 I am trying to get the event image to show on the main events page (www.mysite.com/index.php/events). I have tried using <?php echo $event->image; ?> but it doesnt work? Thanks, James Are you wrapping it in an image tag? <img src="<?php echo $event->image; ?>" alt="" /> Quote Link to comment Share on other sites More sharing options...
James142 Posted March 9, 2011 Report Share Posted March 9, 2011 Are you wrapping it in an image tag? <img src="<?php echo $event->image; ?>" alt="" /> When I use that code, the image still does not appear. When I look at the source its showing this <img src="" alt="" /> Thanks Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted March 11, 2011 Author Administrators Report Share Posted March 11, 2011 Are you loading the data in the controller for that page? Looks like the variable is empty to me. Quote Link to comment Share on other sites More sharing options...
James142 Posted March 11, 2011 Report Share Posted March 11, 2011 Are you loading the data in the controller for that page? Looks like the variable is empty to me. Ah i was putting the code in the wrong place, thanks! Quote Link to comment Share on other sites More sharing options...
5SA CEO Posted April 24, 2011 Report Share Posted April 24, 2011 Hi, I am looking forward to using this addon as it looks good. I have installed everything in the right place, but for some reason I am getting the following; Notice: The template file "/home2/fivstar6/public_html/phpvms//core/templates/events/events_index.tpl" doesn't exist in /home2/fivstar6/public_html/phpvms/core/classes/TemplateSet.class.php on line 248 I know the file is there so looking at it why is there a '//' and not single '/', so I went to try and get rid of one '/' but for the life of me I cannot find the location to modify it, any ideas? Thanks Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted April 24, 2011 Author Administrators Report Share Posted April 24, 2011 The file is missing or corrupted, make sure it is in the correct path for the templates and if it is load a new one up, it may have been corrupted in the transfer. Quote Link to comment Share on other sites More sharing options...
5SA CEO Posted April 25, 2011 Report Share Posted April 25, 2011 Thanks simpilot, sorted now. yet again a nice addon. Quote Link to comment Share on other sites More sharing options...
Angel Air Posted June 6, 2011 Report Share Posted June 6, 2011 Hi all, Had this running for quite some time now works great!! Apart from one small little niggle.... When a pilot signs up for the event it shows the pilot registered 3 times in the admin section why is this? Also shows the same thing in the event details like this.... Thanks in advance Scott Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 10, 2011 Author Administrators Report Share Posted June 10, 2011 Have you added any code to your files for the event addon? Try uploading the admin files again and see if that solves it. Quote Link to comment Share on other sites More sharing options...
dimitris Posted June 22, 2011 Report Share Posted June 22, 2011 Hi simpilot! Is it possible to get the last added (active) event ? Quote Link to comment Share on other sites More sharing options...
vader21 Posted June 22, 2011 Report Share Posted June 22, 2011 Hi simpilot! Is it possible to get the last added (active) event ? Hey maybe i can help,What do you mean? Quote Link to comment Share on other sites More sharing options...
dimitris Posted June 22, 2011 Report Share Posted June 22, 2011 Hey maybe i can help,What do you mean? Well I would like to show the last active event in front page, but anyway I wrote my own script for this If you are interested drop me a mail/post/pm. Regards, Quote Link to comment Share on other sites More sharing options...
chris2 Posted June 28, 2011 Report Share Posted June 28, 2011 I have uploaded all of the things oin the file and installed it via myphp admin. In my admin centrt i have the adon bar and the events option. When i click on the events option i get Notice: The template file "/home/cmorton/public_html//admin/templates/events/events_index.tpl" doesn't exist in /home/cmorton/public_html/core/classes/TemplateSet.class.php on line 248 and the rest a blank page. Is it something i have done? any one have any idears? thanks chris Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted June 28, 2011 Author Administrators Report Share Posted June 28, 2011 @chris2 - Your answer is in the error. That template (events_index.tpl) is not in the folder where it is supposed to be "admin/templates/events/". Check the folder and see if it is there or if it is corrupted. Quote Link to comment Share on other sites More sharing options...
chris2 Posted June 28, 2011 Report Share Posted June 28, 2011 iv checked and it is there and reuploaded about 3 times and still nothing. Quote Link to comment Share on other sites More sharing options...
chris2 Posted June 28, 2011 Report Share Posted June 28, 2011 I now have a different error: Notice: The template file "/home/cmorton/public_html//admin/templates/events/events_index.tpl" doesn't exist in /home/cmorton/public_html/core/classes/TemplateSet.class.php on line 248 edit no it is not a defferent error Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted June 28, 2011 Moderators Report Share Posted June 28, 2011 Your file is missing from /home/cmorton/public_html//admin/templates/events/ File name /events_index.tpl Quote Link to comment Share on other sites More sharing options...
chris2 Posted June 28, 2011 Report Share Posted June 28, 2011 everything is there. but there is no such folder on the website public_html//admin there is only a public_html/admin 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.