Open GoogleCodeExporter opened 9 years ago
Can you see if these folders are found?
media/images
media/images/s
media/images/m
media/images/o
If not then please create them.
Original comment by heriniai...@gmail.com
on 28 Nov 2008 at 2:55
The image folders are there, yes.
Original comment by gpear...@gmail.com
on 28 Nov 2008 at 3:24
Such error might be an error from your server (maybe GD2 is not installed or
something like that), and the result is not a valid XML but maybe an error page.
Try this to debug:
1. in modules/pages/controllers/admin.php
Comment the line
redirect('admin/page');
which is at arround 196
2. Create a page, just browse the image but do not click on UPLOAD button.
3. When the image filename is there, just hit Save to submit the article.
If there is an error, it should be shown there.
Original comment by heriniai...@gmail.com
on 28 Nov 2008 at 3:38
OK, now I get
Fatal error: Call to undefined function format_title() in /Users/Gaz/Sites/ci-
cms/application/modules/page/controllers/admin.php on line 118
Original comment by gpear...@gmail.com
on 28 Nov 2008 at 6:44
Also, I know that gd lib isn't installed, so maybe that's the issue.
Original comment by gpear...@gmail.com
on 28 Nov 2008 at 7:03
OK, gd lib installed, and working correctly. The upload still doesn't work.
If I do Choose File -> Save Page or Choose File -> Upload -> Save page, the
little gif anim appears, but the
file never gets uploaded.
Original comment by gpear...@gmail.com
on 28 Nov 2008 at 7:44
The fatal error below was fixed with r264
http://code.google.com/p/ci-cms/source/detail?r=264
Fatal error: Call to undefined function format_title() in /Users/Gaz/Sites/ci-
cms/application/modules/page/controllers/admin.php on line 118
Original comment by heriniai...@gmail.com
on 28 Nov 2008 at 9:37
Nice work. Thanks.
Original comment by gpear...@gmail.com
on 28 Nov 2008 at 10:26
Original issue reported on code.google.com by
gpear...@gmail.com
on 28 Nov 2008 at 2:11Attachments: