ZenphotoCMS Forum
Creating Admin account during setup fails. - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Creating Admin account during setup fails. (/thread-4411.html)

Pages: 1 2


Creating Admin account during setup fails. - hottuna - 2009-01-19

I pressed the save button alright.
The link that the button uses is:
http://drunkforfun.se/zp-core/admin-options.php?action=saveoptions




Creating Admin account during setup fails. - sbillard - 2009-01-19

What exactly happens after you press the save button? The Debug record does not show a save.




Creating Admin account during setup fails. - hottuna - 2009-01-20

It loads the page again, stating that it was saved AND asking me to create a admin account




Creating Admin account during setup fails. - sbillard - 2009-01-20

Try the current nightly build.




Creating Admin account during setup fails. - hottuna - 2009-01-21

I tried the trunk, same results :/




Creating Admin account during setup fails. - sbillard - 2009-01-22

Well, I guess we cannot help you. There is code that seems not to be being executed. No good reason for that, but if the save code does not get run (and there is no way that it would not get run) then nothing gets saved.




Creating Admin account during setup fails. - hottuna - 2009-01-22

After I do the admin accoutn creation, i can log into non admin.php admin- pages.
Changes I make on those pages arent saved either.




Creating Admin account during setup fails. - hottuna - 2009-01-23

I enabled logging in php5 and got this error when doing an admin create.
PHP Warning: Unknown: POST Content-Length of 353 bytes exceeds the limit of -301989888 bytes in Unknown on line 0




Creating Admin account during setup fails. - hottuna - 2009-01-23

Ok. Put this in the faq.

The above warning is about having a post-size that is to large.
Decrease it to 1200 and it'll work.

Sorry for taking so much of your time, and thanks for a good gallery




Creating Admin account during setup fails. - sbillard - 2009-01-23

Thanks for the info. Never seen this error before.