| Author |
Message |
Hoot
Guest

|
Posted:
Thu Aug 04, 2005 1:08 am |
|
I have a weird problem with Map Manager.. i installed all and set the permissions 777 but when i upload a map, the system only upload the image or in better way prints this:
caughtinthemiddle.jpg was uploaded successfully
Only that.. i check where i uploaded and there is no MAP, any idea for this ? is maybe the DB ? i have to change it or something ?
Thnx |
| |
|
|
 |
Ghost

Joined: Jan 08, 2005
Posts: 55
Location: Puyallup, Washington
|
Posted:
Thu Aug 04, 2005 7:26 pm |
|
Hoot, could you please provide a URL to your website?
As of now, with what you provided I would have to say the image is there, you may be looking in the wrong place.
Ghost |
| |
|
|
 |
Hoot
Guest

|
Posted:
Thu Aug 04, 2005 9:00 pm |
|
|
|
 |
Ghost

Joined: Jan 08, 2005
Posts: 55
Location: Puyallup, Washington
|
Posted:
Fri Aug 05, 2005 2:08 am |
|
Firstly Hoot, please allow me to suggest that you create Catagories for your maps. Then you will need to Edit your uploaded Map to point to this particular catagory. Now I am only guessing, but I think you may have to delete the map and reupload it...but that is only a guess. Do this then post back here with the results....
Ghost |
| |
|
|
 |
Hoot
Guest

|
Posted:
Fri Aug 05, 2005 6:25 pm |
|
Ok I can add the category but i cant add a Map.. the same error.. just is uploading the image and when i go again to the Admin Map
Images that need thumbnails :
4towers.jpg
With the map i uploaded or any map.. any help ? |
| |
|
|
 |
Ghost

Joined: Jan 08, 2005
Posts: 55
Location: Puyallup, Washington
|
Posted:
Fri Aug 05, 2005 9:01 pm |
|
Click on those images that need thumbnails....you need to have thumbnails in order for them to be viewed. When addding maps properly to a catagory, these thumbnails are created by themselves, but since you added the map without a catagory, no thumbnail was created. Add th thumbnail simply by clicking on the title of the image...Check to see if that does the job....
I will wait for your response...
Ghost |
| |
|
|
 |
Hoot
Guest

|
Posted:
Sat Aug 06, 2005 2:54 pm |
|
No.. the same =( can i contact u by msn or yahoo for online support man?
Thnx |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 894
|
Posted:
Sat Aug 06, 2005 7:55 pm |
|
Make sure you have GD Library installed on your server, thumbnails will not generate without it which would make the image broken while the original image is still there.
Make sure you installed all the db tables.
Make sure you went into the map manager config and set up the folders correctly. |
| |
|
|
 |
Hoot
Guest

|
Posted:
Sun Aug 07, 2005 12:52 am |
|
Yeah the image of the map is uploaded in the webpage /modules/Maps/images/maps <- but:
Images that need thumbnails :
4towers.jpg
So that means that that GD library is not installed?
Thnx for the help. |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 894
|
Posted:
Sun Aug 07, 2005 11:19 am |
|
| Hoot wrote: |
Yeah the image of the map is uploaded in the webpage /modules/Maps/images/maps <- but:
Images that need thumbnails :
4towers.jpg
So that means that that GD library is not installed?
Thnx for the help. |
inside the /modules/Maps/images/maps you should also have a "thumbs" folder. each image should have an image in th e thumbs folder that has the same name of the full size image.
to find out if you have gd library installed, create a blank text file and name it info.php. inside that file put the following code...
| Code: |
<?php
phpinfo();
?> |
upload to your server and call it from your browser like "http://yoursite.com/info.php"
you'll be able to find out if you have it installed by looking around on that page |
| |
|
|
 |
|
|