xmenfile wrote:
femu, i am running into these error:
When i try to upload album cover
Warning: include(/home1/vietnico/public_html/dm_charts/dm_charts_classes/upload_class.php) [function.include]: failed to open stream: No such file or directory in /home1/vietnico/public_html/MVC/dm_charts/dm_charts_classes/cover_upload.php on line 2
Warning: include() [function.include]: Failed opening '/home1/vietnico/public_html/dm_charts/dm_charts_classes/upload_class.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home1/vietnico/public_html/MVC/dm_charts/dm_charts_classes/cover_upload.php on line 2
Fatal error: Class 'file_upload' not found in /home1/vietnico/public_html/MVC/dm_charts/dm_charts_classes/cover_upload.php on line 7
Check, if all files are uploaded correctly. Especially the folder ip_root/dm_charts. Then (that one I forgot) set following folders to 777:
ip_root/dm_charts/dm_charts_images
ip_root/dm_charts/dm_charts_images/photo
ip_root/dm_charts/dm_charts_images/thumbs
xmenfile wrote:
When I submite new song, i got this errow
CBACK CrackerTracker has detected a potential attack on this site with a worm or exploit script so the Security System stopped the script.
If you can see this page after including a new MOD into your board or after clicking on a link please contact the Board Administrator with this error message and a description what you have done before you could see this page, that the Admin has the possibility to fix the problem.
Open dm_music_charts.php and search:
include($phpbb_root_path . 'common.'.$phpEx);
Before add:
define('CT_SECLEVEL', 'MEDIUM');
If MEDIUM still produces the error, change it to LOW
regards,
femu