Solonik77 / digitalus-cms

Automatically exported from code.google.com/p/digitalus-cms
0 stars 0 forks source link

Backend user creation and modification fails #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. go to backend
2. create or modify user
3. both fails

What is the expected output? What do you see instead?
The following error occurs:
Warning: Invalid argument supplied for foreach() in
/home/1.8/digitalus/library/Digitalus/Db/Table.php on line 87

What version of the product are you using? On what operating system?
v1.8, r409 on Linux (OpenSuse 11.1)

Please provide any additional information below.
The error must be in the _loadPost() method in
/library/Digitalus/Db/Table.php. foreach fails as $this->_cols is empty. I
wonder why!

Original issue reported on code.google.com by lowtower1974@gmail.com on 27 May 2009 at 8:07

GoogleCodeExporter commented 8 years ago
this is fixed in the 18 branch

Original comment by forrestlyman@gmail.com on 1 Jun 2009 at 4:20