Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
plugins-topic
Warning appearing after trying to install plugin
Avatar
Stacey Oman
Rookie
Free Members
sp_UserOfflineSmall Offline
Feb 20, 2013 - 8:10 pm

This is the warning message that I am getting after I tried to install the plugin:

Warning: include_once(/problem-with-post-edit-buttonome/stretchi/public_html/wp-content/sp-resources/forum-plugins/plupload/library/sp-plupload-components.php) [function.include-once]: failed to open stream: No such file or directory in /problem-with-post-edit-buttonome/stretchi/public_html/wp-content/sp-resources/forum-plugins/plupload-11/sp-plupload-plugin.php on line 332

Warning: include_once() [function.include]: Failed opening '/problem-with-post-edit-buttonome/stretchi/public_html/wp-content/sp-resources/forum-plugins/plupload/library/sp-plupload-components.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /problem-with-post-edit-buttonome/stretchi/public_html/wp-content/sp-resources/forum-plugins/plupload-11/sp-plupload-plugin.php on line 332

Fatal error: Call to undefined function sp_plupload_do_gd_check() in /problem-with-post-edit-buttonome/stretchi/public_html/wp-content/sp-resources/forum-plugins/plupload-11/sp-plupload-plugin.php on line 333

What can I do to fix this??  Now my whole forum isn't working.

Avatar
Brandon
U.S.
SP Wrangler
Free Members
sp_UserOfflineSmall Offline
Feb 20, 2013 - 9:24 pm

Stacey,

There should not be any numbers after the plupload folder name. I see it is named plupload-11/  Try using FTP or your file manager and delete the "-11" from the filename. That should fix it.

Can you tell us how you added the plugin and if the using the file uploader with a zip file the name of the file?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Feb 20, 2013 - 9:58 pm

please note the plugin directory name... its incorrect... its plupload-11 and should just be plupload... its an issue with the wp uploader that hopefully is resolved in the next version...

Avatar
Stacey Oman
Rookie
Free Members
sp_UserOfflineSmall Offline
Feb 21, 2013 - 8:48 pm

I downloaded it form simple-press.com.  The plugin download to my downloads.  I went into the simple press plugin up loader and installed it.  It immediately gave me that warning message and "crashed my simple press forum, I had to uninstall and re install for the warning message to go away.

I changed the file name and it works perfectly now.

Thanks!

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Feb 21, 2013 - 8:49 pm

good news.  thanks for the update.

Avatar
Matt Berry
Rookie
Free Members
sp_UserOfflineSmall Offline
Feb 25, 2013 - 11:23 am

I'm running into a similar issue. When attempting to upload a plugin it repeatedly tells me it cannot find the location. I'm trying to upload plupload.zip, and it's trying to create plupload3, so if I create that folder it tries to upload to plupload4. I'm getting nowhere fast. Never had issues uploading with Wordpress before installing Simple Press.

Is this a known issue? It doesn't matter if I change the filename because the uploader tries to create a folder with an appended number based on the filename as in the example below. All directories are reporting as writable. Is there a work-around for this such as decompressing the files myself in the forum-plugins folder?

 

Unable to locate needed folder (/problem-with-post-edit-buttonome/user/www/wordpress/wp-content/sp-resources/forum-plugins/plupload6).

Avatar
Brandon
U.S.
SP Wrangler
Free Members
sp_UserOfflineSmall Offline
Feb 25, 2013 - 11:40 am

Just making sure. You are using the Simple:Press plugin uploader not the WordPress plugin uploader, correct?

This may be an issue where older, previously uploaded SP plugin, did not get deleted. I would check the /sp-resources/plugin folder and see if there is not already any folder named plupload or pluploadx (the x being anything) If so then delete the folder(s).

Then check your wp-contents/uploads/2013/2 folder and make sure none of the plupload files are there. If so delete them.

That should clear out everything and you should be able to upload the plugin. Just make sure the zip file is named plupload.zip with no numbers or anything else in the filename.
You can manually add the plugin. You could create a plupload folder in /forum-plugins and unzip everything from plupload.zip into it.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Feb 25, 2013 - 12:28 pm

It's known issue with wp. When it does an uploaded but cannot delete it when done due to server permissions, the upload remains. If you upload same file again, wp will append the number to keep it unique.

So in sp plugin location, delete and pluploadx directories where x us a number. Upload the plugin again. Go to the created directory in sp plugins and themes change the name to not have number, ie plupload.

Avatar
Matt Berry
Rookie
Free Members
sp_UserOfflineSmall Offline
Feb 25, 2013 - 12:35 pm

Brandon C said

Just making sure. You are using the Simple:Press plugin uploader not the WordPress plugin uploader, correct?

This may be an issue where older, previously uploaded SP plugin, did not get deleted. I would check the /sp-resources/plugin folder and see if there is not already any folder named plupload or pluploadx (the x being anything) If so then delete the folder(s).

Then check your wp-contents/uploads/2013/2 folder and make sure none of the plupload files are there. If so delete them.

That should clear out everything and you should be able to upload the plugin. Just make sure the zip file is named plupload.zip with no numbers or anything else in the filename.

You can manually add the plugin. You could create a plupload folder in /forum-plugins and unzip everything from plupload.zip into it.

Thanks for the quick response.

Yes. I'm uploading via the plugin uploader in the forum admin. The plugins folder is blank, nothing there, and it still throws the error.I've deleted everything from the 2013/2 and plugins folder. When I try to upload this is what I get.

>>

Uploading SP Plugin from uploaded file: admin-bar.zip
Unable to locate needed folder (/problem-with-post-edit-buttonome/user/www/site/wp-content/sp-resources/forum-plugins/admin-bar).

Notice: Unable to remove the uploaded plugin zip archive: /problem-with-post-edit-buttonome/user/www/site/wp-content/uploads/2013/02/admin-bar.zip

<<

The uploaded file is stored in the 2013/2/ folder, so it would seem that the issue lies with SimplePress not being able to create folders and move files. I've got the wp-content folder set to chmod -R 777, so I know the write permissions are correct, and SimplePress shows they are goood to go and writable in Storage Locations.

I've just uploaded everything manually and it works. I was also able to update everything to the latest version using the updater with no issues. Looks like a bug to me.

 

 

 

Avatar
Brandon
U.S.
SP Wrangler
Free Members
sp_UserOfflineSmall Offline
Feb 25, 2013 - 6:48 pm

I have never had that issue myself but it could be some kind of folder/file ownership issue. Glad you got it working.

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17363
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625