Quick Start File

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
Konrad M
Mon Apr 15, 2013 1:56 pm
Reply with quote
Report this post
@Thalia_1983 what MySQL and PHP version you have ? Do you have any info in error_log file ?
User avatar

GK User
Mon Apr 15, 2013 2:37 pm
Reply with quote
Report this post
Konrad M wrote:@Thalia_1983 what MySQL and PHP version you have ? Do you have any info in error_log file ?

Hi,
Windows Version: Windows 7 Home Premium SP1 64-bit
XAMPP Version: 1.8.1
5.5.27 - MySQL
Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7
phpMyAdmin 3.5.2.2

I changed many times the max_allowed_packet in my.ini of mysql but nothing..
i have done this process for gk news template and i had no problems.... only with game news!!!

.............!
User avatar
Senior Boarder

GK User
Mon Apr 15, 2013 3:07 pm
Reply with quote
Report this post
(php_error_log)
"file:///C:/xampp/htdocs/eidisoula.gr/administrator/manifests/packages/pkg_joomla.xml" in C:\xampp\htdocs\eidisoula.gr\libraries\joomla\installer\installer.php on line 1891

"file:///C:/xampp/htdocs/eidisoula.gr/administrator/manifests/packages/pkg_joomla.xml" in C:\xampp\htdocs\eidisoula.gr\libraries\joomla\installer\installer.php on line 2100

[15-Apr-2013 13:26:20 UTC] PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity

I also found this in mysql_error_log: highest supported file format is Barracuda.

At installer.php i tried to find the error on line 1891: $xml = simplexml_load_file($file);

Here is a small part of the code:
Is the XML file a valid Joomla installation manifest file.
*
* @param string $file An xmlfile path to check
*
* @return mixed A SimpleXMLElement, or null if the file failed to parse
*
* @since 11.1
*/
public function isManifest($file)
{
$xml = simplexml_load_file($file);

// If we cannot load the XML file return null
if (!$xml)
{
return null;
}

// Check for a valid XML root tag.
if ($xml->getName() != 'extension')
{
return null;
}

// Valid manifest file return the object
return $xml;
}

on line 2100:$xml = simplexml_load_file($path);
if (!$xml)
{
return false;
}

// Check for a valid XML root tag.

// Extensions use 'extension' as the root tag. Languages use 'metafile' instead


.........................................................................................................................

So?
User avatar
Senior Boarder

Konrad M
Tue Apr 16, 2013 7:37 am
Reply with quote
Report this post
Thalia i will send your inf oto our programmers. At this moment I can send you sql from this quickstart installed on my localhost. So you will need only install fresh joomla 2.5.9, our template and plugins and modules. Then you will import sql file and you will have all settings and content as demo. Just give me email. Or send Private Message with your email. Remember add link to this topic too.
User avatar

GK User
Wed Apr 17, 2013 10:27 am
Reply with quote
Report this post
Konrad M wrote:Thalia i will send your inf oto our programmers. At this moment I can send you sql from this quickstart installed on my localhost. So you will need only install fresh joomla 2.5.9, our template and plugins and modules. Then you will import sql file and you will have all settings and content as demo. Just give me email. Or send Private Message with your email. Remember add link to this topic too.



Konrad, please PM the database backup to me (for Joomla 3.0). I am experiencing the same problem as the rest of the guys.
User avatar
Junior Boarder

Konrad M
Wed Apr 17, 2013 11:40 am
Reply with quote
Report this post
@ilove2, no problem just send me emali adres becasue i didn't have it in your PM.

Thalia I send you sql.
User avatar

GK User
Wed Apr 17, 2013 3:24 pm
Reply with quote
Report this post
Konrad M wrote:@ilove2, no problem just send me emali adres becasue i didn't have it in your PM.

Thalia I send you sql.


Hi again,
I received your e-mail... thank you very much!But........
Could you send me some extra information about the process that i must follow??????

Thanks in advance.
Thalia.
User avatar
Senior Boarder

GK User
Wed Apr 17, 2013 7:29 pm
Reply with quote
Report this post
Konrad M wrote:@ilove2, no problem just send me emali adres becasue i didn't have it in your PM.

Thalia I send you sql.



Please email it to me at [email protected]

Thank you.
User avatar
Junior Boarder

Konrad M
Thu Apr 18, 2013 8:35 am
Reply with quote
Report this post
@ilove2 i send you sql file. Please check your email.
User avatar

GK User
Thu Apr 18, 2013 1:02 pm
Reply with quote
Report this post
Konrad M wrote:@ilove2 i send you sql file. Please check your email.


Hi,
one question: The right time to import the sql file in my database is after i do joomla installation, module and plugin installation? the next step is to import the sql file in my db?
User avatar
Senior Boarder

Konrad M
Thu Apr 18, 2013 3:02 pm
Reply with quote
Report this post
Thalia,
yes it is right order.
User avatar

GK User
Thu Apr 18, 2013 6:24 pm
Reply with quote
Report this post
Konrad M wrote:Thalia,
yes it is right order.


