Menu

Movie covers not showing in 0.9rc2 CVS

Help
2006-03-26
2013-04-15
  • Nobody/Anonymous

    Hello,

    I just updated to 0.9rc2 from CVS. I fixed a couple of conflicts but now the movie covers ar not showing anymore. Is something wrong with my ini file? Everything else seems to work fine.

    cvs diff cgi-bin/Aviman/CGI/aviman_cgi.ini
    Index: cgi-bin/Aviman/CGI/aviman_cgi.ini
    ===================================================================
    RCS file: /cvsroot/avimanager/avimanager/cgi-bin/Aviman/CGI/aviman_cgi.ini,v
    retrieving revision 1.6
    diff -r1.6 aviman_cgi.ini
    18c18
    < script_name      = aviman.pl
    ---
    > script_name     = aviman.pl
    25c25
    < website = http://127.0.0.1/
    ---
    > website = http://10.0.0.1/
    31,33c31,33
    < website_data =  # WEBSITE_DATA
    < media_data =  # MEDIA_DATA
    < data         =  # DATA_DIR DEFAULT IN CGI-BIN
    ---
    > website_data =  /home/wwwroot/avimanager/pages
    > media_data   =  /home/wwwroot/avimanager/media
    > data         =  /home/wwwroot/avimanager/cgi-bin/data
    36,37c36,37
    < sessions     =  # SESSIONS
    < themes       =  # THEMES
    ---
    > sessions     =  /home/wwwroot/avimanager/cgi-bin/data/tmp
    > themes       =  /home/wwwroot/avimanager/pages/themes

    -WildCoder

     
    • ohulan

      ohulan - 2006-03-26

      looks good. css, headshots and stuff are working? what do you get if you open the movie cover in your browser?

      http://127.0.0.1/aviman/pages/images/cover/0110912.jpg

      or is the url generated by aviman wrong?

      did you follow the upgrade instructions in UPGRADE? (forgot there that one must update the default theme since 0.9rc1)

       
    • Nobody/Anonymous

      Hello,

      I did a cvs update so it did most of what was in UPGRADE for me. What do you mean by:

      * Replace pages/themes/default/

      I guess cvs update did whatever was supposed to be done in there as well?

      The link you asked doesn't work at all. Maybe I misconfigured my apache server. I access avimanager like so:

      http://10.0.0.1/avimanager/

      but then it returns this url:

      http://10.0.0.1/cgi-bin/aviman/aviman.pl

      Not sure if that's normal or not, but so far I had no problem with it.

      Not sure what you mean by css and headshot, the pages look fine but without any pictures.

      -WildCoder

       
      • Nobody/Anonymous

        well, if only the covers are missing, then it should be easy to find the bug.

        please try to open a cover in your browser directly. and then compare this url with the url avimanager has generated.

         
    • Nobody/Anonymous

      It's working!

      I had to change the URL section of the ini file though:

      [URL]
      # your website url. IMPORTANT: trailing slash
      website = http://10.0.0.1/avimanager/
      # all following relative to website
      website_data  =
      media_data  =

      Does it make a difference if I put avimanager as part of the website or website_data?

      -WildCoder

       

Log in to post a comment.