Code Monkey home page Code Monkey logo

Comments (15)

petkivim avatar petkivim commented on July 17, 2024

Hi,

I'm sorry for the slow response...I've been traveling and got back home yesterday.

Could you give me some more information about your system: Joomla version, OS version, PHP version?

Did you download the installation package using the URL below? How did you try to install the plugin (download & upload using Joomla UI, download & upload using sftp, Joomla web installer)?

https://github.com/petkivim/embed-google-map/releases/download/v2.1.0/plg_content_embed_google_map-2.1.0.zip

from embed-google-map.

paintedbrain avatar paintedbrain commented on July 17, 2024

Hi thank you very much for getting back to me.

Joomla! 3.2.7,
http://www.manawatusf.org.nz/administrator/index.php?option=com_joomlaupdate
Not
sure about the php sorry, where can I find that infor for you?

I'm running windows 10.

Best regards,
Sean

On Wed, Aug 3, 2016 at 7:42 PM, Petteri Kivimäki [email protected]
wrote:

Hi,

I'm sorry for the slow response...I've been traveling and got back home
yesterday.

Could you give me some more information about your system: Joomla version,
OS version, PHP version?

Did you download the installation package using the URL below? How did you
try to install the plugin (download & upload using Joomla UI, download &
upload using sftp, Joomla web installer)?

https://github.com/petkivim/embed-google-map/releases/
download/v2.1.0/plg_content_embed_google_map-2.1.0.zip


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#29 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMTnkOhxE6NaI32s7zwGWitH_8ivCbVKks5qcEZ1gaJpZM4JX3LB
.

from embed-google-map.

petkivim avatar petkivim commented on July 17, 2024

On a Linux system PHP version can be checked with $ php --version command.

One way to check the version is to create a phpinfo file: open a plain text file, add the following lines, and save:

Filename: phpinfo.php

<?php
phpinfo();
?>

Then access phpinfo.php page and you should see PHP version and many other information related to PHP settings.

Have you tried to install any other plugins and did you have any problems with them?

from embed-google-map.

paintedbrain avatar paintedbrain commented on July 17, 2024

Yes I did try another install and got the same problem, I will try to
access the hosts C Pannel to find out the php version.

On Wed, Aug 10, 2016 at 6:02 AM, Petteri Kivimäki [email protected]
wrote:

On a Linux system PHP version can be checked with $ php --version command.

One way to check the version is to create a phpinfo file, open a plain
text file, add the following lines, and save:

Filename: phpinfo.php

Then access phpinfo.php page and you should see PHP version and many other
information related to PHP settings.

Have you tried to install any other plugins and did you have any problems
with them?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#29 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMTnkH777TFAII06UucLfOOG-uMyA3pwks5qeMDTgaJpZM4JX3LB
.

from embed-google-map.

paintedbrain avatar paintedbrain commented on July 17, 2024

[image: Inline image 1]
Hopefully this shows the php version?

On Wed, Aug 10, 2016 at 7:48 AM, Sean Macintyre [email protected]
wrote:

Yes I did try another install and got the same problem, I will try to
access the hosts C Pannel to find out the php version.

On Wed, Aug 10, 2016 at 6:02 AM, Petteri Kivimäki <
[email protected]> wrote:

On a Linux system PHP version can be checked with $ php --version
command.

One way to check the version is to create a phpinfo file, open a plain
text file, add the following lines, and save:

Filename: phpinfo.php

Then access phpinfo.php page and you should see PHP version and many
other information related to PHP settings.

Have you tried to install any other plugins and did you have any problems
with them?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#29 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMTnkH777TFAII06UucLfOOG-uMyA3pwks5qeMDTgaJpZM4JX3LB
.

from embed-google-map.

paintedbrain avatar paintedbrain commented on July 17, 2024

There was this method I used a few years ago where I went into Joomla admin
and disabled some things that allowed me to use google maps in an article
but I can't find the instructions.

On Wed, Aug 10, 2016 at 4:52 PM, Sean Macintyre [email protected]
wrote:

[image: Inline image 1]
Hopefully this shows the php version?

On Wed, Aug 10, 2016 at 7:48 AM, Sean Macintyre [email protected]
wrote:

Yes I did try another install and got the same problem, I will try to
access the hosts C Pannel to find out the php version.

On Wed, Aug 10, 2016 at 6:02 AM, Petteri Kivimäki <
[email protected]> wrote:

On a Linux system PHP version can be checked with $ php --version
command.

One way to check the version is to create a phpinfo file, open a plain
text file, add the following lines, and save:

