Installation Problem

Phoca Gallery plugins - plugins for Phoca Gallery extension
hinzman
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 03 Mar 2012, 10:49

Installation Problem

Post by hinzman »

hi guys!

i have the problem described here https://www.phoca.cz/documents/16-joomla ... ent-errors

and found this solution https://www.phoca.cz/documents/2-phoca-g ... em-solving

can anybody tell me what sql queries of the install.bak i have to create? or is anywhere in this forum a tutorial or guide how i have to do that? sorry, i have no clue about phpmyadmin stuff. never changed anything there;)

thanks a lot

by the way: i got those error messages

Warning: array_multisort() [function.array-multisort]: Argument #1 is expected to be an array or a sort flag in C:\xampp\xampp\htdocs\joomla1\plugins\content\ppgallery\ppgallery.php on line 147

Warning: Invalid argument supplied for foreach() in C:\xampp\xampp\htdocs\joomla1\plugins\content\ppgallery\ppgallery.php on line 148
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48694
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Installation Problem

Post by Jan »

Hi, you need to discover which columns or tables are missing in your database, you can discover it when you enable debug mode - then add only tables resp. columns which are missing in your database.

Jan
If you find Phoca extensions useful, please support the project
hinzman
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 03 Mar 2012, 10:49

Re: Installation Problem

Post by hinzman »

i know which tables are missing. my problem is adding these tables in the database. i tried it on localhost. when i create a new table in the database on phpmyadmin, i have to name the number of fields and and after clicking OK i have to fill out the fields (type, set, atribute and so on). but i dont know what data i should type in.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48694
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Installation Problem

Post by Jan »

Hi, don't do them per form, just copy the whole sql query and run it (see some guides in phpMyAdmin to run SQL query)

Jan
If you find Phoca extensions useful, please support the project
Post Reply