Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36997
    Profile photo of Tony
    Tony
    Participant

    I have already solved the problem.

    Having looked at the *.so files (PHP extensions) in /usr/lib64/php/modules/, I noticed that access rights for them all except imagick.so were 755, and imagick.so had 644. That is, nobody was allowed to run this file.

    I changed the access rights for imagick.so to 755, then restarted httpd and php:
    sudo service httpd restart
    sudo service php-fpm restart

    After that, imagick started working and appeared in phpinfo() extensions list.

    #36937
    Profile photo of Tony
    Tony
    Participant

    Robin, is there any website already working on Symbiostock Vendors that I could take a look at?

    #36848
    Profile photo of Tony
    Tony
    Participant

    Robin, I need some supplement to Symbiostock Vendors (maybe for an additional fee). Is it possible to make a subscription function? – so that a client could pay, for example, $99 and thus would be able to download, say, 50 images during a month. Something like an iStock subscription: https://www.istockphoto.com/en/plans-and-pricing
    Of course, each contributor should see only his/her downloaded images. And the customer should see the number of images he/she already downloaded within this subscription and the number of images still available for download.

    #36837
    Profile photo of Tony
    Tony
    Participant

    Hi Robin,
    I also would like to ask you about separating the accrued sales profit between contributors’ accounts. As far as I understood, it did not work in 2018. Does it work now?

Viewing 4 posts - 1 through 4 (of 4 total)