PDA

View Full Version : I don't Use forum file for my installation


Jorgemen
03-12-2009, 04:12 AM
Dear Friends, few weeks age I installed the software in public_html, not in public_html/forum , I didn't have problems, but today when some one want to reset his password the system sent a email with a link like this:

To reset your password, please visit the following page:
http://www.domain.com//login.php?a=pwd&u=2&i=e528dfds443944e664fb7e22a90c9a

if you check I have //login.php, maybe would be /forum/ but I don't use forum file, how I can to fix this error?

Thanks

Regarts.

Lynne
03-12-2009, 04:16 AM
Check vboptions > Site name / url > Forum URL and make sure you do NOT have a trailing slash on the end of the url there, ie. you should have http://www.domain.com NOT http://www.domain.com/ .

Jorgemen
03-12-2009, 04:17 AM
:( sorry I fix that.. the error was mine I put in Forum URL in admincp with "/" I didn't read the note: :) sorry...
URL of your forum. Note: do not add a trailing slash. ('/')

--------------- Added 1236835198 at 1236835198 ---------------

Thank You Lynne, I have today this error too:

I fix with Maintenance tool, but I dont know why the error occurred..any idea?
Database error in vBulletin 3.8.1:

Invalid SQL:

SELECT post.*,
IF(post.visible = 2, 1, 0) AS isdeleted,


editlog.userid AS edit_userid, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, editlog.hashistory

FROM post AS post

LEFT JOIN editlog AS editlog ON (editlog.postid = post.postid)

WHERE post.postid = 483;

MySQL Error : Table './tmfdb/post' is marked as crashed and should be repaired
Error Number : 145

Lynne
03-12-2009, 02:34 PM
Sometimes tables crash. If it's just a one time thing, then just repair it and don't worry about it. If it happens continually, then you will need to look into the cause.