Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 8 replies
- 5.3k views
Okay i just tried the beta version and everything was fine until a point when suddenly this came up "You must be logged in to access this feature !" and i cannot login anymore. I changed some files but only in the design, not in the code so something is wrong. My first step to debug that was to search in all files for the msg "You must be logged in to access this feature !" and i found about 10 files. After that, I put a number after every of those messages to identify on which position he shits himself. I found out that it was Profile.php class Profile extends CodonModule { public function index() { if(!Auth::LoggedIn()) { $this->set('message', 'You must b…
Last reply by nicolaananda, -
- 6 replies
- 3.9k views
Hello, I'm trying to fresh install phpVMS, first I had the "you're already logged in" error, which after some search on the forums, I fixed by editing .htaccess to force the usage of www. Now I'm getting "You must be logged in to access this feature!" Anyone could help with that? Best Regards!
Last reply by nicolaananda, -
- 0 replies
- 864 views
Hey All, I have been having this issue for a while now and don't know how to fix it. I have reuploaded a backup from when the website worked and it worked, but then 30 minutes later went back to this. Here is a screenshot - https://gyazo.com/3638fd00033497303f7962ef5bc51642. Please Help Thanks, Daniel
Last reply by CaptainDanTheMan, -
- 0 replies
- 1.1k views
Some (not all) Pilots have the error: "You must be logged in to acess this feature" when they want to login. I dont know what they can do, to fix it. The search have with this error no results. Have one a idea?
Last reply by BastiDE, -
- 2 replies
- 2.1k views
is there any mod out there that you guys know of that turns your news into a rss feed? or some way todo it Thanks
Last reply by servetas, -
- 1 follower
- 0 replies
- 1.1k views
As i never had the patience to read i gathered a couple of videos that are lying around youtube of PhpVms Tutorials How to Install or Solve phpVMS Version 936 Install Error "Line 28"
Last reply by Vangelis, -
- 1 reply
- 1.4k views
en Nabeel I'm struggling to get the id of the pilot with this query? <?php //set local variables $dbhost = "localhost"; $dbuser = "xxxxxx"; $dbpass = "xxxxxx"; $dbname = "xxxxxx"; //connect $db = mysql_pconnect($dbhost,$dbuser,$dbpass); mysql_select_db("$dbname",$db); // tex de MySQL Connection echo "<br />"; //base de dados echo "<br />"; //base de dados // Total pilotos que mais voou no mes por horas $query = "select p.code, p.pilotid, firstname, lastname, sum(r.flighttime) ,count(r.pirepid), submitdate, r.pilotid from phpvms_pilots p left join phpvms_pireps r on p.pilotid = r.pilotid right join phpvms_aircraft a on a.id = r.aircraft …
Last reply by Nabeel, -
- 3 replies
- 1.4k views
Hi, I am trying to setup my noreply email to send the registration confirmation emails etc. out to people when they register but they dont seem to be sending. My host is zoho and my settings are as follows # Email Settings Config::Set('EMAIL_FROM_NAME', 'MultiCrew No-Reply'); Config::Set('EMAIL_FROM_ADDRESS', 'noreply@multicrew.co.uk'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.zoho.com'); Config::Set('EMAIL_SMTP_PORT', '465'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_SECURE', 'ssl'); # must be "ssl" for Google Apps Config::Set('EMAIL_SMTP_USER', 'no…
Last reply by shakamonkey88, -
- 3 replies
- 4.3k views
Someone know how I can do so that on the Leaflet map, where the flights that are live appear to me, when I click on one of them, the map zooms, I would like it not to zoom when I click on one of the flights of the Map. Someone know how to I can do? Skin: StislaSkin phpVMS 5.5.2.72 simpilot/php7.2
Last reply by AlexOlPed,