I upgraded my directory script to versions 3.1 but having some problems.. www.bqtm.com you can see some links working like submit , new sites , top hits etc.. But no category links are working Help please.. What i did is installed the script( on new host) and then uploaded old mysql database.
ok i took a look anyway, even as much as i cant stand 3.1.... anywho... it just appears that you did not upload the htaccess file. that's not a smarty error, that's a mod rewriting error, so just reupload your .htaccess file. If you are still running into this problem, then come back here and: in the .htaccess file find this section in there: # URL rewrite rules <IfModule mod_rewrite.c> RewriteEngine On ## Details Link Page Rewrite## RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d and add this in there: # URL rewrite rules <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / ## Details Link Page Rewrite## RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d Rob
Thanks, an0n I will take a look... But currently my domain is back to old nameservers.. Is it normal ? When i changed my nameservers in Godaddy to new host - the effect took place immediately - I mean within 1 minute I was surprised to see a quick DNS change.. Usually it takes 24-48 hours.. But again they are pointing to old ones - Should I wait ?
you may have to wait up to 3-4 days for it to fully propagate across the internet. when i moved dump back in march, it propagated within a few hours, but my buddy creed didn't see it happen until 3-4 days later. so you may need to give it time.
Dot com will propagate usually in minutes from changing DNS, change it again it might take several hours or days, atleast that's how it has been for me.
Hey anon, While you are at it, do you know what in htaccess can block addon domains from displaying? For example, main site is a directory with 3.1 phplinkdirectory, and when addon domain is added it says that I am not authorized to see the page. Thanks
But I feel surprised : First of all the DNS changed quickly to new host and I was able to see bqtm.com running on new host.. Now again, DNS has not transferred yet.. Confused Yes an0n, .htaccess file was there but blank.. I uploaded the old one.. Thanks. Lets see what happens when DNS is transferred succesfully.
I also have a problem with DNS. the first change happened very quickly. Now I have changed them again, and it has been over 24 hours, and old host is still showing up. Strange...
that seems to be a phpld problem. i would suggest you head over there and have your $10 'support' fee put to use
Oh no, not again There is no link details option in free version... Now I upgraded to v3.1 but no submission after that... So what I need to do for "details" to get working ?
Try to follow the instructions to upgrade to v3.1 on the support forums. It's not as easy as copy your old database, you have to execute the script again.
OK I updated .htaccess file for v3.1 Its working fine now - Thanks Richie for pointing me out.. can anyone find any more errors