usAdultAds
Active member
If I remove the image, thread will save just fine....
Any ideas on this?
Thanks
Any ideas on this?
Thanks
You will need to give more details than this.
- Is it just one thread that's causing problems or any thread with an image?
- Is the image an attachment or is it embedded from another site?
- Do you have any browser extensions such as Adblock Plus? If so, can you save with these disabled?
- Have you tested with all add-ons disabled and using an unedited default style?
1: If I try to create any thread that includes an image, it will not save.
Do you mean this via the editor toolbar?2: I used the fetch image url to get the image off my server.
Do you mean this via the editor toolbar?
View attachment 112514
Also have you tried with other images e.g. ones from other websites rather than just the one on your server?
Can you replicate the issue on here with the image on your server (assuming it's appropriate to use)?
Press F12 to open the browser inspector, click the Console tab, try again and check the error.
D'oh! I posted the wrong screenshot. Edited the post to include the correct one.Your image above is media; ie: youtube appears to work fine.
Yes, please post the error code details (you can use the Code button in the editor to make this easier to view).It shows 5 errors, as I am looking down the list, google fonts appear to be standing out the most....
If you need more then that, then I would have to send you the entire code.
D'oh! I posted the wrong screenshot. Edited the post to include the correct one.
Yes, please post the error code details (you can use the Code button in the editor to make this easier to view).
XenForo.activate(#document)
xenforo.js:344 Title Element: e.fn.init[1]
attachment_editor.js:6 flash url: http://www.mydomain.com/community/js/swfupload/Flash/swfupload.swf
attachment_editor.js:13 Attachments changed, total files: 0, images: 0
xenforo.js:209 XenForo.init() 1916ms. jQuery 1.11.0/1.2.8-dev
Not really, this doesn't say what the error is. You need to click on the red circle at the top right of the console that's showing how many errors there are to see the errors in the console. When you see these, you need to expand any errors so that the details are shown. You can then either copy these details and paste here, or screenshot. For example:
View attachment 112519
XenForo.activate(#document)
attachment_editor.js?_v=442e90ad:6 flash url: http://www.mydomain.com/community/js/swfupload/Flash/swfupload.swf
attachment_editor.js?_v=442e90ad:13 Attachments changed, total files: 0, images: 0
xenforo.js?_v=442e90ad:209 XenForo.init() 1542ms. jQuery 1.11.0/1.2.8-dev
all.js:64 Invalid App Id: Must be a number or numeric string representing the application id.
2all.js:64 FB.getLoginStatus() called before calling FB.init().
all.js:64 Received message of type object from http://platform.twitter.com, expected a string
xenforo.js?_v=442e90ad:284 OverlayLoader for posts/7/edit-inline
xenforo.js?_v=442e90ad:220 XenForo.activate(e.fn.init[1])
all.js:64 Received message of type object from http://platform.twitter.com, expected a string
xenforo.js?_v=442e90ad:230 PHP <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Index of /</title>
</head>
<body>
<h1>Index of /</h1>
<ul><li><a href="cgi-bin/"> cgi-bin/</a></li>
<li><a href="community/"> community/</a></li>
<li><a href="images/"> images/</a></li>
<li><a href="tmp/"> tmp/</a></li>
</ul>
</body></html>
I'm unclear what the issue is from the above.
I know you have tried with different embedded images but can you clarify if you have tried images from different sites? For example, can you create a post with the image at this URL?
http://static.guim.co.uk/sys-images/Sport/Pix/pictures/2013/7/6/1373136075829/Chris-Froome-005.jpg
That could be relevant.
Which functions are disabled?
var c=XenForo._manualDeferOverlay.find(".CancelDeferred");a.canCancel?c.show():c.hide()}else b()}).fail(b)};d()}},handleServerError:function(a,b){switch(b){case "abort":return!1;case "timeout":return XenForo.alert(XenForo.phrases.server_did_not_respond_in_time_try_again,XenForo.phrases.following_error_occurred+":"),!1;case "parsererror":return console.error("PHP "+a.responseText),XenForo.alert("The server responded with an error. The error message is in the JavaScript console."),!1;case "notmodified":case "error":if(!a||
On further investaigation, it was found that the following functions are already disabled under the disable_functions option.
==============
disable_functions = show_source, system, shell_exec, passthru, exec, popen, proc_open
==============
This is the reason of the warning message you receive during the XenForo installation. Kindly check and let us know whether you require assistance in enabling any particular functions in your server. We would be glad to help you out.
xenforo.js?_v=442e90ad:230 PHP <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Index of /</title>
</head>
<body>
<h1>Index of /</h1>
<ul><li><a href="cgi-bin/"> cgi-bin/</a></li>
<li><a href="community/"> community/</a></li>
<li><a href="images/"> images/</a></li>
<li><a href="tmp/"> tmp/</a></li>
</ul>
</body></html>
Based on this output:
Code:xenforo.js?_v=442e90ad:230 PHP <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title>Index of /</title> </head> <body> <h1>Index of /</h1> <ul><li><a href="cgi-bin/"> cgi-bin/</a></li> <li><a href="community/"> community/</a></li> <li><a href="images/"> images/</a></li> <li><a href="tmp/"> tmp/</a></li> </ul> </body></html>
That would imply that something is redirecting to there. This could be masking another error. Unless you've done htaccess modifications, this -- combined with some of the other things you've said -- make me think there's an unexpected redirect happening due to some aspect on the server (something like mod_security or another misconfiguration).
We use essential cookies to make this site work, and optional cookies to enhance your experience.