Support
326 topics in this forum
-
- 1 follower
- 0 replies
- 1.5k views
Before asking for help, read this topic: https://docs.phpvms.net/help If it's not followed, you will just be pointed to this topic and if you're a repeat offender, your post will just be closed.
Last reply by Nabeel, -
- 6 replies
- 8.3k views
Hello, I've been trying to install the version of phpVMS on the github for a while now. I've finally got the first page to show up (where it says phpVMS not installed). When I click "Head on to the installer", I get a 404 Not Found Error. I have php 7.1 with all the requirements, mySQL, nginx/1.10.3, and I'm running on Debian Jessie. Any ideas? Been stuck with this for a while. EDIT: Just checked the nginx error.log. It says something about not being able to find "/var/www/phpvms/public/install/index.php". I checked the github to see if it was a problem cloning the files, but it doesn't have a folder named install in the public directory either. …
Last reply by ProAvia, -
- 8 replies
- 7.9k views
Hello: Sorry my English is terrible, that's why I'll use google trans... 1.- Download this version from discord... — 08/30/2022 Version 7.0.0-dev+220830.f30a3b is available, download: zip | tar 2.- Carry out the installation according to the manual... Option 2: Copying the public directory /home/youruser phpvms < Create this folder and upload phpvms into it public_ftp public_html < Upload the files from phpvms/public into I did this like this since my cpanel only allows me to create subdirectories in Public_html. 3.- In my cpanel I told my domain to work with php 8.0+, when …
Last reply by DisposableHero, -
- 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, -
- 22 replies
- 5.2k views
I need help to configure the email # EMAIL SETTINGS # Look at the available mail configs in config / mail.php # Also refer to the Laravel docs here: https://laravel.com/docs/8.x/mail MAIL_DRIVER = smtp MAIL_FROM_NAME = 'phpVMS DOES NOT RESPOND' MAIL_FROM_ADDRESS = 'MY MAIL GOES HERE' MAIL_HOST = 'here goes the host, but I don't know which one to put smtp.hostinger.es, imap.hostinger.es, hostinger.es' MAIL_PORT = '587' or '995' if outbound or inbound MAIL_ENCRYPTION = MAIL_USERNAME = my username MAIL_PASSWORD = my password I tried various convinations but none of them work for me. My service provider is hostinger.es imap.hostinger.es 993 …
Last reply by DisposableHero, -
- 2 followers
- 15 replies
- 4.9k views
Have some one a Idea ???
Last reply by Seb, -
- 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
- 7 replies
- 4.7k views
Hi, I am trying to create a new database to later create a new module. Reading the documentation I must use "php artisan module: make-migration create_sample_table ModuleName" but when executing this instruction I get "In DatabaseServiceProvider.php line 88: Class 'Faker \ Factory' not found" This appears on to create a module or to create a database. Can hel me about this please. Many Thanks
Last reply by lorlandi, -
- 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
- 14 replies
- 4.2k views
I have uploaded the directory to html_public folder and ran composer install. However, installation folder doesn't exists and therefore I am not able to continue installation. Has anyone had the same issue? Let me know if you know how to fix it!
Last reply by chris2012nrw, -
- 1 follower
- 19 replies
- 4.1k views
Fatal error: require(): Failed opening required '/homepages/46/d848018555/htdocs/clients/phpvms7/bootstrap/../vendor/autoload.php' (include_path='.:/usr/lib/php7.2') in /homepages/46/d848018555/htdocs/clients/phpvms7/bootstrap/autoload.php on line 17 Getting this error whilst trying to get onto the installer ? Am running on php 7.2. Line 17 is - require __DIR__.'/../vendor/autoload.php'; Thanks On my other server I just get a blank screen nothing else
Last reply by DisposableHero, -
- 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
- 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, -
- 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, -
- 13 replies
- 3.1k views
hello, im stuck in the installation of phpvms version 7 please someone can help me install this. i will give him symbolic payment for the helping. please pm me.
Last reply by DisposableHero, -
- 20 replies
- 3.1k views
Title also what php version do i need to use 7.3 ?
Last reply by ProAvia, -
- 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, -
- 12 replies
- 3k views
Hello everyone, I'm not sure this is the right place or not, but I was wondering if there is any way to use smartCARS with phpVMS 7, or is there any plane in the future? Thanks in advance Regards, Vahid.N
Last reply by akersbrian0777, -
- 1 follower
- 9 replies
- 3k views
Hello, when people try to edit a PIREP after they have sent it, an error is coming up about a missing function. While this would be nice to work, editing PIREPs is not really necessary anyway. So I wonder if there is an option to disable it somewhere. I know there was an app.config file in V5 but I have not found something similar in V7. Any help is appreciated. Cheers
Last reply by bbuske, -
- 1 follower
- 5 replies
- 2.9k views
I need help setting up phpvms ver 7 the latest release can someone walk e through what I need to do , thanks. regards Chris
Last reply by opsman, -
- 1 follower
- 7 replies
- 2.9k views
Hello developers, first of all thank you for your hard work and releasing the phpVMS 7. Unfortunately, after a successful install the page show like this to me. What did I do wrong?
Last reply by Nabeel, -
- 1 follower
- 8 replies
- 2.9k views
I’ve cloned the last version yesterday night, installed it and all seems to work properly 2 things: 1) when i login or i navigate to the pilot dashboard, it hangs for 30 seconds and then gives me a timeout error in guzzy http class (or how its name is, i don’t have logs now) in curlhttp adapter and doesn’t load the page at all. 2) when i navigate the site with my phone or iPad the navigation menu button in the titlebar doesn’t work. anyway great job with this project!!! P.S.: My setup is nginx 1.4, php 7.2.5, mariadb 10.3, redis 3.2, latest versions of composer and apcu, all on Windows 10 pro 64 bit (but i had the same issues in apache 2.4 without redi…
Last reply by Nabeel, -
- 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
- 2 replies
- 2.7k views
I need help updateing PHP to v7.2 from v7. I'm not sure if this is possable or how to do it. Can somone help please!!
Last reply by spkier, -
- 1 follower
- 9 replies
- 2.7k views
Hi ! I have just create a module called Donazioni with the shell command. Now i have the structure and in the admin pannel i see under Addons the name Donazioni. When i click into Donazioni, the web site return: Page Not Found Well, this is embarrassing, the page you requested does not exist. Click here to go back to the home page. How is possible have a white page in admin pannel? Thanks Donazioni.zip
Last reply by Tato123, -
- 1 follower
- 10 replies
- 2.7k views
When I finish the setup, press login, it brings me back to the phpVMS Not Installed screen. I'm running on shared hosting, PHP 7.
Last reply by Nabeel, -
- 1 follower
- 6 replies
- 2.7k views
Hello, I am using shared hosting [ionos] and trying to install phpvms7. I downloaded the tar from github and uploaded to ftp public folder. when I go to my domain I get PHPvms not installed, head to install. I click on head to install but I get Internal Server Error. I am using php version 7.2 and here is my .htaccess file ( it is the same on root and public_html folder ) htaccess.zip
Last reply by Nabeel, -
- 1 follower
- 8 replies
- 2.5k views
Hi guys, I have a problem installing. After following all the steps in the DOC, I installed phphVMS7 on my own machine (localhost). After installation, I typed https: // localhost / phpvms / public / and a screen with the <Head on to the installer> button appears. However, when I click on this button, instead of going to the installation screen, the system redirects me to PhpMyAdmin. Would anyone know what the problem is? I am using XAMPP with PHP v7.4.18
Last reply by DisposableHero, -
- 3 replies
- 2.5k views
Szczegółowe informacje na temat wywoływania debugowania w trybie JIT (just in time) zamiast tego okna dialogowego znajdują się na końcu tego komunikatu. ************** Tekst wyjątku ************** System.NullReferenceException: Odwołanie do obiektu nie zostało ustawione na wystąpienie obiektu. w APVacars_V2.Acars.Prefile() w APVacars_V2.FrmMain.BtnStartFlight_Click(Object sender, EventArgs e) w System.Windows.Forms.Control.OnClick(EventArgs e) w System.Windows.Forms.Button.OnClick(EventArgs e) w System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) w System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, I…
Last reply by ridgeandgable, -
- 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,