WOOOSH
What was yesterday?
Ha Ha - I forgot all about what yesterday was - nice one
WOOOSH
What was yesterday?
Yay I got one!Ha Ha - I forgot all about what yesterday was - nice one
Yay I got one!
Yes, the blog is still with me.
One of the first thing on TODO list.Can you add catégorie?
Sport - Movie - Funny - Business ...![]()
It should exist.To be the only one experiencing a problem always raises a red flag. But:
I just set permissions for this addon at our forum. I can post an entry without trouble, but it is absolutely inaccessible when published - it actually returns a 403 Forbidden error and tries to go to a directory that doesn't even exist (./entries/...)
Can you tell me what I have done wrong? I have made certain to set blogs to viewable by all members, and I have tested with two different accounts.
It works fine with Friendly URLs enabled.I solved it. The plugin is incompatible with the Full Friendly URL setting.
I solved it. The plugin is incompatible with the Full Friendly URL setting.
No. I installed the software Friday night, and no changes have been made server-side except for:It works fine with Friendly URLs enabled.
Have you altered the .htaccess that comes with XenForo?
# Mod_security can interfere with uploading of content such as attachments. If you
# cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
# SecFilterEngine Off
# SecFilterScanPOST Off
#</IfModule>
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 500 default
<IfModule mod_rewrite.c>
RewriteEngine On
# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo
# This line may be needed to enable WebDAV editing with PHP as a CGI.
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>
I'm unsure why you're getting the error at all. IS this on the browser or through TapaTalk? Browsing everywhere else on the XF installation doesn't result in an error, only when you try to view a particular blog entry? Do you have any other add-ons?No. I installed the software Friday night, and no changes have been made server-side except for:
Changing the permission levels on /data/ and /internal_data/
Installing Tapatalk
Installing LN Blog
I also imported from phpBB, but I don't know if that changes anything vital.
Here is the current .htaccess content:
It is the first time I've had someone with this issue, so I have no idea of a possible cause. It leads me to believe it's something with your installation setup that is causing this error.This is through Firefox. I haven't tried to access it through Tapatalk. No other add-ons have been installed, and the error occurs only when attempting to view an entry.
I'll play with some settings over the course of the week, and let you know if I find what might be causing this.
Guest posting isn't supported at the moment.
We use essential cookies to make this site work, and optional cookies to enhance your experience.