Page 1 of 1
Failure at install
Posted: 28 May 2011, 09:52
by Akaiah
Hello,
hope you can help me. I bought a template and with this Phoca Maps come in the package. But everytime i try to install it, i get this message:
Code: Select all
Component Install: DB function reports no errors
Failed deleting uninstall.phocamaps.php
Failed deleting phocamaps.xml
Failed deleting install.phocamaps.php
I've tried to download a new release but getting the same result. Also tried to install it from directory and give 777 to everything but nothing works.
Hope for a quick response.
Greets
Re: Failure at install
Posted: 26 Jul 2011, 20:42
by Jan
Hi, try to install the latest Phoca Maps downloaded on this site.
Jan
Re: Failure at install
Posted: 03 Aug 2011, 01:08
by soad667
Hi everyone,
i'm having the same problem.
When i go to extension manager->manage and search for phocamaps if found four results, three 2.0.0 version and one 2.0.1. But they are not installed!!!!
When i try to do a fresh install it says that can not delete de very same component
Any idea?
Thanks,
Nuno
Re: Failure at install
Posted: 04 Aug 2011, 00:08
by Jan
Re: Failure at install
Posted: 25 Aug 2011, 17:11
by soad667
Its working!
Thanks to coffee suggestion to other component i managed to workaround the problem.
Here what i've done:
1/ Delete all record relate Phoca Maps in these tables of DB
* __assets
* __extensions
*__menu
2/ reinstall component.
Tks.
Re: Failure at install
Posted: 11 Apr 2012, 21:33
by tccmike
That worked... note to author: you should add the sql statements to remove those entries in the uninstall.sql file that you already have in the zip file. if they don't exist and Joomla did its job great if not then well there is at least a fall back... Plus that was the first place I looked for answers once I saw this error - to my surprise though it was just an empty file...
Re: Failure at install
Posted: 18 Apr 2012, 21:17
by Jan
Hi, Phoca Maps includes such information:
Code: Select all
DROP TABLE IF EXISTS `#__phocamaps_map`;
DROP TABLE IF EXISTS `#__phocamaps_marker`;
DROP TABLE IF EXISTS `#__phocamaps_icon`;
Removing assets, extensions, menu cannot be solved in component, all entries to these tables are done by user or Joomla! which installs the component - so this is solved by Joomla! itself - Joomla! removes entries which it adds, and entries added by users should be removed by users (this cannot be done by the component automatically, because it can damage user's settings)
Jan