Quote:
Originally Posted by Asterix_ita
I can not install the addon, during the import stops why?
I upload all files and import the xml for vb4
vbulletin 4.2.2
Regards
|
Do you have
display_errors set to
On? If not, please try adding this to your config.php file directly beneath
<?php:
PHP Code:
@ini_set('display_errors', true);
Quote:
Originally Posted by maxwolfie13
EDIT: I put the above in the .htaccess in /forums/ and my 301 redirect to /forums/ in public_html. All seems to be well now. Is this correct?
|
If your forum is in the /forums/ subfolder then yeah, you should edit that .htaccess file
Quote:
Originally Posted by final kaoss
I have found a possibly exploitable error.
When browsing to the last post (from the forum index or any other way) you can append anything to the end and it will think it is valid.
Code:
http://www.video-game-chat.com/forum/vgchat-general-chat/195660-16-ridiculous-knock-off-game-consoles-post216821.html#post216821
Instead of thinking this url below is wrong, it treats it as if it's valid and does not send an error message.
Code:
http://www.video-game-chat.com/forum/vgchat-general-chat/195660-16-ridiculous-knock-off-game-consoles-post216821.html#post216821ThisisAnErrorWithinDbseo
|
The hash tag is what's known as a "Page Anchor". Please see this page for an example:
Knowledge Base: Add Anchor Tags To Jump To Specific Location On A Page
Under no circumstances does a browser execute this anchor as code.
Fillip