Hey @Dalin,

Just noticed this in the readme:
The OpenInviter library requires that the webserver is able to write to all files and directories
in the library. To do this on *nix (Linux, OS X, Solaris, Unix, etc.):
cd OpenInviter
chmod -R 777 .
DO NOT do this to your entire Drupal install!

I don't believe that the webserver needs write access to any part of the openinviter directory. Does it say this somewhere that I missed?

Comments

dalin’s picture

I ran into this when I installed the library. See openinviter->statsCheck(). Line 93 for me is:

			if (!is_writable($this->basePath)) { $this->internalError="Unable to write stats. ".$this->basePath." is not writable";return false; }

By default OpenInviter also auto-updates its files so it needs write access to do that as well.

dalin’s picture

We might just rewrite this section to say "Install OpenInviter according to the install instructions (OpenInviter/install.txt or install_visual.pdf)"

hadsie’s picture

Yeah, I think that's probably a good idea (#2). Especially since OpenInviter might change their install instructions. I didn't realize the stats stuff before. I wonder if that's changed in a new release and I'm just still using an old version of it or something.

hadsie’s picture

Category: bug » task
Status: Active » Fixed

i've committed some changes in the README.txt to reflect this

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

sandipmkhairnar’s picture

Title: OpenInviter README.txt issue » Install Open Inviter???
Assigned: Unassigned » sandipmkhairnar
Priority: Minor » Major
Status: Closed (fixed) » Active

After enabled openinventer module and run the postinstall.php file the module is working fine but on the second day or when i restart the system the drupal site is not working...

At the same time when i was disabled the module the site is working ...

Every time to run the postinstall file for using openinviter Module?.

I dont know what is the problem ??? How to resolve it.

hadsie’s picture

Title: Install Open Inviter??? » OpenInviter README.txt issue
Assigned: sandipmkhairnar » Unassigned
Priority: Major » Minor
Status: Active » Closed (fixed)

@sandipmkhairnar, you're going to have to elaborate on your problem.

"when i restart the system the drupal site is not working"

What's not working with drupal? Do you get any error messages? Can you please let us know why you think this is a problem with the contact importer and not with Drupal + your system setup.

Lastly, you've just hijacked this ticket for something completely unrelated. Please create a new ticket for new issues. Put the answers to my question in the new ticket you create. I'm re-closing this one.

- Scott