Jump to content

Strider

Members
  • Posts

    1816
  • Joined

  • Last visited

  • Days Won

    51

Posts posted by Strider

  1. 6 hours ago, Parkho said:

    Check your table prefix, the module's using "phpvms_" as the prefix. If yours is something else, you'll have to change it everywhere inside the module.

    Looks like he has uninstalled it, the link says it doesn't exist

  2. Here is an example/template of asking for help.

     

    Hi, I have a problem with my VA, site is not working the way it should can you help me

    My database version is: MYSQL 5.7/MariaDB 10.2

    PHPVMS 5.5.2/ 5.5.2.72

    php version 5.6/7.x

    Paid Hosting/freehosting

    shared/VPS/Dedicated

     

    I have installed X module recently/ made changes to X files.

     

    Here is the link to my VA site http://myvasite.com/.net/.org

     

    error you receiving goes here

    Image of error is an alternative way of showing the error.

     

    Regards

    Insert name/username here

    • Like 1
  3. On 8/6/2020 at 4:35 PM, Salinas said:

    Hey!, i'm trying the simbrief module, bt isn't working for me, i've this console trouble https://prnt.sc/tv6rbr,

     

     

    I looked everything and nothing works...

     

    My API key is fine.

     Is your site a .com/.org/.net??? As the url I see doesn't have that, which would mean your code is trying to call a non web address and is failing.

  4. I have created a module to easily add a Discord Server widget to your VA It is very easy to use, saves you from having to create a page and get the iframe code and putting it in.

     

    You can download it here

     

    You can view a demo here

  5. Firstly your host is very rude. Secondly, the script that worked before the upgrade is not sending invalid values, the DB is determining they are by itself. Thirdly disabling strict mode won't break sites that have worked fine even after the upgrade. Your host stinks of "I am too lazy to do it lets just tell them to modify the script."

  6. If you have a VPS you can disable it via the Terminal or a SSH program such as Putty. In terminal type the following:

     

    nano -w /etc/my.cnf

    the same with a SSH program. you should be able to edit the config for the db there. look for the line sql_mode= and delete what is there, save and then restart the SQL and strict mode should be off, if not you will have to ask your host.

  7. MYSQL 5.7 can cause problems with phpvms as it by default enables strict mode, which will break your site as pireps will suddenly stop going through. You will need to contact your host to get them to disable it. If you have a VPS or dedicated server you can do that yourself via either the Terminal or an SSH client such as Putty. It seems more and more VA sites are coming up with this problem of PIREPS not submitting, but they get an email saying a PIREP has been filed.

  8. I have created a fairly simple module that will allow you to add a playlist you have made in spotify and have it show on your VA web site, it has the iframe code already in place and just needs a few settings to be added to get it to work.

     

    You can download it here

     

    You can view a demo here

  9. I had edit the insert SQL code for the insertion of data into the db for you but you reinstalled phpvms again, and it would go back to what it was before. I had the pireps working and schedules working for you. Not quite sure why you decided a reinstall was then required after i had gotten those working for you. Ask to see if your host can disable strict mode as i think that might be your cause.

  10. The only version of phpvms that will install without errors into php v7.3 is phpvms v7 which is only in beta testing right now. Make sure you have the settings correctly setup in the admin panel. You need to set the criteria to accept pireps, if it doesn't find or they are not setup it won't work.

  11. Sounds like you have not set it up correctly. If a module is setup correctly, it works, if it is not working then there is something amiss. Is the an admin sidie with settings? Do you have to edit the local.config file to add some lines to it? You have to make sure they are all in if so and you haven't missed anything. Have you added the criteria?

  12. What exactly happens, does it come up with an invalid api key? Or no pop up shows at all? A link to your site might help, it could be you haven't put the link to the JS file in which would cause that problem.

  13. If it is looking for a .tpl file but you have it as .php you need to change it to .tpl. 5.5.2 though uses .php for the template files. So if it is footer.tpl but it is looking for footer.php just change the footer.tpl to footer.php. It is not that the skin isn't compatible, it just needs editing to use .php instead of .tpl. You need to make sure all files are in the correct place.

×
×
  • Create New...