Announcement

#1 2013-03-07 21:37:24

Jeroen
Guest

RV Maps and Earth

I have installed this application but it doesnt seem to work properly. The world map doesnt show and it says that the requested document was not found on the server, if I click on the world map in the menu bar I end up here:

http://www.fliepeldepiep.nl/map.php?/categories

does anyone know how to fix that? or should i rewrite it somehow? i tried to find the map... but i dont know where....

What I expected to see was a world map, I installed the litest Piwigo gallery and also the latest RV Maps and Earth

 

#2 2013-03-07 21:58:30

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: RV Maps and Earth

It seems that Piwigo had not enough permissions to write the file map.php.

create a file "map.php" with the following code:

Code:

<?php
define('PHPWG_ROOT_PATH','./');
include_once( PHPWG_ROOT_PATH. 'plugins/rv_gmaps/map.php');
?>

and transfer it in your Piwigo directory.

Offline

 

#3 2013-03-07 22:02:56

Jeroen
Guest

Re: RV Maps and Earth

It works!

Thanks!

But is it possible to put it in the right menu and leave the left menu there?

 

#4 2013-03-07 22:46:18

Jeroen
Guest

Re: RV Maps and Earth

Now it crashed...


Warning:  [mysql error 145] Table './fliepeldepienl_1/piwi_images' is marked as crashed and should be repaired

SELECT *
  FROM piwi_images
  WHERE id IN (326,135,20)
; in /var/www/vhosts/fliepeldepiep.nl/httpdocs/include/dblayer/functions_mysqli.inc.php on line 813


Fatal error: Call to a member function fetch_assoc() on a non-object in /var/www/vhosts/fliepeldepiep.nl/httpdocs/include/dblayer/functions_mysqli.inc.php on line 160

What happened?

 

#5 2013-03-07 23:10:48

pewe
Member
2012-03-16
439

Re: RV Maps and Earth

It all seems to be working as expected on your site with the photo locations appearing in the map.
I could not get your site to crash ;-)

Last edited by pewe (2013-03-07 23:11:48)

Offline

 

#6 2013-03-08 00:14:11

flop25
Piwigo Team
2006-07-06
7037

Re: RV Maps and Earth

Jeroen wrote:

Now it crashed...


Warning:  [mysql error 145] Table './fliepeldepienl_1/piwi_images' is marked as crashed and should be repaired

SELECT *
  FROM piwi_images
  WHERE id IN (326,135,20)
; in /var/www/vhosts/fliepeldepiep.nl/httpdocs/include/dblayer/functions_mysqli.inc.php on line 813


Fatal error: Call to a member function fetch_assoc() on a non-object in /var/www/vhosts/fliepeldepiep.nl/httpdocs/include/dblayer/functions_mysqli.inc.php on line 160

What happened?

An independent issue. Go to the Piwigo maintenance and repair tables. If you have other script on your website you should do that repair on all tables on PhpMyAdmin


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#7 2013-03-08 13:36:31

Jeroen
Guest

Re: RV Maps and Earth

I was able to repair it because I didnt log out as admin. But how can I fix it if I am not logged in... Because I tried to make use the admin page without login in to check if I can login there and that is not possible, so because it crashed again today I was wondering is it possible to fix it when your logged out as admin?

 

#8 2013-03-08 13:37:30

flop25
Piwigo Team
2006-07-06
7037

Re: RV Maps and Earth

flop25 wrote:

you should do that repair on all tables using PhpMyAdmin


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#9 2013-03-08 18:43:09

Jeroen
Guest

Re: RV Maps and Earth

Where is PHPMyAdmin? Is that something I can download?

 

#10 2013-03-08 18:44:00

flop25
Piwigo Team
2006-07-06
7037

Re: RV Maps and Earth

You should contact your host or check their doc


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#11 2013-03-08 19:38:33

pewe
Member
2012-03-16
439

Re: RV Maps and Earth

Jeroen wrote:

Where is PHPMyAdmin? Is that something I can download?

Do you not have a 'Control Panel' - Who is your host?

Your host should have sent you details of how to access your control panel when you signed up with them - PhpMyAdmin is accessed from the control panel.

Offline

 

#12 2013-03-09 18:25:53

Jeroen
Guest

Re: RV Maps and Earth

pewe wrote:

Jeroen wrote:

Where is PHPMyAdmin? Is that something I can download?

Do you not have a 'Control Panel' - Who is your host?

Your host should have sent you details of how to access your control panel when you signed up with them - PhpMyAdmin is accessed from the control panel.

It only crashes when I am updating I think. so then I can fix it, because I am logged in then as admin.

I have been looking for that PHP thing, I cannot find it, I have Plesk and installtron...

 

#13 2013-03-09 19:05:01

pewe
Member
2012-03-16
439

Re: RV Maps and Earth

Jeroen wrote:

It only crashes when I am updating I think. so then I can fix it, because I am logged in then as admin.

I have been looking for that PHP thing, I cannot find it, I have Plesk and installtron...

installatron is an application installer, Plesk is your Server Manager and includes phpMyAdmin accessible from the control Panel.
If you are hosted, your host must have given you access to a Plesk control panel for your service.

Details will have been in the e-mail confirming your sign up.

Offline

 

#14 2013-03-09 20:22:37

Jeroen
Guest

Re: RV Maps and Earth

Switch Off
Report
Limits
Domain Aliases
Domain Administrator
Back up
Custom Buttons
Services
Mail
DNS Settings
Databases
Certificates
Tomcat
Web Users
Subdomains
Protected Directories
Log Manager
File Manager
FP Webadmin
Crontab
Application Vault
Site Preview
Custom buttons
Installatron Applications Installer

These are the things I can do with Plesk... so wich one of these is that PHP thing?

 

#15 2013-03-09 20:25:02

flop25
Piwigo Team
2006-07-06
7037

Re: RV Maps and Earth

What about Databases to manage the database?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact