hey jorge,
many thanks for the help. greatly appreciated. turns out i had got the
base folder wrong. was unsure, think i was getting mixed up as to what
the common files folder location was and the base. was sure if they
were the same?
i can see the tags now and the map. yay.
i tested an image in the test entry, and its not displaying. have they
got be jpegs or tiff's? (think the random small image i chose was png)
wow... can't wait to get this community up and running and customised.
been wanting to allow people to collaboratively map creativity and
innovation for a while. so many ideas and questions. i hope i dont
annoy you all too much as i try to test things out. you must forgive
me as for instance with the google maps api that i use here
http://creativemaps.vism.ag i thoroughly look at the documentation
before i go asking for help. i can appreciate there isn't the
resources available here as with the maps to create a documentation so
i might be post a few times if you guys are alright with me?
ok,
the gd i found it on the php info page (thanks for reminding me to be
a little more discrete with the access and naming of that file) says
enabled and
FreeType Version 2.2.1
i mention this because i cant see icons on the map page in the key. is
this a gd config, or do i need to update the file path to the image
file?
also, i am going to try style and customise it to look more like its
utilised by creative maps. for instance of the top of my head:
can i use the image overlays like i do in the maps api to layer over
particular areas? if so is it only the map.php file i'd have to do
this?
for the categories, which php files would i need to add 3 more
categories (like i have on the map) and style their colours to match?
also i see the one tag i've done has the name in its marker/tag on the
map, can i use a custom marker icon?
one small snag, when i try to close the info window on the map page,
it jumps/moves it to the over side (left of screen) and i have to
close it with cross once more before it closes. - this is tiny
one thing i'd like to mention in hope it helps, some files i had to
change the 6 4 4 permissions to access the files in the server (maybe
because i had the base folder wrong) i didnt know which ones to give 7
5 5 too. i still kept the config files 6 4 4 and changed the ones you
said too 7 7 7.
do i not need most of my files 7 5 5 ? i suspected none of those
contained any private info yet so wasn't a prob but they might if i
have new users.
anyhow thanks for your help and look forward to styling it
cheers
chris
> looking again at the error you copied I read that the problem is "Could not
> find/open font".
>
> there are some things to check to try and find the problem. let's see if we
> fix it ;)
>
> 1) check the configuration parameter in your meipiConfig.php file. from the
> error found, I think the correct $baseFolder in your case should be this:
> $baseFolder = "/home/cxeeuwta/public_html/creativemaps/meipi/";
>
> if you have a different value, try changing it to the correct one and reload
> the main page. you should see some tags in the map.
>
> 2) just if previous point was already ok:
>
> maybe it's not libgd but a different library. according to the php
> manual<
http://php.net/manual/en/function.imagettfbbox.php>,
> it also needs freetype library. you can check if you have them installed in
> your server by uploading a new php file to your server (no need to be under
> /meipi/) with just this as content:
> <? phpinfo() ?>
>
> note: this page will provide a lot of information, it's better not to make
> it public, not to upload it with a common name like phpinfo.php, and remove
> it after you have checked the info you need.
>
> you should see all your server php configuration in a page. there should be
> a block similar to this, as seen from our server.
>
> check the block for gd / freetype, this is what we have in our server:
> gd GD Support enabled GD Version 2.0 or higher FreeType Support
> enabledFreeType Linkagewith freetypeT1Lib SupportenabledGIF Read
> SupportenabledGIF Create SupportenabledJPG SupportenabledPNG
> SupportenabledWBMP Supportenabled
>
> I hope point 1) solves the issue. we'll review the installation process to
> clarify it better for next users. tell us your progress
> Jorge - -
meipi.org
>
> On Tue, Sep 20, 2011 at 10:32 PM, visual think map <
>
>
>
>
>
>
>
>
chris.watso...@googlemail.com> wrote:
> > hey jorge,
>
> > thanks for getting back.
>
> > contacted my server providers and they say that libgd (i shared this
> >
http://www.boutell.com/gd/assume this is the same as GD?) is