Support » Plugin: Simple Portfolio » [Plugin: Simple Portfolio] Portfolio settings page is broken

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi,
    I get same problem, But i find a solution, Use simple-portfolio.1.7.1 version. it is work well 🙂

    Hi,

    I got another solution, If you want to use simple-portfolio.1.8 you must use php version less then or equal 5.2.3 so you can use wp version less then or equal 3.1.4

    because simple-portfolio.1.8 not work in php version 5.2.4 or higher and wp 3.2 or higher not work in php version 5.2.3

    Thread Starter Tij

    (@tijhaart)

    Okay, thnx. I will apply your first solution.

    It have the same problem. In the error log I read:

    PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'portfolio_options' not found or invalid function name in /wp-includes/plugin.php on line 405, referer: http://localhost/wp-admin/options-general.php

    The problem is with the function portfolio_options() I think…

    Update I double posted the code…

    WordPress 3.3 with Simple Portfolio 1.7.1 does not work either. It renders the page <head> again after the </form> is closed.

    We should contact Patrick from Inlet.nl to ask for an upgrade. I am on the lookout for another portfolio plugin, since I do want to keep using the latest STABLE releases.

    After quite some debugging, the fix for me was to change the PHP open tag on line 57 in /extends/settings-panel.php.

    I changed <? to <?php.

    My php.ini has short_open_tag turned off.

    Can anybody help me make this plugin work in my site? I have written to the author but he has not replied so far.
    lekkerduidelijk, can you give me a hand??? 🙂

    @ofertia: The developer behind the plugin is Patrick, find him on http://inlet.nl.

    You do have to understand that lots of developers get this question asked a lot: “Your plugin does not work on my site”. I believe more than about 80% is due to not following the installation instructions. That might be the case why support, for a free plugin, is somewhat lacking. (makes sense to me)

    So please try to explain your issue more in depth in another forum post and who knows who can help you! The community will help you out 🙂

    @lekkerduidelijk Thanks for your reply.
    I do realize that after installation, which was done without any issue. I must add portfolio.php and single-portfolio.php to my theme.
    Yet , what it is not clear for me is whether those php files must be created and added “empty” or whether those files must be downloaded from somewhere. Where are those files located? Must they be made from scratch?
    Another thing is the to add an image I only have the option of upload it from my PC, what about default media gallery? Most of us, wp users, have a great deal of images in there and would like to use them.
    Please, can you show some light over this?
    Thanks in advance

    @ofertia,

    Did you check out the sample theme? http://projects.inlet.nl/simple-portfolio-wordpress3/wp-content/uploads/2010/07/simple-portfolio-theme.zip

    It contains examples of code that can be used. The image uploading works with WordPress’ native uploader.

    ok, i’ll check it out, thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: Simple Portfolio] Portfolio settings page is broken’ is closed to new replies.