Jump to content

ProSkyDesign

Moderators
  • Posts

    207
  • Joined

  • Last visited

  • Days Won

    1

ProSkyDesign last won the day on May 7 2018

ProSkyDesign had the most liked content!

5 Followers

About ProSkyDesign

Profile Information

  • Gender
    Male
  • Location
    Chile

Recent Profile Visitors

6364 profile views

ProSkyDesign's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In Rare

Recent Badges

10

Reputation

  1. That's ok is not the final solution but he needs to get his site on... Now he should search the final solution... As I said is the "quick solution" :)!
  2. A quick solution should be: go to core/local.config.php and find the following in top of file: Config::Set('DEBUG_MODE', false); and change to true like this: Config::Set('DEBUG_MODE', true); seems as a php version debug error
  3. Compress the folder where you have your phpvms files, and export sql database. In your new hosting: upload and unzip the folder and import sql database (you can use phpmyadmin) Be sure that change URL, DB name, user and password on core/local.config.php and captcha keys on core/app.config.php
  4. He cloned the repository via ssh so the solution is add the ssh key. Other way to clone avoiding this error is ussing HTTPS method instead of SSH
  5. What version of phpvms do you have?
  6. Sure, please can you share the url of your website, in case you consider this a private information, please send me a PM. Late we can post the solution here :)!
  7. Agree too, but you will need some knowledgment of DevOps to control a VPS, but it will help you so much! Digital Ocean for example could be a cheaper option and nice to start :)!
  8. I get this error times ago, and is for the SSL certificate, Aaryan show how to include a SSL certificate to phpvms, admin panel use some ajax functions called from http instead of https.
  9. First: there isn't a stable release yet of phpvms7. If you want to know how to create modules to phpvms check the following links: http://docs.phpvms.net/developers https://www.php.net/docs.php https://laravel.com/docs/6.x
  10. where did yoy buy this module? the 2 deprecated errors is because you are calling a function staticlly (Example::example()) but in the Model (ExamsData.class.php) the functions aren't static... you should change the public function by public static function.
  11. Hi Kursat, If you want to start a virtual airline by yourself and you don't have knowledgements about programming I suggest you to read a little about. Here's something that will help you: https://www.php.net/manual/en/ and for phpvms: Have a nice day :)!
  12. With phpvms you only need to go to www.yoursite.com/phpvms/install route (Laravel has a router method to retrieve pretty urls) please be sure that the new database you have created is empty! If the error persist, please contact me from PM. you can run some artisan commands in shared hosting putting this in a file and pointing it to a route then visiting the route.
  13. is a little different, http://docs.phpvms.net/setup here's a guide for installation steps, if you have a question about, don't hesitate to send me a message and I will help you ;)!
  14. great correction, (I used to name that version for the php 5.4 compatibility lol)
×
×
  • Create New...