Skip Navigation

[Resolved] Unable to download maps plugin

This thread is resolved. Here is a description of the problem and solution.

Problem:
Unable to download the Toolset plugins, in this case Toolset maps plugin

Solution:
You should check with your server that correct file permissions granted.

You can find proposed basic debug steps with the following reply:
https://toolset.com/forums/topic/unable-to-download-maps-plugin/#post-598013

Relevant Documentation:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/#php-debugging

This support ticket is created 6 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 4 replies, has 2 voices.

Last updated by Erick Trujillo 6 years, 11 months ago.

Assisted by: Minesh.

Author
Posts
#597908
Screen Shot 2017-12-11 at 7.37.41 PM.png

I am trying to: Download plug in

Link to a page where the issue can be seen:

I expected to see:

Instead, I got: Could not copy file. (/home/roomiesgratuito/public_html/wp-content/plugins/toolset-maps/toolset-maps-loader.php)

#598013

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - I checked with my test install and I do not able to reproduce the issue you are having with updating Maps plugin to it's latest official release version.

What if you try again now - do you still have same issue? If yes:
1)
Could you please activate WP_DEBUG from wp-config.php file and send me possible errors for review.

2)
Edit your wp-config.php file and add the following:

ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');

This produces a file error_log.txt in your WordPress root directory. Make sure that the web server can create and write this file. If it cannot, use an FTP program to create the file and make it writable to Apache (normally, the www-data user).

After this is enabled, all errors that occur when using your website’s front-end and backend, are logged into that error_log.txt file. You should check the error log for more details about error you have.

More info:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/#php-debugging

OR

If you have any urgency, simply upload the Maps plugin via plugins page.

#598340

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Adding my comment here to set correct status for this ticket.

#598743

I edited the wp-config file and I get the following when trying to install the maps plugin.

Error Log:
[14-Dec-2017 01:17:10 UTC] PHP Warning: copy(/home/roomiesgratuito/public_html/wp-content/plugins/toolset-maps/toolset-maps-loader.php): failed to open stream: Permission denied in /home/roomiesgratuito/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 243
[14-Dec-2017 01:17:10 UTC] PHP Warning: copy(/home/roomiesgratuito/public_html/wp-content/plugins/toolset-maps/toolset-maps-loader.php): failed to open stream: Permission denied in /home/roomiesgratuito/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 243
[14-Dec-2017 01:36:46 UTC] PHP Notice: Trying to get property of non-object in /home/roomiesgratuito/public_html/wp-content/plugins/userpro/functions/template-redirects.php on line 25

Would it be possible to manually upload the .zip file? I tried searching for the toolset maps plugin in the plugins page, but I could not find it.Thanks for the prompt response.

#598745

I fixed it!, thank you for pointing me in the right direction. After taking a second look at the debug info it had to do with a file permission. The debug information was very useful.