Hi,
I am trying to install Game News for J3 and installation get stuck. I attached screenshot for you. Please advise.
scorpiock wrote:never mind, I tried other way around and it's ok now.
Can you help in modifying following please?
1. How to modify article title header from uppercase to lowercase?
2. How to modify menu background color ?
Thanks
scorpiock wrote:Hi Thalia,
I tried following:
1. Installed template on local machine using MAMP
2. zipped entire Document Root folder
3. Exported entire database
4. Transferred data to cpanel and extracted
It was success!
Cyberek wrote:Thalia - are You trying to install on xampp on Your local host?
Do You get any errors or just blank page?
Cyberek wrote:Perhaps somehow Windows blocks Apache from saving files in http folder?
I have checked installation package on Mac with MAMP and everything works like charm.
Could You include error_logs but mark the timestamp when You was trying to install (clear log filef first).
Cyberek wrote:There is nothing wrong in this log .
php_error.log might help, but again attach only end of it made while installation stops.
Thalia_1983 wrote:Cyberek wrote:There is nothing wrong in this log .
php_error.log might help, but again attach only end of it made while installation stops.
these are from php_error.log when i hit the installation button! I hope you understand something..!
[30-Apr-2013 16:09:16 UTC] PHP Warning: file_get_contents(lang.tmp): failed to open stream: No such file or directory in C:\xampp\htdocs\xampp\index.php on line 2
[08-May-2013 22:18:24 UTC] PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "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
[08-May-2013 22:18:24 UTC] PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "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
[08-May-2013 22:23:45 UTC] PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "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
[08-May-2013 22:23:45 UTC] PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "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
Cyberek wrote:Could You increase:
max_upload_size
and
max_execution_time
limits in Your php.ini and try again?
Cyberek wrote:check if:
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
(it should be all off)
Remember, that after changing php.ini You should restart xampp.
Cyberek wrote:Sadly I have no more ideas how to help You.
I will ask my colleges to check out everything in this post again, but it seams tis a problem related to Your xamp installation, and as far as I cannot replicate it on my desktop, I cannot find out the problem source.
Cyberek wrote:Maybe try wamp instead of mamp.
Thalia_1983 wrote:Hi Cyberek,
Do you know what' s this error about?
loadSetupFile() should be compatible with JRegistry::loadSetupFile() in C:\xampp\htdocs\eidisoula.gr\libraries\joomla\html\parameter.php on line 512
you told me to download wamp instead of xampp... and i did it!
but I gave up because it showed errors!!! i was very tired with errors!!!!!!!
so i installed xampp again and i tried to install game news quickstart 2.5 this time...!
it does the installation but it gives the above error.......!
i am trying to check if the quickstart installation of this template works with joomla 2.5!!!!!!!!!!
For now i have only installed gk news 3.0!
will be a problem if i install game news 2.5?
am just trying to find a solution!!!!!
Cyberek wrote:Sorry, but I can't access your localhost machine .
Its strange, that with the same package, and the same apache/php/mysql server before You haven't got any errors (beside installation that stops at last step), and now You do.
Firstly I would check php configuration (php.ini) settings for:
max_execution_time
and in mysql configuration (my.ini):
max_allowed_packet
and and try to increase its value. That might help.
J2.5 wersion is as good as the 3.0 one. The only difference is joomla administrator interface (from users point of view).
Cyberek wrote:You can install as many installations as You like. Just put them in different folders and use different table suffixes. I would suggest to use different database for each installation, but its not mandatory.
Cyberek wrote:Not template, entire installation. So You download theme1.quickinstall.zip and put it on folder1, then do the same with theme2 etc. Go to local phpmyadmin and create database for each of this templates.
Now You can access them by goint to : http://localhost/theme1/ http://localhost/theme2/ etc.
Cyberek wrote:In my opinion (and I'm not kind of a geek), Joomla 3.0 has a little bit better interface (better looking, more intuitive) than 2.x, some code has Ben changed, but beside that, from frontend and security point of view, it doesn't matter if Yu will choose 2.x or 3.0 as long, as they are upgraded to a quite new version.