XF 1.4 XFA blogs file path server errors

ibrian

Well-known member
Now that I'm using *******'s custom 404 addon, it's logging a flood of file path errors associated with the XFA blogs addon.

Normally, I'd ask in that thread, but its developer, Kentosaurus, appears to have abandoned his plugins a few months ago.

Here's an example of the errors I'm getting:

Code:
/xfa-blog-entry/1819/styles/default/xenforo/clear.png
/xfa-blog-entry/1819/data/avatars/s/22/22627.jpg?1408176809
/xfa-blog-entry/1819/data/avatars/m/0/1.jpg?1408176724
/xfa-blog-entry/1819/styles/xendisconnect/xenforo/logo2.jpg

which should be for the URL
http://www.sffchronicles.com/xfa-blog-entry/1819/

However, *******'s 404 log says it comes from
http://198.1.117.135/xfa-blog-entry/1819/

It looks to me like a file path error with some of the graphics calls, relative rather than absolute. Unfortunately, that's as far as I can get - I can manage basic HTML editing, but I'm not properly familiar with xenforo's dynamic templates so I'm not sure where to look.

I also don't know whether the errors are called up specifically because of using the IP being called up instead of the domain name.

Anyone have any pointers at all, pretty please, with sugar on top?

EDIT: I've changed the base ref URL to sffchronicles.com, but I suspect that more than that will be needed.
 
Last edited:
Top Bottom