Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorcameling
    • CommentTimeFeb 4th 2015
     
    Installation went fine, but nothing is being referenced correctly. All URLs when viewing source code look like:

    http://domain.com\/plog-admin/

    I've tried several workaround mentioned in other threads revolving around line 94 in plog-load-config.php using str_replace, with no luck. In fact any changes I made seemed to have no effect at all. I know some basics of PHP so am out of my depth here.

    Any advice?
    • CommentAuthorcameling
    • CommentTimeFeb 5th 2015 edited
     
    Figured it out after many hours of frustration.

    Open plog-load-config.php and find line 109. Paste the following code:

    $config['gallery_url'] = str_replace('\\', '/', $config['gallery_url']);

    Problem solved.
    • CommentAuthorjoemolloy
    • CommentTimeFeb 12th 2015
     
    Well done. That ".com\/plog" code certainly looked spurious.