I upgraded to v3.1 - But smarty errors

Discussion in 'Directories' started by MeetHere, Apr 10, 2007.

  1. #1
    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 :( :eek:

    Help please..

    What i did is installed the script( on new host) and then uploaded old mysql database.
     
    MeetHere, Apr 10, 2007 IP
    8everything likes this.
  2. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #2
    Congratulations on walking into the fire..... head first :)
     
    an0n, Apr 10, 2007 IP
  3. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #3
    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
     
    an0n, Apr 10, 2007 IP
  4. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #4
    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 :eek: 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 ?
     
    MeetHere, Apr 10, 2007 IP
  5. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #5
    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.
     
    an0n, Apr 10, 2007 IP
  6. wwws

    wwws Notable Member

    Messages:
    3,385
    Likes Received:
    285
    Best Answers:
    0
    Trophy Points:
    225
    #6
    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.

     
    wwws, Apr 10, 2007 IP
  7. Velocity

    Velocity Well-Known Member

    Messages:
    1,343
    Likes Received:
    142
    Best Answers:
    0
    Trophy Points:
    135
    #7
    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 :)
     
    Velocity, Apr 10, 2007 IP
  8. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #8
    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.
     
    MeetHere, Apr 10, 2007 IP
  9. Velocity

    Velocity Well-Known Member

    Messages:
    1,343
    Likes Received:
    142
    Best Answers:
    0
    Trophy Points:
    135
    #9
    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...
     
    Velocity, Apr 10, 2007 IP
  10. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #10
    But I didn't changed it again.. They still point to new DNS.. :rolleyes:
     
    MeetHere, Apr 10, 2007 IP
  11. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #11
    that seems to be a phpld problem. i would suggest you head over there and have your $10 'support' fee put to use :)
     
    an0n, Apr 10, 2007 IP
  12. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #12
    Richie_Ni, Apr 11, 2007 IP
  13. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #13
    Oh no, not again :eek:

    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 ?
     
    MeetHere, Apr 11, 2007 IP
  14. Riks

    Riks Active Member

    Messages:
    335
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    70
    #14
    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.
     
    Riks, Apr 11, 2007 IP
  15. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #15
    OK I updated .htaccess file for v3.1

    Its working fine now - Thanks Richie for pointing me out..

    can anyone find any more errors :eek:
     
    MeetHere, Apr 12, 2007 IP
  16. SasaVtec

    SasaVtec Notable Member

    Messages:
    1,588
    Likes Received:
    150
    Best Answers:
    0
    Trophy Points:
    275
    #16
    He said he doesnt have any, that he has noticed.
     
    SasaVtec, Apr 12, 2007 IP