libracms / libra-cms

It's a Joomla looking Content Managment System based on ZF2 (Zend Framework 2). I very like a joomla and ZF, but each of them don't have some features. Joomla don't have a greate base framework and ZF don't have a frendly admin sites as has Joomla. Libra CMS based at ZF2 now. So it can be example of utilizing zf2. If you wish to be involved in project let me know.
http://www.ejoom.com/libra-cms/
Other
24 stars 16 forks source link

A 404 error occurred Page not found. #14

Closed GaneshKandu closed 6 years ago

GaneshKandu commented 6 years ago

Hi,

Getting 404 error ( Page not found. ) at admin/libra-app/translation in libra 0.8.1 Configuration > Translation option and images in article option are also 404 error

installed in sub-directory of web accessible folder

is project live or death ?

vnagara commented 6 years ago

Hi, "Translation" page is not implemented yet. Can you give more details about " images in article option are also 404 error" ? Thanks,

GaneshKandu commented 6 years ago

Libra is Installed in sub Directory Image folder is empty from the images to be load

http://mydomain.com/sub-dir/libra/public/admin/article/article/edit/47

img_20180514

http://mydomain.com/sub-dir/libra/public/admin/article/article/edit/46

img_20180514 1

vnagara commented 6 years ago

Hi, links doesn't work. Any way I have an idea what happens. When you use CMS from sub-directory you need to configure ckfinder module that is located in .../libra-cms/vendor/libra/ckfinder-assets/public/config.php for editing images. Configure proper path to _init_autoloader.php__ in function CheckAuthentication()___ or just put there

  return true;
GaneshKandu commented 6 years ago

Sorry ! but still not working

vnagara commented 6 years ago

Did you put

return true;

?

GaneshKandu commented 6 years ago

yes

vnagara commented 6 years ago

@GaneshKandu Aha, checked file again. there you have parameter for URL. U need to change it to appropriate. Look up for this in the same file:

$baseUrl = '/stories/';
GaneshKandu commented 6 years ago

Sorry ! but i think this is because its hard coded in sql file in content column of article table