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)...
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.
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?
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.
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.
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 =...
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.
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...
Hello all, just wanted to let you know that I have made a fairly extensive upgrade to our forum software and resource manager. If you have any issues, spot any bugs etc please let me know. If you are having troubles posting or logging in feel free to reach out to me via the contact form...
you mean like this?
open via FTP: sources/admin/approve.php
find:
$TMPL['admin_content'] = $this->error($LNG['a_approve_none'], 'admin')
Replace with:
$TMPL['admin_content'] = $LNG['a_approve_none'];
$TMPL['admin_content'] .= '<meta http-equiv="refresh" content="2; url=./?a=admin">';
Great job! Yes, the site_url would need to be set to https before forcing https redirects :) Normally this woudl be done in the admin settings before switching over.
Hello, your screenshot API key was approved instantly and I have sent you a couple of emails over the past few days (check your spam).
Please ensure you are running the latest version of VisioList (1.7) or have applied the screenshot server patch.
Both downloads are available here...