Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author JoomSky

    (@rabilal)

    Hi,

    Please edit
    ../plugins/js-support-ticket/modules/proinstaller/model.php

    Find
    $ourFileHandle = fopen($ourFileName, ‘w’) or die(“can’t open file”);

    Replace with
    $ourFileHandle = fopen($ourFileName, ‘w’) or die(“can’t open file $ourFileName”);

    It will give your path.
    If directory is not exist, create it with 0755 permission.

    Regards,
    Ahmad Bilal

    Thread Starter adaki

    (@adaki)

    Hi!

    Thanks!

    We solve the problem!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘can't open file error on 2 step installing plugin’ is closed to new replies.