issue 30
(Widget for WP-Publications) commented on by parkeyparker
- Hi,
I am not sure if this is still an active project (esp seeing as i am answering a post
from Apr 2008 lol) however I may look into your idea as i quite like it. This would be
a nice project for me to try. If i manage to get it working i will post back however I
doubt it will be of much use to you now lol.
ParkeyParker
Hi,
I am not sure if this is still an active project (esp seeing as i am answering a post
from Apr 2008 lol) however I may look into your idea as i quite like it. This would be
a nice project for me to try. If i manage to get it working i will post back however I
doubt it will be of much use to you now lol.
ParkeyParker
May 05, 2009
issue 32
(Object Error) reported by eric.allen.mann
- When I tried to download files, I received a stdClass error trying to
convert an object to a string on line 74 of openfile.php.
I found out the error was that $ftype is an object, not a string, and is
being echoed out in the "Content-type" section of the headers. This also
occurs on line 56.
To fix the problem, replace any occurrence of $ftype with $ftype->extName.
After making this minor change (in addition to other issues mentioned on
this site) everything works just fine.
When I tried to download files, I received a stdClass error trying to
convert an object to a string on line 74 of openfile.php.
I found out the error was that $ftype is an object, not a string, and is
being echoed out in the "Content-type" section of the headers. This also
occurs on line 56.
To fix the problem, replace any occurrence of $ftype with $ftype->extName.
After making this minor change (in addition to other issues mentioned on
this site) everything works just fine.
Feb 11, 2009
issue 31
(Plugin error since updating to WP 2.7) commented on by inesnaya
- no difference in versions.
you are right there are three files were you have to replace the name
no difference in versions.
you are right there are three files were you have to replace the name
Feb 10, 2009
issue 31
(Plugin error since updating to WP 2.7) commented on by vlasenko
- same issue when upgraded to 2.7.1 EXCEPT I had to perform search and replace in 3
files instead of 2 as suggested by inesnaya above (maybe different versions of the
plugin)
in wp-publications-archive directory I renamed:
upload.php -> uploadfile.php
and performed search and replace for all instances of "upload.php" with
"uploadfile.php" in:
manageFiles.php
uploadfile.php (yes the old upload.php)
wp-uploader.php
same issue when upgraded to 2.7.1 EXCEPT I had to perform search and replace in 3
files instead of 2 as suggested by inesnaya above (maybe different versions of the
plugin)
in wp-publications-archive directory I renamed:
upload.php -> uploadfile.php
and performed search and replace for all instances of "upload.php" with
"uploadfile.php" in:
manageFiles.php
uploadfile.php (yes the old upload.php)
wp-uploader.php
Jan 14, 2009
issue 31
(Plugin error since updating to WP 2.7) commented on by inesnaya
- I solved it by changing the name of the upload.php file of the plugin and replacing
all instances of upload.php in uploader.php with the new name.
Now it works again.
There seemed to be a conflict between the wp-admin/upload.php and the
wp-publication-archive/upload.php and when trying to access the plugin it tried to
open the wp-admin/upload.php and gave error.
Hope this helps.
I solved it by changing the name of the upload.php file of the plugin and replacing
all instances of upload.php in uploader.php with the new name.
Now it works again.
There seemed to be a conflict between the wp-admin/upload.php and the
wp-publication-archive/upload.php and when trying to access the plugin it tried to
open the wp-admin/upload.php and gave error.
Hope this helps.
Older
Dec 23, 2008
issue 31
(Plugin error since updating to WP 2.7) commented on by mpvanwinkle
- I have the same problem
I have the same problem
Dec 17, 2008
issue 31
(Plugin error since updating to WP 2.7) reported by inesnaya
-
Since updating my wordpress to version 2.7 (until now it worked just fine):
1. When you click on the publications' section in the administration
dashboard, in "Upload", you get:
Fatal error: Call to a member function get_results() on a non-object in
/path_to_website/wp-admin/upload.php on line 257
What version of the product are you using? Publications Archive Management 1.1
Since updating my wordpress to version 2.7 (until now it worked just fine):
1. When you click on the publications' section in the administration
dashboard, in "Upload", you get:
Fatal error: Call to a member function get_results() on a non-object in
/path_to_website/wp-admin/upload.php on line 257
What version of the product are you using? Publications Archive Management 1.1