Filename: phpinfo.php

Then access phpinfo.php page and you should see PHP version and many
other information related to PHP settings.

Have you tried to install any other plugins and did you have any
problems with them?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#29 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMTnkH777TFAII06UucLfOOG-uMyA3pwks5qeMDTgaJpZM4JX3LB
.

from embed-google-map.

petkivim avatar petkivim commented on July 17, 2024

Unfortunately I can't see the image that you tried to post earlier. However, I think that the problem is related to the permissions of the web server's directory as you have the same problem with other plugins as well. The first row of the error message is probably the root cause and the other operations fail because of that.

Warning JFolder::create: Could not create directory Path: /home/dhthemec

I've seen a similar error message when I've tried to install a plugin in a hardened version of Joomla (web server didn't have write permissions to public_html folder). Could you check that the web server has sufficient permissions to write to the directory where Joomla is located?

from embed-google-map.

paintedbrain avatar paintedbrain commented on July 17, 2024

Ok sure I will check with the host today. PHP was 5.5 native

On Aug 11, 2016 5:54 AM, "Petteri Kivimäki" [email protected]
wrote:

Unfortunately I can't see the image that you tried to post earlier.
However, I think that the problem is related to the permissions of the web
server's directory as you have the same problem with other plugins as well.
The first row of the error message is probably the root cause and the other
operations fail because of that.

Warning JFolder::create: Could not create directory Path: /home/dhthemec

I've seen a similar error message when I've tried to install a plugin in a
hardened version of Joomla (web server didn't have write permissions to
public_html folder). Could you check that the web server has sufficient
permissions to write to the directory where Joomla is located?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#29 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMTnkIjrAm0PwqOCP9oYYanGIsvGWmCdks5qehBtgaJpZM4JX3LB
.

from embed-google-map.

paintedbrain avatar paintedbrain commented on July 17, 2024

Do you know what permissions are needed?

On Thu, Aug 11, 2016 at 7:46 AM, Sean Macintyre [email protected]
wrote:

Ok sure I will check with the host today. PHP was 5.5 native

On Aug 11, 2016 5:54 AM, "Petteri Kivimäki" [email protected]
wrote:

Unfortunately I can't see the image that you tried to post earlier.
However, I think that the problem is related to the permissions of the web
server's directory as you have the same problem with other plugins as well.
The first row of the error message is probably the root cause and the other
operations fail because of that.

Warning JFolder::create: Could not create directory Path: /home/dhthemec

I've seen a similar error message when I've tried to install a plugin in
a hardened version of Joomla (web server didn't have write permissions to
public_html folder). Could you check that the web server has sufficient
permissions to write to the directory where Joomla is located?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#29 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMTnkIjrAm0PwqOCP9oYYanGIsvGWmCdks5qehBtgaJpZM4JX3LB
.

from embed-google-map.

petkivim avatar petkivim commented on July 17, 2024

The web server needs read, write and execute permissions on the directory where Joomla is located.

from embed-google-map.

paintedbrain avatar paintedbrain commented on July 17, 2024

Ok, I have the plugin installed and I have enabled it.

I can't seem to get the embed working. Does this look right?
*latitude,longitude = 40°21'22.5"S 175°36'21.7"E

On Thu, Aug 11, 2016 at 4:33 PM, Petteri Kivimäki [email protected]
wrote:

The web server needs read, write and execute permissions on the directory
where Joomla is located.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#29 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMTnkCdALPLP7EawARwL-og-YRnLhBiNks5qeqYTgaJpZM4JX3LB
.

from embed-google-map.

petkivim avatar petkivim commented on July 17, 2024

The coordinates must be in decimal degree format, e.g. {google_map}60.1705,24.9384{/google_map}.

from embed-google-map.

paintedbrain avatar paintedbrain commented on July 17, 2024

How do you get that from Google maps?

On Aug 12, 2016 3:00 AM, "Petteri Kivimäki" [email protected]
wrote:

The coordinates must be in decimal degree format, e.g.
{google_map}60.1705,24.9384{/google_map}.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#29 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AMTnkOreNMO93oImY7DmPKbdWf1fxc-7ks5qezkegaJpZM4JX3LB
.

from embed-google-map.

petkivim avatar petkivim commented on July 17, 2024

You can convert the coordinates using this tool: http://www.gps-coordinates.net/gps-coordinates-converter.

from embed-google-map.

petkivim avatar petkivim commented on July 17, 2024

The correct code for embedding the map is {google_map}-40.35625,175.60602{/google_map}

from embed-google-map.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.