Log in | Register | Lost password

Bottom
PN .7.6.4 and Photoshare
  • Posted: 27.11.2006, 01:01
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Has anybody got Photoshare working in the current version of PN? Everything works fine except that I can't see the pictures. Jorn's comment was that this usually means that there is a newline in one of the language files, but I cant find any. Any other thoughts, because Media Share is just does not seem quite ready yet and I'd prefer to use Photoshare.
  • Posted: 13.01.2007, 21:55
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    I've exactly same problem. I don't realise it on the testsite. So I'm now in big trouble after upgrading to 764.
  • Posted: 14.01.2007, 11:11
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    Landseer helped me! In database I had to change a variable:

    Quote

    INSERT INTO nuke_module_vars (pn_id, pn_modname, pn_name, pn_value) VALUES("133", "photoshare", "useImageDirectory", "1");

    to

    Quote

    INSERT INTO nuke_module_vars (pn_id, pn_modname, pn_name, pn_value) VALUES("133", "photoshare", "useimagedirectory", "1");


    That helps!

    I can't say enough "Thank You" to Landseer! :-D
  • Posted: 14.01.2007, 11:28
     
    Converted
    rank:
    12
    registered:
     March 2009
    Status:
    offline
    last visit:
    Posts:
    0
    As an explanation:

    It seems that between .726 and .764 the module vars became case sensitive. Photoshare internally uses 'useimagedirectory' while the admin panel stores a 'useImageDirectory' variable.

    Manually changing the database in this case (PREFIX_module_vars table) solves the problem because you normally do not change this value once you set it because this will result in loosing all pictures stored so far.

    Frank


Template courtesy of Designs By Darren.