Search results

  1. Mark

    Server Error 500 Internal Server Error

    Just to follow up with solution, the problem was the host had a redirect to force https, however the script was installed with the URL set to "http". To fix, I re-installed VisioList with https as the site_url and all was well. :)
  2. Mark

    It's Just Not Happening

    Did you get everything sorted out? I’m here to help if needed
  3. Mark

    I want to change my admin password

    This has been added to the core in 1.8
  4. Mark

    Server Error 500 Internal Server Error

    I don't know, can you send me a PM with your FTP and MySQL credentials so I can run the installer myself and look for errors?
  5. Mark

    Server Error 500 Internal Server Error

    try removing the .htaccess completly. https://sro-pserver.de/admin is not even working, and that is just a simple index.php file
  6. Mark

    Server Error 500 Internal Server Error

    looks like you might have an old .htacess file? can you make sure you have the .htaccess included with VisioList? this would be done via FTP
  7. Mark

    Server Error 500 Internal Server Error

    Can you post a URL to your install?
  8. Mark

    Server Error 500 Internal Server Error

    Hello, can you check your error_log for details? Try re-uploading all files, did you get to the installer? Once the files have been uploaded point your browser to the VisioList install directory, the path will look something like this (depending on where you uploaded it)...
  9. Mark

    Cant download resources

    Checking into this now, I had to reset your password so I could test with your account but I was able to download resources without issue. What resource are you having trouble with? You will need to reset your account password.
  10. Mark

    Working On It Historical IP logging

    Question for anyone interested in this, should we display some of this data on the users details page (Hiding some of the user IP address)? only in the admin panel? or both?
  11. Mark

    Screenshots timeout

    Good catch, fixed in 1.8
  12. Mark

    Screenshots timeout

    I’ll give some thought to this, 1.8 will have a few minor tweaks to the screenshot function, i shroud be able to improve this.
  13. Mark

    Screenshots timeout

    looks like the filename from the domain name contained a word "global" that appears to trigger some security protection. Screenshot was rendered but could not be transferred to the destination server.
  14. Mark

    Include in the page

    I will make sure this is added for 1.8 :)
  15. Mark

    Screenshots timeout

    can you post or PM me the URL in question? I can run a test. Its possible your server cannot resolve their domain, blocked by their firewall, or they may have DNS issues.
  16. Mark

    PostBack

    Hello, this Plugin should do what you want https://visiolist.com/community/resources/callback-vote-check.17/
  17. Mark

    Visiolist 1.7 patch

    When I upgraded the resource manager here in the forums, it broke our old plugin version lookup. To fix the plugin version check: open sources/admin/plugins.php find: $version_html = $xpath->query("//div[@class='resourceInfo']/h1/span"); Replace with: $version_html =...
  18. Mark

    Responsive Default Theme

    So I've got a pretty extensive update for this one, if anyone would like it let me know and I'll post the latest bundle. I'm still pluggin away at it so I wont post yet unless somebody wants it.
  19. Mark

    Working On It Credit system

    I am starting to plan this out and could use some feedback. Basti had an ambitious plan, but the EU tax laws are so complex I'm not sure I have the energy for it :) So looking at this with fresh eyes, I'm thinking of starting with something like this: Paypal IPN for sure, possibly both PDT...
  20. Mark

    GDPR Consent plugin?

    This is a good point, I've got a plugin to detect the user country. That could be extended to show this consent as needed.
Top