Quote:
Originally Posted by tazattitude
Hello,
HTML Code:
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in [path]/a_control_panel/autolinker_admin.php on line 1039
Warning: file_get_contents(http://www.autolinker.com/latest_lite.txt) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in [path]/a_control_panel/autolinker_admin.php on line 1039
Any idea what is causing this. It's only on the admin settings page.
I changed the cpanel to a_control_panel, not for sure if this caused the error.
|
It's a security setting in PHP - stops file_get_contents from opening URLs. Eventually we'll probably use cURL as an alternative when PHP is configured like this, but for the meantime I've just suppressed this warning.
If you want to grab v1.0.2 from the first post, it will address this (you'll only need to replace admincp/autolinker.php), but it's only a warning, and not for a particularly important feature (it just checks the latest version of AutoLinker available, and tells you if there's a newer version out)
Quote:
Also, when I set "number of autolinks to show in any post" to 1, it does only show one autolink, but it still highlights all the other keywords... but does not link them. Is there a way not do do both once it's pass the specified amount of autolinks per post (not to link AND not to highlight).
It would be nice to limit it per "thread"
|
Hmm, it certainly shouldn't be doing this. Don't suppose you could give me a link to a thread on your forum where this is happening please?