MyBB Hacks

Full Version: No parameters specified - ISSUE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
i'm having problems with Xthreads attachments.
I moved my forum to another serwer and now screenshot maded by xthreads is not working.

Files are in the same folder as always, but when i try to open it i see:
"No parameters specified."

http://eomnia.net/xthreads_attach.php/14...http://eomnia.net/xthreads_attach.php/1441_1291464969_5c631400/4dc9c6d70ccc83b3e5399dc4e93ac9e9/1.jpg/th
this file is in folder: http://screenshooter.net/8929553/gvvdivt


in database everything is as always too:
http://screenshooter.net/8929553/nwpfcow


what can be the problem??
please help me, couse at this moment everything is gone.

even when i add new thread with this xthread field, the file is added to folder, but still i cant see picture on site.


if(!isset($_SERVER['PATH_INFO']) || !$_SERVER['PATH_INFO']) {
header('HTTP/1.1 400 Bad Request');
die('No parameters specified.');
}

this is the thing. but i dont know what is it??
Are you running the latest version of XThreads?
If not, try updating.

If you've done that, open up cache/xthreads.php, and search for "XTHREADS_ATTACH_USE_QUERY" - try changing the setting associated with that.
Thanks a lotWink
Changing XTHREADS_ATTACH_USE_QUERY to 1 fixed my problemSmile
Reference URL's