Hocam methodun kullanıldığı yerde dosya yolu belirtilmemiş yani paramatre boş gönderilmiş o yüzden hata veriyor. Onu bulup boş göndermemesini sağlamalısınız.
nasıl bulacağım o kısmı ? anydesk üzerinden destek sağlayabilir misiniz ?
cevaplar için teşekkür ederim
Kurulum dosyasında böyle yazıyor.
Launch the Installer
After you created a database and uploaded the files, simply open up your site in the browser (like
http://mysite.com, you will redirect to
http://mysite.com/install) and follow on-screen instructions to complete the installation.
Note: The script doesn't have an "install" folder. The installation is handled by a Controller.
- Put all the JobClass package files to your server root, usually /path/to/www/ or /path/to/html/ or /path/to/httpdocs/ or /path/to/public_html/ and set your server configuration like this:
Copyroot "
/path/to/www/public"; location / { try_files $uri $uri/ /index.php?$query_string; }
- Then restart Nginx.
- Create a MySQL database, add user to it with full permissions.
- Go to the script's installation URL. For example http://mysite.com/install
- And follow the web installation wizard.
Localde kurdum ama sanalda kuramadım