leepton
Member
Posted 2 years ago #
hi
I got a problem udating the last version 3.3.3
it doese't activate the plugin replying
Warning: include(/web/htdocs/my_domain/home/wordpress/wp-content/plugins/download-monitor/classes/download_taxonomies.class.php) [function.include]: failed to open stream: No such file or directory in /web/htdocs/my_domainm/home/wordpress/wp-content/plugins/download-monitor/wp-download_monitor.php on line 76
and on the line 76 there is this row
include(WP_PLUGIN_DIR.'/download-monitor/classes/download_taxonomies.class.php'); /* Taxonomy Class */
suggestion?
regards
http://wordpress.org/extend/plugins/download-monitor/
leepton
Member
Posted 2 years ago #
ya! :°D
moreover in the dicertory classes there insn't files called
download_taxonomies.class.php
Same here:
Warning: include(/www/htdocs/.../.../wp-content/plugins/download-monitor/classes/downloadable_file.class.php) [function.include]: failed to open stream: No such file or directory in /www/htdocs/.../.../wp-content/plugins/download-monitor/wp-download_monitor.php on line 75
Warning: include() [function.include]: Failed opening '/www/htdocs/.../.../wp-content/plugins/download-monitor/classes/downloadable_file.class.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/.../.../wp-content/plugins/download-monitor/wp-download_monitor.php on line 75
Warning: include(/www/htdocs/.../.../wp-content/plugins/download-monitor/classes/download_taxonomies.class.php) [function.include]: failed to open stream: No such file or directory in /www/htdocs/.../.../wp-content/plugins/download-monitor/wp-download_monitor.php on line 76
Warning: include() [function.include]: Failed opening '/www/htdocs/.../.../wp-content/plugins/download-monitor/classes/download_taxonomies.class.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/.../.../wp-content/plugins/download-monitor/wp-download_monitor.php on line 76
Fatal error: Class 'download_taxonomies' not found in /www/htdocs/.../.../wp-content/plugins/download-monitor/wp-download_monitor.php on line 83
ande1352
Member
Posted 2 years ago #
mippie32
Member
Posted 2 years ago #
Me too... error on line 83.
leepton
Member
Posted 2 years ago #
moreover
now it is in conflict with "Accordion Image Menu" plugin
this version make the picture of the accordion not in line but with progressive sclable decrease
like this for ie:
(each 3 lines is one picture)
---
---
---
3.3.3.1 was added to address the missing files issue - it was a problem with my svn client.
Thank you! Seems to work fine. But all download stats and custom formats gone after upgrading. :(
kellyrob
Member
Posted 2 years ago #
Yes, download stats are gone. For myself that was a minor impact with only a couple of downloads available, but thanks anyhow for the very quick response to renable the plugin.
Thank you! Seems to work fine. But all download stats and custom formats gone after upgrading. :(
I wonder if its because your mysql version did not like the rename...
FYI the upgrade script renames the old tables to the new ones (which should keep data) - but if this fails then it will just create the new table and leave the old one in place.
Therefore, if you go into your phpmyadmin you may be able to export the data from the old stats table into the new one.
Hm... Now it's too late. I already used the clear option of your plugin. My servers running MySQL-Client-Version: 5.0.51a. The update of db was successful without any report of failing to rename the db tables.
What´s going on? 2 further releases within a few hours? No Changelog?
The changes were aded via svn - I updated the mysql rename code and moved the activation function.