GetSimple Support Forum
Problem in Installation progress - 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: Problem in Installation progress (/showthread.php?tid=5719)



Problem in Installation progress - h_dashti - 2014-03-02

I want to install GetSimpleCMS 3.3.1 on my Ubuntu 12.04.
After part 1
[attachment=362]
, there is a problem in part 2!
[attachment=364]

After clicking on "Install Now", the current page does not go forward!
It remains on loading progress.

I have installed other CMSs such as Pluck, CMSimple, Joomla and Wordpress without any porblems.

Thanks.


RE: Problem in Installation progress - shawn_a - 2014-03-02

very odd.
see if yo have a data/other/log folder with an error log in it and check for errors.

you can also enable debugging in gsconfig and see if php is throwing an error, it is also possible that your host is blocking it as some kind of security, so check host logs too.


RE: Problem in Installation progress - h_dashti - 2014-03-02

Thanks for your reply.
The errors were:
[01-Mar-2014 20:32:05 UTC] PHP Warning: chmod(): Operation not permitted in /home/sosol/public_html/admin/install.php on line 42
[01-Mar-2014 20:32:05 UTC] PHP Warning: chmod(): Operation not permitted in /home/sosol/public_html/admin/install.php on line 42
[01-Mar-2014 20:32:05 UTC] PHP Warning: chmod(): Operation not permitted in /home/sosol/public_html/admin/install.php on line 42
[01-Mar-2014 20:32:05 UTC] PHP Warning: chmod(): Operation not permitted in /home/sosol/public_html/admin/install.php on line 42
[01-Mar-2014 20:33:23 UTC] PHP Warning: file_get_contents(/home/sosol/public_html/temp.htaccess): failed to open stream: No such file or directory in /home/sosol/public_html/admin/setup.php on line 120
[01-Mar-2014 20:33:23 UTC] PHP Warning: unlink(/home/sosol/public_html/temp.htaccess): No such file or directory in /home/sosol/public_html/admin/setup.php on line 128
[01-Mar-2014 20:33:23 UTC] PHP Warning: unlink(/home/sosol/public_html/temp.gsconfig.php): No such file or directory in /home/sosol/public_html/admin/setup.php on line 136


But, I don't have any problems about another CMS!


RE: Problem in Installation progress - cumbe - 2014-03-02

(2014-03-02, 06:46:21)h_dashti Wrote: Thanks for your reply.
The errors were:
[01-Mar-2014 20:32:05 UTC] PHP Warning: chmod(): Operation not permitted in /home/sosol/public_html/admin/install.php on line 42
[01-Mar-2014 20:32:05 UTC] PHP Warning: chmod(): Operation not permitted in /home/sosol/public_html/admin/install.php on line 42
[01-Mar-2014 20:32:05 UTC] PHP Warning: chmod(): Operation not permitted in /home/sosol/public_html/admin/install.php on line 42
[01-Mar-2014 20:32:05 UTC] PHP Warning: chmod(): Operation not permitted in /home/sosol/public_html/admin/install.php on line 42
[01-Mar-2014 20:33:23 UTC] PHP Warning: file_get_contents(/home/sosol/public_html/temp.htaccess): failed to open stream: No such file or directory in /home/sosol/public_html/admin/setup.php on line 120
[01-Mar-2014 20:33:23 UTC] PHP Warning: unlink(/home/sosol/public_html/temp.htaccess): No such file or directory in /home/sosol/public_html/admin/setup.php on line 128
[01-Mar-2014 20:33:23 UTC] PHP Warning: unlink(/home/sosol/public_html/temp.gsconfig.php): No such file or directory in /home/sosol/public_html/admin/setup.php on line 136


But, I don't have any problems about another CMS!

Hi h_dashti,

It is a problem of permissions. Like it is in a localhost installation you must to put for folder and files:
- own: www-data
- group: your group of ubuntu

So you mustn't to have any problem.

Too, you can remove the files of admin: install.php, setup.php and upgrade.php.

Regards.


RE: Problem in Installation progress - shawn_a - 2014-03-02

Those are warnings not errors, curious how you have files missing, I guess they were already renamed since you hit this page more than once.

