Support
325 topics in this forum
-
Hi there. I got a random fatal error from Lavarel: "Call to a member function toArray() on array (View: /home/estafeta/phpvms/resources/views/layouts/default/flash/message.blade.php)" I don't recall messing with any important files so I'm not sure if this is a bug or something I broke. Assistance would be much appreciated
Last reply by HSOrion, -
- 1 follower
- 6 replies
- 2.9k views
Hi there! I have gotten phpVMS 7 set up and was trying to get the automailer to work however I can't get it to work, I have tried MailGun and Sparkpost but all result in the following error "Expected response code 220 but got an empty response" and "Swift_Transport_AbstractSmtpTransport::assertResponseCode:445 vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:445" I can't find the .env file either?
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 2.2k views
Hey guys! I wanted to pick your brains about possibly getting the pireps to display based on the pilots hubs. I'd like to have it so you can go to a hub and see the pireps its filled. I am unsure how to do this the clean way! I know I can perform the following @if ($pirep->user->home_airport->icao == 'KCLT') In doing it this way I lose any pagination features as it's just filtering through already gathered data. Any thoughts would be appreciated!
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 2.1k views
When I try to view other created pilot profiles, I am getting the following error (attached). I can view my own profile just fine. php 7.3 and vms7 B-4 Anyone else seeing this? Screenshot_51.zip
Last reply by Nabeel, -
- 1 follower
- 15 replies
- 3.4k views
Got everything installed. 2 problems when trying to upload a avatar it gives me an error "PHP Fileinfo extension must be installed/enabled to use Intervention Image." which I assume is installed as I am using VMS hosing. I am using php 7.3. Secondly the cron job is doing my head in, "There was a problem running the cron; make sure it's setup and check logs at storage/logs/cron.log. See the docs" Mind you there is no log there. I assume this is the correct format when creating it in cpanel: blusquar php /blusquar/phpvms/artisan schedule:run >> /dev/null 2>&1
Last reply by Cloudpanda, -
- 1 follower
- 3 replies
- 2.2k views
While in the database setup screen, I have put all the information required. When I click "test database" I am getting error in a red banner reading "Failed! Could not find driver" If I try to skip testing and try to proceed, it just cyclels back around to database setup. Only information I could find was related to PDO, but nothing with phpsvms. Any ideas? Thank you in advance.
Last reply by Cloudpanda, -
- 2 followers
- 8 replies
- 3.2k views
After unzipping files and trying to access site to install, I am getting the following error (screenshot below) Not a free host and running php 7.3 Any direction would be helpful. Thank you all for your time. https://prnt.sc/srtput Screenshot_37.zip I was able to obtain these logs from host. [Mon Jun 01 12:04:23.336119 2020] [:error] [pid 660262:tid 140165602744064] [client 163.242.197.243:22745] PHP Warning: PHP Startup: Unable to load dynamic library 'openssl' (tried: /opt/cpanel/ea-php73/root/usr/lib64/php/modules/openssl (/opt/cpanel/ea-php73/root/usr/lib64/php/modules/openssl: cannot open shared object file: No such file or …
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 2.3k views
Just a question, i want to add "Airport Expenses" per flight, here in argentina are called like Airport Taxes, is a fixed amount per flight according the type of airport we are using (CAT I/ II / III ,, etc) the problem is that the system aplies to the flight alll the AIRPORTS listed in System. Does not aplies the expense to the particular pirep flight for the destination/departing airport. maybe i`m missing something https://imgur.com/a/4Zda6f0
Last reply by Nabeel, -
- 1 follower
- 22 replies
- 3.8k views
Hey does anyone have some knowedlge on getting a custom module to talk with the UserRepo? I created a module, added the Repo as it was add on the frontend users listing. But I am getting nothing. When I try to print the array it comes back as php memory exceeded, however I do not believe its a php memory issue. My code for the module controller is: <?php namespace Modules\Staff\Http\Controllers\Admin; use App\Contracts\Controller; use App\Models\Enums\UserState; use App\Repositories\Criteria\WhereCriteria; use App\Repositories\UserRepository; use Illuminate\Http\Request; use Illuminate\Support\Facades\Log; use League\ISO3166\ISO3166; use Prettus\Repository…
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 2k views
Hello everyone, I have searched the forums with no luck on an error that is presenting on APVcars V2. I have attached a screenshot of this error. It occurs after bidding on a flight, and trying to populate the Pilot Bids in acars. Here is the error. https://imgur.com/a/LxVI3IX Thanks
Last reply by Nabeel, -
- 1 follower
- 14 replies
- 4.8k views
one could lend me a hand on installing phpvms7 in a subdomain we are currently using VAM in our airline www.aerovirtual.com.ar, it`s working fine but its quite outdated. i want to keep using our main domain for our virtual airline and install phpvms in a subdomain. keep getting the internal server error or a corrupted index page. Thanks
Last reply by LuxuryCEO, -
- 1 follower
- 9 replies
- 4.6k views
Is there a way to install phpVMS 7 on localhost (XAMPP)? Or is it not possible? I'm trying to install it several times, but it never works. The page that says "phpVMS not installed" (https://prnt.sc/siiqrn) loads normally, however when I press the "Head on to the installer>" button, it redirects me to the XAMPP dashboard (localhost/dashboard - https://prnt.sc/siiqz3) and not to the installation page. In the structure files looks like this (https://prnt.sc/siiq6o😞 htdocs/ ├── phpvms And in the phpVMS index.php it looks like this (https://prnt.sc/sije6o😞 $path_to_phpvms_folder = __DIR__.'/../phpvms'; phpVMS version: …
Last reply by CarlosEduardo2409, -
- 1 follower
- 7 replies
- 2.4k views
Hi everyone! I just saw the latest version has been pushed but the updater seems to be broken: GuzzleHttp\Exception\RequestException cURL error 3: (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) So I have already started building a custom design etc on Beta 3, previously I created a fresh install and transferred everything over from another VM but the database import took forever. Is there anyway to update the version without having to delete all the current files and/or having to change any data? I was thinking of manually importing the GitHub file and then running the installer but I don't know if my custom skin and existing DB …
Last reply by Nabeel, -
- 1 follower
- 4 replies
- 2.2k views
hi guys on step two of the dev phpvms7 am getting the fallowing when setting up the database Failed! could not find driver am I missing something or ?? regards Michael
Last reply by Nabeel, -
- 1 follower
- 7 replies
- 2.3k views
Hi guys when I 1st installed phpvms 7 as a test site I was able to access the admin now I cant I get the fallowing image when I go to the admin side after I login never seen it before ( see link below ) Phpvms7 Admin error after login
Last reply by LuxuryCEO, -
- 1 reply
- 1.6k views
hello I've installed the phpVMS 7 beta from github but having trouble getting it to send emails. I've configured the laravel smtp settings in env.php and config.php and even config/mail.php but it's not even making a connection to my SMTP server. the storage/logs/laravel.log has no useful information, is there some way to enable debug logging in there?
Last reply by barf, -
- 1 follower
- 11 replies
- 3k views
Sorry, but I need help to install PHPVMS. 1. I Downloaded the file <phpvms-7.0.0-beta.3.zip> 2. I open a new free account at 000webhost (following a tutorial at Youtube - phpVMS Tutorials | Web Hosting) 3. I uploaded the files to folder public_html 4. I created a database 5. I chose PHP version 7.0 in the settings. 6. But, as I open my site, an error 500 shows up. 7. I dont have the possibility to install anything, as I could see in the PHPVMS page. I´m using a free account to test it, and posteriorly upload to my paid hoster. Anyone can help, please?
Last reply by macofallico, -
- 3 replies
- 1.7k views
I have tried iPage, but its not compatible with the platform phpVMS is based on, at least that's how they explained it.
Last reply by ProAvia, -
- 2 replies
- 1.3k views
Hello. I am new with phpVMS. When I'm trying to set it up, I can't set up Database Config because I'm getting an error Failed! SQLSTATE[HY000] [2002] Connection refused
Last reply by FlippR, -
- 1 follower
- 3 replies
- 1.4k views
Does anyone know how to add/remove profile fields on the register page without breaking everything?
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 1.3k views
Hi Guys, i think i made a mystake. Change the role of my first user. I.ve activated Adminpanel and all the checkboxes after creating a new role. But now when i.m logged in into the website i can.t select "admin" only "Profile" and "log out". Is there a chance to set back the role or have i to make a complete new installation? Thanks for Help.
Last reply by Nabeel, -
- 1 follower
- 5 replies
- 1.4k views
I've uploaded a copy of v7 (obtained from here) onto my server to tinker and test with. No issues with setting up the database although I noticed everything was in Times New Roman. Sure enough something was wrong. Right now the site is devoid of any formatting or images. http://singaporevirtualairlines.org/beta/public/index.php/login Can someone advise please? All I did was literally upload files > go to index.php > run installer
Last reply by Nabeel, -
- 1 follower
- 2 replies
- 1.2k views
Hi everybody got a little question. I like that the visitors of my Site first see News or a created Page when they land on my Website. Can any one tell me how i can realize that? Thanks to all
Last reply by BlindPilot, -
- 2 followers
- 11 replies
- 5.7k views
Hi, Nabeel i have tried installing latest version as per provided instructions i have done below steps to install it. i am having shared hosting environment & created subdomain Installed the latest ver from https://github.com/nabeelio/phpvms/archive/master.zip uploaded the same to public_html and extracted it now phpvms folder is next to public_html folder changes done in the index.php but i doubt which line needs to be changed below is my file <?php /** * phpVMS */ $path_to_phpvms_folder = __DIR__; require $path_to_phpvms_folder.'/bootstrap/autoload.php'; $app = require_once $path_to_phpvms_folder.'/bootstrap/app.php'; $path_t…
Last reply by William, -
- 1 follower
- 5 replies
- 1.9k views
(phpvms beta 3) It has error when i create pireps.. >> Page Not Found Well, this is embarrassing, the page you requested does not exist.Click here to go back to the home page. No query results for model [App\Models\Pirep] create
Last reply by Nabeel, -
- 1 follower
- 1 reply
- 1.2k views
Hello, I have several issues with phpVMS (I tried both 7 beta 3 and beta 2): 1. I can't add airport by website - https://prnt.sc/rpo3bl 2. ACARS can't log into website (cACARS and CCFTracker -> Connection timed out) 3. Trying to accept user - https://prnt.sc/rpo532 Config: /home/mzymla/domains/hemsvirtual.pl/public_html <- PUBLIC folder here /home/mzymla/domains/hemsvirtual.pl/phpvms <- core folder Hosting is legit, no issues with them before PHP 7.4, but also 7.3 and 7.2 tried.
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 1.5k views
Hi everyone, In our airline we use Google Cloud Platform // cloud computing and for security reasons mailings can only be made through external clients in our case we are using mailgun and so we can send emails normally from our webmail and the mailgun statistics show exactly that. The problem arises with phpVMS, I'm not sure, it is most likely the fault of how we are configuring it, but we do what we think is logical in the config. If you can help us with instructions on how to configure it in more detail, because the phpVMS documentation is very general on this topic, we would greatly appreciate it.
Last reply by Nabeel, -
- 1 follower
- 2 replies
- 1.2k views
Hi all, I've just installed phpvms 7.0, the installation process went well, I am now trying to import the data from phpvms 5 simpilot. The import process starts and I get some data into my new database, but the pireps are missing: [2020-04-12T05:19:40.428021+00:00] prod.INFO: --- PIREP IMPORT --- [] [] [2020-04-12T05:19:40.436016+00:00] prod.INFO: Found 15724 rows in pireps [] [] [2020-04-12T05:19:40.436576+00:00] prod.INFO: Imported 0 pireps [] [] [2020-04-12T05:19:40.436823+00:00] prod.INFO: Using DSN: mysql:host=localhost;port=;dbname=mydbnamexxxx [] [] [2020-04-12T05:19:40.436923+00:00] prod.INFO: --- PIREP IMPORT --- [] [] [2020-04-12T05:19:40.443979+00…
Last reply by Nabeel, -
- 0 replies
- 1k views
[deleted]
Last reply by HighFlyerPL185, -
- 3 replies
- 1.4k views
Hi there, I've downloaded the phpvms7 beta onto our server, but I can't seem to find the routes file where the urls are redirected. It seems this topic is outdated as I cannot find the file referenced here. Has the directory for it changed? https://forum.phpvms.net/topic/26175-solved-adding-new-page/ Many thanks, Josh
Last reply by Joshh,