• Sorry for the second posting. Posted earlier in a different format than requested by plugin author.

    I’m able to use the Connections plugin on my local machine running WordPress 2.8.1. I recently set up WP (same version) on my hosted site and Connections now won’t save or display any entries.

    I love this plugin: any ideas on why it won’t save?

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter galadancore

    (@galadancore)

    @shazahm1

    Sorry, man. Had another project that I’ve had to take care of.

    I’d be happy to work with you on finding a solution. Let me know what I can do to help. You can reach me directly at [email protected].

    Thanks!

    @shazahm1

    I am having the same issue and am willing to do beta testing for newer versions if you need the help. I am just starting the trouble shooting of this problem myself.
    on my local testers this plugin worked, and on one of my live sites it works as well, but the site I need it to work on it is not. will inform if anything new develops

    also what mySQL versions are in use

    Steven

    (@shazahm1hotmailcom)

    A handful of people seem to have this issue. I think I’ve finally figured it out.

    Who is you host provider? I ask because some hosts like fatcow.com do not setup the save path for the $_SESSION variable. So plug-ins that rely on it fail. For example WP_Surveys and eCommerce since they also both use this super global variable.

    So download and open up your php.ini file and find the [Session] section and add this line:

    session.save_path = /tmp ;

    You might already have the text that says session.save_path = make sure you have /tmp after the equals sign. Don’s forget that the line needs to end with a semi-colon. If that still doesn’t work it could mean the tmp path doesn’t exist on you server. You have to ask your host for the correct path. Also if you do not have access to your php.ini file as some hosts do not allow it, you’ll have to request that they make this change.

    Please let me and others in this thread know how you make out.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Plugin: Connections] Entries won’t save’ is closed to new replies.