When this plug in is enabled on my installation, it tries to redirect to a domain/entry which returns a page not found error. Is there a variable in the file that I need to change?
Some users have said that removing the 'slash' before 'entry' on line-47 seems to work for installations in subdirectories, so that it reads: header('location:entry');
Some users have said that removing the 'slash' before 'entry' on line-47 seems to work for installations in subdirectories, so that it reads: header('location:entry');
I changed line 47 from location:/entry to location:entry and it worked
i think that´s a core problem, because when i click on log off, then the word "log off" will not expire, i had to select an other path to the forum ex. xxxxxxx/forum/index.php?p=/entry/signin&Target=discussions an then i can log in and the word log an apears. hmm whats that problem.
Comments
If you're using friendly URL's or have vanilla in a different directory then you'll need to edit this line.
header('location:\entry');
I installed the Vanilla app in directory in a dir called
D:\websites\vanillaForum
This is the root dir for the website (windows IIS) The rest of the forum seems to work fine.
So if you aren't using friendly URLs (your vanilla URLs contain the index.php reference), then the entry URL should be 'index.php?/entry'
Easiest way to sort the problem is to navigate to your entry page using a browser and then copy the URL used to access it.
header('location:entry');Thanks
Here thy it by your self: http://www.regalinspektion-software.de/forum/