There is not a header already sent or redirect fail ?

Seems like chmod is disabled.
I wonder if it works if you disable errors in php or enable the gssupresserros in gsconfig


RE: Problem in Installation progress - h_dashti - 2014-03-03

When the installation progress was hanged, i have stopped the loading by clicking on Stop button of Browser. Then i have typed the path http://127.0.0.1/~sosol/admin on address bar of browser; so you can see the attached image.
[attachment=365]

Now, i am on logging (administrator) page and i don't know what is the password!!
Is it possible to catch the password?


RE: Problem in Installation progress - cumbe - 2014-03-03

(2014-03-03, 07:20:49)h_dashti Wrote: When the installation progress was hanged, i have stopped the loading by clicking on Stop button of Browser. Then i have typed the path http://127.0.0.1/~sosol/admin on address bar of browser; so you can see the attached image.


Now, i am on logging (administrator) page and i don't know what is the password!!
Is it possible to catch the password?

Hi,
edit data/pages/users/sosol.xml
and in field <PWD>, writes: 40bd001563085fc35165329ea1ff5c5ecbdbbeef

It is password: 123

Regards


RE: Problem in Installation progress - h_dashti - 2014-03-03

(2014-03-03, 07:39:13)cumbe Wrote:
(2014-03-03, 07:20:49)h_dashti Wrote: When the installation progress was hanged, i have stopped the loading by clicking on Stop button of Browser. Then i have typed the path http://127.0.0.1/~sosol/admin on address bar of browser; so you can see the attached image.


Now, i am on logging (administrator) page and i don't know what is the password!!
Is it possible to catch the password?

Hi,
edit data/pages/users/sosol.xml
and in field <PWD>, writes: 40bd001563085fc35165329ea1ff5c5ecbdbbeef

It is password: 123

Regards

Hi cumbe, thanks for your reply.

The problem is that an normal user can not change sosol.xml, because it is owned by user www-data and group by www-data, respectively.


RE: Problem in Installation progress - h_dashti - 2014-03-03

(2014-03-02, 23:38:21)shawn_a Wrote: Those are warnings not errors, curious how you have files missing, I guess they were already renamed since you hit this page more than once.

There is not a header already sent or redirect fail ?

Seems like chmod is disabled.
I wonder if it works if you disable errors in php or enable the gssupresserros in gsconfig

Thanks shawn_a.
I have seen the error.log of apache2;
[Mon Mar 03 00:39:52 2014] [error] [client 127.0.0.1] PHP Warning: chmod(): Operation not permitted in /home/sosol/public_html/admin/install.php on line 42
postdrop: warning: mail_queue_enter: create file maildrop/772797.6986: Permission denied
postdrop: warning: mail_queue_enter: create file maildrop/864575.5969: Permission denied
...

which the ... all are about postdrop warnings!


RE: Problem in Installation progress - shawn_a - 2014-03-03

So your host is blocking the welcome email? That should not have broken the whole install though.
Curious why you have errors enabled. Is this a production server?


RE: Problem in Installation progress - h_dashti - 2014-03-03

(2014-03-03, 09:41:52)shawn_a Wrote: So your host is blocking the welcome email? That should not have broken the whole install though.
Curious why you have errors enabled. Is this a production server?

I want to create the Webpage of our department and also personal homepage for some users (such as faculties). I want to that faculties can install GetSimpleCMS on their homepage (in public_html folder);
so firstly i m testing this CMS on my personal Laptop.

For this purpose, i have read this page.
May be i have done bad configuration at /etc/apache2/mods-enabled/userdir.conf or /etc/apache2/mods-available/php5.conf.


RE: Problem in Installation progress - shawn_a - 2014-03-07

Did you ever get this resolved, and get logged in?
What does health check say ?


RE: Problem in Installation progress - h_dashti - 2014-03-07

(2014-03-07, 06:37:02)shawn_a Wrote: Did you ever get this resolved, and get logged in?
What does health check say ?

Hi shawn_a.

yes,
i have re-installed GSimpleCMS, but with insertion correct gmail address Big Grin
The info of support part is attached.