ok... thanks! But just to import the sql file in my db.. i dont have to do any change in the db!!
I'm asking because you said sth about replacement!!! At this step (import sql file) the db has already been created... so it has information and tables inside!!! I'll leave the rest information of the db as it is and i'll just import the file..!ok? is it so?
User avatar
Senior Boarder

Konrad M
Thu Apr 18, 2013 7:55 pm
Reply with quote
Report this post
You have to delete all tables and then import sql file I have send you.
User avatar

GK User
Thu Apr 18, 2013 10:29 pm
Reply with quote
Report this post
Konrad M wrote:You have to delete all tables and then import sql file I have send you.


Hi,
Well, i did everything you said but i can't get in to my site!!!
gives error_to the front end:Oops, you've encountered an error
It appears the page you were looking for doesn't exist. Sorry about that.

to the back end: Warning: Username and password do not match or you do not have an account yet.

is it a problem with the sql file or sth else?
do you think that maybe i shouldn't install modules and plugins before the import of sql file?
i'm just trying to find a solution!!!!!!!!
i got tired with this template... it should be simple!!!!!!
any ideas?
thanks in advance....
User avatar
Senior Boarder

GK User
Fri Apr 19, 2013 2:18 pm
Reply with quote
Report this post
Thalia_1983 wrote:
Konrad M wrote:You have to delete all tables and then import sql file I have send you.


Hi,
Well, i did everything you said but i can't get in to my site!!!
gives error_to the front end:Oops, you've encountered an error
It appears the page you were looking for doesn't exist. Sorry about that.

to the back end: Warning: Username and password do not match or you do not have an account yet.

is it a problem with the sql file or sth else?
do you think that maybe i shouldn't install modules and plugins before the import of sql file?
i'm just trying to find a solution!!!!!!!!
i got tired with this template... it should be simple!!!!!!
any ideas?
thanks in advance....



Do you think we can solve the problem?
I need this template.. and i spend many hours trying to finish the installation!!
please..help!!!
User avatar
Senior Boarder

Konrad M
Fri Apr 19, 2013 2:20 pm
Reply with quote
Report this post
Thalia send Private Message with FTP access. And access to phpMyAdmin and info about database. I will install it for you.
User avatar

GK User
Fri Apr 19, 2013 2:33 pm
Reply with quote
Report this post
Konrad M wrote:Thalia send Private Message with FTP access. And access to phpMyAdmin and info about database. I will install it for you.


Hi, well i work on xampp...localhost!!!
I dont have hosting services yet!!!
do you think we still can do sth????????????????
User avatar
Senior Boarder

GK User
Fri Apr 19, 2013 2:57 pm
Reply with quote
Report this post
Thalia_1983 wrote:
Konrad M wrote:Thalia send Private Message with FTP access. And access to phpMyAdmin and info about database. I will install it for you.


Hi, well i work on xampp...localhost!!!
I dont have hosting services yet!!!
do you think we still can do sth????????????????


do you think i should connect to filezilla on xampp?
what should i do to make it easier?
I have to mention that after the last unsuccessful attempt.. i deleted all the process i have done.. joomla 3, modules and plygins my db.... do you think i shoud do all the process from the beginning????????????
Nonetheless...... i thank you very very much for your help!
User avatar
Senior Boarder

Konrad M
Fri Apr 19, 2013 4:19 pm
Reply with quote
Report this post
Unfrotunetly not much. Did you use this access details to login?
login: gkadmin
pass: demo
User avatar

GK User
Fri Apr 19, 2013 6:36 pm
Reply with quote
Report this post
Konrad M wrote:Unfrotunetly not much. Did you use this access details to login?
login: gkadmin
pass: demo


No... i used different!!!

ok...so now which are the alternatives?
Do you think it would be easier if had already started the hosting sevices?
Then i could do the installation through this way?
But i don't understand... I did quickstart installation for gk_news and i had no problem!!!

I tried to do some changes yesterday to innodb and mysql options but obviously i failed!!!
I think that the whole problem is the capacity!!!!

well, i hope you'll think sth and we'll solve the problem!!!

Thanks in advance.
User avatar
Senior Boarder

GK User
Tue Apr 23, 2013 9:47 pm
Reply with quote
Report this post
no news for me?
User avatar
Senior Boarder

GK User
Tue Apr 23, 2013 9:52 pm
Reply with quote
Report this post
Could you send me a copy of the database startup. for me to support. and work in joomla 3.0
Code: Select all
email is vicentcb_zonagaming*es
Code: Select all
_ = @
Code: Select all
* = .
User avatar
Senior Boarder

GK User
Wed May 01, 2013 1:40 am
Reply with quote
Report this post
Same issue here, but with the "gk_storebox_quickstart_J!2.5" version. It appears that the Gavick people are aware of it, I'm wondering why there isn't an update to the quickstart?

Thanks,

Joe
User avatar
Expert Boarder

GK User
Mon Jun 10, 2013 7:58 pm
Reply with quote
Report this post
same issue with Fashion template on Joomla 3.x on different installations on different machines.
It's getting a bit frustrated :(
User avatar
Fresh Boarder

GK User
Thu Jun 27, 2013 3:14 am
Reply with quote
Report this post
same issue here, with creativity_quickstart_J3.x
User avatar
Fresh Boarder


cron