Module Information file missing in phpwscontacts
Brought to you by:
rizzo,
wendall911
I have uploaded all the files contained in the
phpwscontacts-0.9.4.zip using FTP to
the /mod/phpwscontacts-0.9.4 directory and then within
the PHPWS use Boost to install. Unfortunately, I am
presented with this error: "Module Information file
missing in phpwscontacts"
Can you tell me what file might be missing?
Logged In: YES
user_id=1473772
This error prints at the top of the webpage:
Warning: direct(): Failed opening '' for inclusion
(include_path='.:/home/httpd/vhosts/shubiz.net/httpdocs/swib
/lib/pear/')
in /home/httpd/vhosts/shubiz.net/httpdocs/swib/mod/boost/cla
ss/Boost.php on line 248
Logged In: YES
user_id=61900
The issue you describe is common when the phpwscontacts directory
is not properly renamed when place in the phpwebsite mod/
directory. Often users will not remove the version information
from the directory name.
For example, if you are using phpwscontacts-0.1.0, you'll need to
rename it to just "phpwscontacts" (without the quotes), and THEN
place it in phpwebsite mod directory.
This procedure has been explained the INSTALL file in the docs
directory that was included in the archive that you downloaded.
Please try this remedy and report back to indicate if it works
for you.
Logged In: YES
user_id=244471
marysunshine,
A sample module installation is walked through here. This
may help cover some of the issues that can contribute to the
error message.
Greg
http://phpwebsite-comm.sourceforge.net/wiki/index.php?title=Third_Party_Module_Installation
Logged In: YES
user_id=1626283
did you change modul name under ./mod/ from
"phpwscontacts-0.9.4" to "phpwscontacts" ?