- This topic has 11 replies, 3 voices, and was last updated 8 years, 2 months ago by
Brian Grinter.
I’m currently migrating a site from Joomla to WordPress and looking to replace docMAN with WP Download Manager.
Going ok so far although I think I’ve discovered an incompatibility between the theme I’m using (RocketTheme Callisto) and WP Download Manager
On this page ( http://test.airleague.com.au/download-category/downloads/) if you click on the the link in the centre of the page – the page it takes you to is blank http://test.airleague.com.au/download/nsw-boys-group-review-digest-2017/
However – if I switch themes I see the page.
Feedback greatly appreciated
Regards,
Brian
Can you send login in private to check?
Is there any error log available?
Thanks
Can you please send ftp access?
I’ve added the WP File Manager plugin so you can access file system from within WordPress. Because its a Ubuntu server, even with SFTP access the files are “owned” by the Apache user “www-data” and you can’t easily access them
Regards
Brian
Your downloads page will work now, There was a modification done with the plugin code in file class.Package.php ► line 260
preg_match('/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/',$key)
Thanks
Hi Hasibul
Thanks – this will be incorporated in future releases too?
Regards,
Brian
Yes, We hope to push it with the new updates.
Thanks
Hi
I’ve applied the most recent patch and this problem has re-occured
Can you please advise?
Regards,
Brian
Hi
I’ve checked – this line is in code but not working
preg_match('/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/',$key)
Assistance is greatly appreciated
Regards,
Brian
The correct regex the following one, will add this in next release.
/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$/
Thanks – noted for future reference!
The topic "Possible incompatibility with Rockettheme / Gantry" is closed to new replies.