Page 1 of 1

Installation Problem

Posted: 03 Mar 2012, 11:07
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

Re: Installation Problem

Posted: 06 Mar 2012, 23:08
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

Re: Installation Problem

Posted: 07 Mar 2012, 14:17
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.

Re: Installation Problem

Posted: 07 Mar 2012, 20:50
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