MyBB Community Forums

Full Version: Unwanted rederiction
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
You've not answered my question, I've asked what your page source code says, the bit I posted above.
var cookieDomain = "http://localhost/TeForum/.";
var cookiePath = "/";
var cookiePrefix = "";
Neither of those are the settings I've said to use. The cookie domain should be blank, the cookie path should be /TeForum/
Ok I put it how you told me. It looks like this now:

var cookieDomain = "";
var cookiePath = "/TeForum/";
var cookiePrefix = "";

But when I try and log in it won't let me. It just redirects me to the log in page with all my account info typed in. Maybe it has something to do with my WAMP server. I am going to try and upload it to an online host and fix the settings. Then maybe that would work but I have no idea.
Have you cleared your browser cookies?? It shouldn't redirect to the login page...
Yes I did twice and I still can't log in. And with WAMP is it secure? Because if it is I would want a .com for it so I could have other people find it.
No, WAMP shouldn't be used to host a live site, even the people who release it say not to do that.

Assuming you're putting in the correct settings now I'm not sure what else we can do, as we can't actually see the forum and see if it works for us. Copy and paste what cookie settings are showing in the page source again.
Ok screw WAMP. I uploaded the forum files to x10hosting.com and fixed the MySQL info. Now I get this error:

SQL Error:
1146 - Table 'spazmati_sdlgko.datacache' doesn't exist
Query:
SELECT title,cache FROM datacache


http://pspaddiction.x10.mx/teforum/
You've probably not taken a backup of your database and imported it.
Make sure your table prefix is correct in ./inc/config.php. You have uploaded your database properly, yeah??
Pages: 1 2 3 4 5