Possible incompatibility with Rockettheme / Gantry

in Download Manager Free

Viewing 12 posts - 1 through 12 (of 12 total)
Dec 22, 2017 at 9:09 am
#67216
Participant
Brian Grinter
OP

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

Dec 22, 2017 at 2:40 pm
#67243

Can you send login in private to check?
Is there any error log available?
Thanks

Dec 26, 2017 at 11:00 am
#67281
Participant
Brian Grinter
OP
This reply has been marked as private.
Dec 26, 2017 at 8:36 pm
#67295

Can you please send ftp access?

Dec 26, 2017 at 10:09 pm
#67296
Participant
Brian Grinter
OP

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

Dec 29, 2017 at 1:26 pm
#67349

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

Dec 30, 2017 at 3:27 am
#67366
Participant
Brian Grinter
OP

Hi Hasibul

Thanks – this will be incorporated in future releases too?

Regards,
Brian

Dec 30, 2017 at 11:33 am
#67368

Yes, We hope to push it with the new updates.

Thanks

Jan 17, 2018 at 9:15 am
#68101
Participant
Brian Grinter
OP

Hi

I’ve applied the most recent patch and this problem has re-occured

Can you please advise?

Regards,
Brian

Jan 18, 2018 at 5:24 am
#68142
Participant
Brian Grinter
OP

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

Jan 18, 2018 at 4:35 pm
#68174
Moderator
Shahriar
Staff

The correct regex the following one, will add this in next release.

/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$/

Jan 18, 2018 at 9:45 pm
#68189
Participant
Brian Grinter
OP

Thanks – noted for future reference!

Viewing 12 posts - 1 through 12 (of 12 total)

The topic "Possible incompatibility with Rockettheme / Gantry" is closed to new replies.