1 of 2
1
Plugin Manager
Posted: 19 March 2005 06:42 AM   [ Ignore ]  
Grad Student
Avatar
Rank
Total Posts:  80
Joined  03-01-2005

There is something wrong with my Plugin Manager.  It says Failed to open and it has all WARNING lines…

Warning: feof(): supplied argument is not a valid stream resource in /home/eiknitco/public_html/system/cp/cp.utilities.php on line 167

Warning: feof(): supplied argument is not a valid stream resource in /home/eiknitco/public_html/system/cp/cp.utilities.php on line 169

What is wrong & what should I do?

Profile
 
 
Posted: 19 March 2005 02:52 PM   [ Ignore ]   [ # 1 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  9868
Joined  06-19-2002

The first things I would suggest:

1. Upload a fresh copy of system/cp/cp.utilities.php.  (i.e. grab a new copy of the EE download and use that.)

2. Replace the Plugins in system/plugins/ with fresh copies.  You can grab current versions from the EE Plugins site.

 Signature 

Chris Curtis
chriscurtis.org

Profile
 
 
Posted: 20 March 2005 04:39 AM   [ Ignore ]   [ # 2 ]  
Grad Student
Avatar
Rank
Total Posts:  80
Joined  03-01-2005

I can’t seem to find the system/cp/cp.utilities.php download. So I should just delete the old file in my FTP and then put the new one right where it was? As far as the plugins, Do I need to place all the plugins with fresh copies? This is very new to me as you guys just installed EE a few days ago. I don’t know why it went bad.

Profile
 
 
Posted: 20 March 2005 10:29 AM   [ Ignore ]   [ # 3 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  9868
Joined  06-19-2002

Download a fresh copy of the EE files from the Download Area.  Unzip it somewhere on your local computer.  FTP to your site and replace your existing ‘system/cp/cp.utilities.php’ file with the fresh one.  (That’s the “cp.utilities.php” file in the “cp” directory, which itself is in your “system” directory or whatever that might have been renamed to.)

As for the Plugins… first off, do the above and see if that fixes things.  If not, then you can download fresh copies of the Plugins from the EE Plugins site to your local computer.  Then FTP them to your server in the ‘system/plugins/’ directory and overwrite the existing ones with the fresh copies.

 Signature 

Chris Curtis
chriscurtis.org

Profile
 
 
Posted: 20 March 2005 03:52 PM   [ Ignore ]   [ # 4 ]  
Grad Student
Avatar
Rank
Total Posts:  80
Joined  03-01-2005

I downloaded a fresh copy of system/cp/cp.utilities.php. It still didn’t work. I used the plugins from the download to FTP & replace them with the other ones. Still does not work. Then I went to the EE Plugins site and did a search for the 5 plugins that come with the software. I can’t find them.

Profile
 
 
Posted: 20 March 2005 04:10 PM   [ Ignore ]   [ # 5 ]  
Grad Student
Avatar
Rank
Total Posts:  80
Joined  03-01-2005

Warning: fopen(http://plugins.pmachine.com/index.php/feeds/download_2.0/): failed to open stream: Connection refused in /home/eiknitco/public_html/system/cp/cp.utilities.php on line 166

Warning: feof(): supplied argument is not a valid stream resource in /home/eiknitco/public_html/system/cp/cp.utilities.php on line 167

Warning: fgets(): supplied argument is not a valid stream resource in /home/eiknitco/public_html/system/cp/cp.utilities.php on line 169

This is exactly what is shown when I click on Plugin Manager. The second 2 lines (167 & 169) seem to repeat forever.

I hope this helps you so I can get this resolved.

Profile
 
 
Posted: 20 March 2005 04:53 PM   [ Ignore ]   [ # 6 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  9868
Joined  06-19-2002

Check the requirements for the Plugin Manager at the top of the linked page.  Specifically, you might want to check with your Host/server admin about the “CURL” support.

 Signature 

Chris Curtis
chriscurtis.org

Profile
 
 
Posted: 21 March 2005 04:25 AM   [ Ignore ]   [ # 7 ]  
Grad Student
Avatar
Rank
Total Posts:  80
Joined  03-01-2005

”/public_html/system/plugins/index.html” “/public_html/system/plugins/pi.char_limit.php” “/public_html/system/plugins/pi.magpie.php” “/public_html/system/plugins/pi.magpie.php.attachment00” “/public_html/system/plugins/pi.magpie.php.attachment00.attachment00” “/public_html/system/plugins/pi.randomizer.php” “/public_html/system/plugins/pi.word_limit.php” “/public_html/system/plugins/pi.xml_encode.php”

This is what is on my FTP server under systems/plugins after I installed all fresh copys of the plugins. Is this what is supposed to be there after a fres install of EE?

Profile
 
 
Posted: 21 March 2005 04:33 AM   [ Ignore ]   [ # 8 ]  
Grad Student
Avatar
Rank
Total Posts:  80
Joined  03-01-2005

When I submitted it it changed above on my screen.

Are the plugins supposed to be a text document?

I have installed…

pi.char_limit.php
pi.magpie.php
pi.magi…hment00 (attachment)
pi.magpi…hment00 (attachment)
pi.randomizer.php
pi.word_limit.php
pi.xml_encode.php

Profile
 
 
Posted: 21 March 2005 06:12 AM   [ Ignore ]   [ # 9 ]  
Moderator
Avatar
RankRankRankRankRankRankRankRank
Total Posts:  32895
Joined  05-14-2004

Plugins are all .php files - you should delete those (attachment) ones. =)

 Signature 
Profile
MSG
 
 
Posted: 21 March 2005 12:24 PM   [ Ignore ]   [ # 10 ]  
Grad Student
Avatar
Rank
Total Posts:  80
Joined  03-01-2005

I checked with my web host & they do support “CURL”

What are the file permissions supposed to be for the ‘system/cp/cp.utilities.php’ directory?

Also the Docs say “The CURL extension must be compiled into PHP on your server.”
How do I know if it is. If it isn’t how do I do that?

Profile
 
 
Posted: 21 March 2005 05:16 PM   [ Ignore ]   [ # 11 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  9868
Joined  06-19-2002

> What are the file permissions supposed to be for the ‘system/cp/cp.utilities.php’ directory?

That’s a file.  Permissions for files in that directory will typically be 644 or 755.  The ‘system/cp/’ directory itself should probably be 755.


> Also the Docs say “The CURL extension must be compiled into PHP on your server.”

That’s something your Host/server admin would need to do; it’s not something you would typically do yourself.  If they say that their servers support CURL then it’s likely that PHP already has the library compiled in.

 Signature 

Chris Curtis
chriscurtis.org

Profile
 
 
Posted: 21 March 2005 05:24 PM   [ Ignore ]   [ # 12 ]  
Grad Student
Avatar
Rank
Total Posts:  80
Joined  03-01-2005

Well now…I’ve tried everything & something is still wrong with the Plugin Manager. What do I do now?

Profile
 
 
Posted: 21 March 2005 05:31 PM   [ Ignore ]   [ # 13 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  9868
Joined  06-19-2002

Email me (click my name to the left and email through the form) the following information and I’ll take a look when I get a chance:

1. URL to this thread for reference
2. EE Control Panel location and login information for a SuperAdmin member
3. FTP connection information

 Signature 

Chris Curtis
chriscurtis.org

Profile
 
 
Posted: 22 March 2005 09:18 AM   [ Ignore ]   [ # 14 ]  
Grad Student
Avatar
Rank
Total Posts:  80
Joined  03-01-2005

I was wondering if Zend Optimizer is installed in EE and does it have anything to do with the Plugin Manage?

Profile
 
 
Posted: 22 March 2005 10:09 AM   [ Ignore ]   [ # 15 ]  
Grad Student
Avatar
Rank
Total Posts:  80
Joined  03-01-2005

I just looked and Zend is installed. The othe thing is…

Do I need to have the directory “php.ini” in my public domain?

Profile
 
 
Posted: 22 March 2005 03:43 PM   [ Ignore ]   [ # 16 ]  
Research Scientist
Avatar
RankRankRankRankRankRank
Total Posts:  9868
Joined  06-19-2002

Umm… didn’t you already get this fixed earlier today?  I got an email from you saying so, at least…

The issue was the Host appeared to be blocking outgoing connections for PHP’s “fopen()” and “fsockopen()” functions.

 Signature 

Chris Curtis
chriscurtis.org

Profile
 
 
Posted: 22 March 2005 03:57 PM   [ Ignore ]   [ # 17 ]  
Grad Student
Avatar
Rank
Total Posts:  80
Joined  03-01-2005

Chris…it wasn’t fixed until 1:42 EST. That is when I emailed them to tell them it worked.

Profile
 
 
Posted: 01 April 2005 09:20 PM   [ Ignore ]   [ # 18 ]  
Grad Student
Rank
Total Posts:  48
Joined  01-23-2002

I’m having this exact same issue, what was the resolution? I replaced the cp utilities file.

I am hosting at Dreamhost, domain: lablogs.com

Trying to install the magpie plugin, I haven’t installed any plugins before.

 Signature 

Digesty LA

Profile
 
 
   
1 of 2
1
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 64978 Total Logged-in Users: 24
Total Topics: 82016 Total Anonymous Users: 21
Total Replies: 440814 Total Guests: 182
Total Posts: 522830    
Members ( View Memberlist )