Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author erezodier

    (@erezodiergmailcom)

    Do you know what version of php you have?

    I think the error is due to the php version being lower than 5.3. I’ll see if i can do a patch so it requires a lower version (wordpress needs 5.2.4)

    thanks

    Thread Starter lordkain2

    (@lordkain2)

    I have PHP 5.2.17 and thanks for the response.

    Plugin Author erezodier

    (@erezodiergmailcom)

    Hi,

    I’ve updated the plugin with some bug fixes including a fix for the issue you mentioned.

    Can you try version 0.7.4.1? thanks

    Let me know if you have any other problems feedback as I’m keen to develop and improve this plugin further

    thanks

    I’m running into the same issue with 0.7.4.1 installed. Is there a workaround for this? Please advise. Thanks!

    Plugin Author erezodier

    (@erezodiergmailcom)

    Hi saxonycreative,

    thanks for trying out the plugin.

    Can you let me know which version of PHP you are on? Can you also post the error message just in case?

    Regards

    Hi – thanks for the quick reply! I’m looking into my PHP version now. Here’s the error message:

    Plugin could not be activated because it triggered a fatal error.

    Parse error: syntax error, unexpected T_STATIC in (full path) …/wp-content/plugins/galleriapress/library.php on line 26

    I wrote in the full path part above, btw.

    Plugin Author erezodier

    (@erezodiergmailcom)

    Hi,

    can you replace the following code at line 26

    $info = static::info();
    
     return $info[$name];

    with

    if(method_exists($this, 'info'))
     {
        $info = $this->info();
        return $info[$name];
     }

    let me know if it works. If you’re having trouble email me erez.odier [at] gmail.com and i can send you an updated file

    thanks

    Awesome, it worked… thanks!

    I’m good with CSS, but are there options I can add to the shortcode to set the default size, etc? Or please let me know which file to edit. For example, my default gallery is displaying tiny, like 300×300. I’d be happy to email you the link if you’d like.

    Plugin Author erezodier

    (@erezodiergmailcom)

    Hi saxonycreative

    If you go to the gallery profile, you can then edit the default one or create a brand new one and setup gallery settings

    Then if go to the gallery set the profile in the “Choose Profile” box.
    The profile settings will override the gallery settings of the gallery.
    If you check the “Link Profile” checkbox, then if you change the gallery profile, it will update the gallery too.

    Let me know if there are any other bugs (start a new thread to make things clearer).

    Also email me any other feedback. I plan to add more features soon.

    thanks

    Thread Starter lordkain2

    (@lordkain2)

    Where’s located the gallery profile menu?

    Plugin Author erezodier

    (@erezodiergmailcom)

    it should be one of the items on the main left hand menu.

    maybe best if you open a new thread.

    thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: GalleriaPress] Error on activation.’ is closed to new replies.