GetSimple Support Forum
problema during installation... infinite loop [SOLVED] - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: problema during installation... infinite loop [SOLVED] (/showthread.php?tid=378)



problema during installation... infinite loop [SOLVED] - axxe16 - 2010-02-07

Hello everyone,
I have a strange problem when installing getsimple 2.0. In practice, once the data elements required by the page setup, the procedure returns to the install.php page. This procedure is repeated endlessly. Every time the mail is sent with the password generated randomly.

I set permission to all folders to 777 and the install.php page does not display any error Sad


problema during installation... infinite loop [SOLVED] - ccagle8 - 2010-02-07

hhmm... are there any .xml files in your /data/other folder?


problema during installation... infinite loop [SOLVED] - axxe16 - 2010-02-07

ccagle8 Wrote:hhmm... are there any .xml files in your /data/other folder?

yes, 5 xml file (user,website,cp_settings etc.) and a folder

On same hosting I have installed the version 1.71 without problems


problema during installation... infinite loop [SOLVED] - axxe16 - 2010-02-09

I solved the problem, it was a problem in php.ini. Magic_quotes_runtime was ON Big Grin


problema during installation... infinite loop [SOLVED] - ccagle8 - 2010-02-09

wow - how did you figure that one out?


problema during installation... infinite loop [SOLVED] - axxe16 - 2010-02-09

For some reason it was activated a week ago on my VPS. I noticed because other sites were not working correctly! Smile


problema during installation... infinite loop [SOLVED] - internet54 - 2010-02-10

^ Sounds like someone on your server is running an outdated script. That doesn't mean there are security issues, but it makes you ponder.


problema during installation... infinite loop [SOLVED] - SMYS - 2010-02-12

I have the same problem as above, after installation script runs correctly, but after changing admin password it goes into infinite loop (url /admin/admin/admin/admin/.....). I tried to turn off Magic_quote_runtime in .htaccess "php_flag magic_quotes_runtime off", but now server returns error 500.

Any ideas?


problema during installation... infinite loop [SOLVED] - Zegnåt - 2010-02-13

I had that loop once, but in my case it was (for some odd reason) caused by GetSimple running on localhost:8888 and the script trying to point me to just localhost.

You might want to give a little more details on your server setup. Otherwise, check whether you’re being pointed to the right domain, you can change this in /data/other/website.xml.


problema during installation... infinite loop [SOLVED] - SMYS - 2010-02-13

You were right about the file, but the problem was not the domain but the site name. There was polish diacritic in the site name and it was changed to HTML entity. I removed the HTML entity and it works just fine.


problema during installation... infinite loop [SOLVED] - liebana - 2010-02-13

Hi!

This happened also to me, I have one working getsimple installation, (in folder /getsimple) and I once I installed other in /getsimple_2 and changed the password, it crashes.

I've got the same mail for both of them...


problema during installation... infinite loop [SOLVED] - kotos - 2010-02-15

I wonder why all files cannot be default in utf-8? I think that will solved many multilanguage problems


problema during installation... infinite loop [SOLVED] - Zegnåt - 2010-02-15

@kotos: I’ll look into whether I can mass convert all the GetSimple files to UTF. Still, the problem here is also related to the way XML works and SimpleXML. I think just converting the data files to UTF-8 won’t fix it.


problema during installation... infinite loop [SOLVED] - Sanddorn - 2010-02-17

Well, just change admin/settings.php Line 60 from:

$SITENAME = htmlentities(cl($_POST['sitename']));

to:

$SITENAME =cl($_POST['sitename']);

and everything works fine.


problema during installation... infinite loop [SOLVED] - ynt - 2010-02-25

SMYS Wrote:I have the same problem as above, after installation script runs correctly, but after changing admin password it goes into infinite loop (url /admin/admin/admin/admin/.....). I tried to turn off Magic_quote_runtime in .htaccess "php_flag magic_quotes_runtime off", but now server returns error 500.

Any ideas?

I have the same issue (Windows 7, Xampp server, magic_quotes_runtime is off, I've tried urls to GetSimple https://localhost/getsimple and http://localhost:8080/getsimple). Changing of 'admin/settings.php Line 60' doesn't help.

Any ideas?


problema during installation... infinite loop [SOLVED] - harisurbd - 2011-10-23

ccagle8 Wrote:hhmm... are there any .xml files in your /data/other folder?

i got some problem to install GetSimple on my localhost. it's a "SERVER ERROR!" and "Error 500".
and didn't got any .xml file in "/data/other" folder. i download "GetSimple_3.0" package.

what to do now??


problema during installation... infinite loop [SOLVED] - Connie - 2011-10-24

harisurbd Wrote:i got some problem to install GetSimple on my localhost. it's a "SERVER ERROR!" and "Error 500".
and didn't got any .xml file in "/data/other" folder. i download "GetSimple_3.0" package.

what to do now??

1) it is no good idea to jump on an old post, why not start a new one?
2) if it is a local server it is easy to delete the complete installation and start anew

3) which local server are you using?