Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. a signle part of code that in it self can't work without the other files, won't breach copyright. I am not asking for all the code, just the part that instructs how many rows to show. is the code set to 15. Most of the time that is just 1 line of code, which won't work by itself so i cant steal it nor can anyone as they would need more then 1 file and/or lines of code.
  2. The code, as i don't know what the code looks like. Just need to see the code for the showing the pilots signed up not the entire thing. Also asking for help for a product payware or not is not against the law. What is, would be to share the module with others for free, or to edit it a slight bit and then claim it as your own. As since simpilot is no longer around, how else are they going to get help with the modules otherwise. As most likely people who have it will be the ones to help.
  3. Did you finish the flight? If so, and you have closed the acars program, flights remain on the map and move to that location as it is not getting info from the acars program anymore. To change that, edit your local.config file and change the following settings Config::Set('ACARS_LIVE_TIME', 10); that is defaulted to 720, change it to a lower number like 10, means after the flight the flight disappears from the map and that problem is not encountered.
  4. You will have to use that, as it doesn't look like it has SMTP built in as it can't find it. So just use your admin email.
  5. I would need to see the code for the page you want it to show on. It is very hard to just hazard a guess as without knowing how the page is coded help is harder to give. As there is a few ways of showing more then 15 pilots, but they won't always work with what you got.
  6. I have resolved this problem. I had to change the pirepdata class to one from the V2 from nabeel's github, and change some columns to allow null values if none for those are submitted. Looks like something got set to strict or something not sure. But am happy this is now fixed.
  7. I fixed the above problem, but i still can't file pireps. Can anyone give me code to log the SQL query to see what it being passed or if anything is being passed to the DB
  8. [07-Jul-2020 20:04:15 Europe/Dublin] PHP Warning: mysqli::__construct(): (HY000/1045): Access denied for user 'malaysi1_icrew_user'@'localhost' (using password: YES) in /core/classes/ezdb/ezdb_mysqli.class.php on line 101 [07-Jul-2020 20:04:15 Europe/Dublin] PHP Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'malaysi1_icrew_user'@'localhost' (using password: YES) (1045)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /core/classes/ezdb/ezdb_mysqli.class.php on line 106 I get that error when i submit a manual pirep can someone shed some light on how to fix that as it is only the pirep form that is causing that error. as all other forms work without error, and submit the data.
  9. I have moved to a VPS now, but still have this problem.
  10. He did say it will be both paid and free. The free version will not have as much functionality as the paid version
  11. I have tried all that. I even tried optimising it from the table itself. I am going to be moving to a VPS to have more control over it. it seems the insert function for the pireps is not working the way it should do. I have replaced those files with ones from backups but that did not help.
  12. I had it on my computer. So here it is. Certificate_Of_Promotion_V1.1.zip
  13. If you are on a local hosted site it may have problems with trying to use the simple_load_file. Also it might be that it can't work on php v 7.2
  14. Looks like it is trying to get a template that it cant find. And by some of the errors it is having problems with SSL, if you use SSLthere are some files that need to be edited. I don't know this module, b ut if it is trying to get info from an external source, and you are not connected to the internet it could cause problems. What module are you trying to use? As I cant find smartmodules on their site.
  15. I have updated this module to V2.1 it has changed the way it works from before. No longer having to remove constraints. You can view the readme and download it https://github.com/Strider2/codeshare there.
  16. This I think is coming from a problem i had with the schedules table a few days ago. It got corrupted, and i had to migrate to a new table as i couldn't fix that. I wonder could that have damaged the db so much that some code cant see it. As i have edited my codeshare module, so that it doesn't require the removal of a foreign key constraint.
  17. phpvms version? php version are you on a free host or paid.
  18. Firstly, phpvms 7 is not released, it is just beta. You shouldn't be using it for a productions site. If it failed you either missed something, or your server can't handle it and will need to be upgraded. phpvms 7 is designed for the latest php version. So your claim that phpvms 7 is a cancer is totally off the mark by a thousand miles.
  19. What is baffling me, is it is trigering the email saying there is a pirep waiting for approval. But it is failing to enter the detauils into the db. I have tried adding an entry in manually but it failed, so my guess is, there is something wrong with the pireps table. I have not touched that table. That table is the only one that seems to have a problem with data entry, all others work fine. I have tried moving databases but to no avail.
  20. I am in the process of getting a new site done with icrew, i have set smartcars to icrew, which is at the moment on php v 5.6. It is not working from that either.
  21. I installed it onto phpv 5.6 but i cant get into the admin db, says i dont have permission
  22. If i try to file a pirep manually i get a schedule doesnt exist error.
  23. That is what i am confused about. it is getting to most things but when it comes to insert the data into the db it fails. I asked my host could they roll back the version of mariadb, they said they cant. I do have date and time fields that caused some trouble in adding. but work now with adding. codeshares. But come to think of it, the changes i made to the schedules table i made on the 30th of june and i still got pireps on the 1st of July. So something happened between the 1st and 2nd. I am on shared, I wonder has another site caused trouble. I am not thinking of going with a VPS to have more control over what is one the server.
×
×
  • Create New...