Search found 41 matches

by uwes
Fri Jan 24, 2014 3:09 pm
Forum: General Discussions & Announcements
Topic: CMSimple_XH 1.6
Replies: 71
Views: 39799

Re: CMSimple_XH 1.6

I get a 404.

The folder was at 0755, but I also tried some other combinations. No .htaccess around.
by uwes
Fri Jan 24, 2014 3:00 pm
Forum: General Discussions & Announcements
Topic: CMSimple_XH 1.6
Replies: 71
Views: 39799

Re: CMSimple_XH 1.6

The file is in place, but can't be accessed (404). Rights seem to be ok (tested with 0755 and 0777).

What's wrong?
by uwes
Fri Jan 24, 2014 1:52 pm
Forum: General Discussions & Announcements
Topic: CMSimple_XH 1.6
Replies: 71
Views: 39799

Re: CMSimple_XH 1.6

Hi everybody. CMSimple XH 1.6 looks fine, but I can't change my password. When I click the "Change password" button in Settings - CMS, nothing happens. I transferred the encrypted password from the old config.php to the new config.php for now. But this should be fixed quickly! Funny fact: It works o...
by uwes
Mon Oct 01, 2012 3:08 pm
Forum: Bugs
Topic: Bug during require_once "filebrowser_view.php";
Replies: 15
Views: 12925

Re: Bug during require_once "filebrowser_view.php";

Christoph,

I had checked the filebrowser - just because I wanted to see the new "where my pictures are used" view. It seemed to work ok.
by uwes
Mon Oct 01, 2012 10:37 am
Forum: Open Development
Topic: Pasword vs. password hash
Replies: 2
Views: 1812

Pasword vs. password hash

Starting with CMSimple XH 1.5.4, the program stores a password hashcode instead of the password itself. However, the settings page now shows the password hash, which might be kind of confusing to most users. I would suggest to change the input field to type="password" and display a constant number o...
by uwes
Mon Oct 01, 2012 10:27 am
Forum: Bugs
Topic: Bug during require_once "filebrowser_view.php";
Replies: 15
Views: 12925

Re: Bug during require_once "filebrowser_view.php";

Christoph, it now works after I have applied both of the changes you suggested: require_once $pth['folder']['plugin'] . 'classes/filebrowser_view.php'; and require $pth['folder']['cmsimple'] . 'PasswordHash.php'; I will check if the rest works ok, but for now, the problem seems solved. Thanks!
by uwes
Mon Oct 01, 2012 10:00 am
Forum: Bugs
Topic: Bug during require_once "filebrowser_view.php";
Replies: 15
Views: 12925

Re: Bug during require_once "filebrowser_view.php";

With CMSimple XH 1.5.4, it fails in file cms.php at the following line:

Code: Select all

if (!@include($pth['file']['login']))
    if ($login)
        e('missing', 'file', $pth['file']['login']);
by uwes
Mon Oct 01, 2012 9:50 am
Forum: Bugs
Topic: Bug during require_once "filebrowser_view.php";
Replies: 15
Views: 12925

Re: Bug during require_once "filebrowser_view.php";

When I use CMSimple XH 1.5.4, the home page stays blank, and I don't even get an error message in debug mode.
by uwes
Mon Oct 01, 2012 9:37 am
Forum: Bugs
Topic: Bug during require_once "filebrowser_view.php";
Replies: 15
Views: 12925

Re: Bug during require_once "filebrowser_view.php";

PHP is on 5.0.4.

I'll try a newer CMSimple XH version meanwhile.
by uwes
Mon Oct 01, 2012 9:29 am
Forum: Bugs
Topic: Bug during require_once "filebrowser_view.php";
Replies: 15
Views: 12925

Re: Bug during require_once "filebrowser_view.php";

Ok, I receive the following error message:
Fatal error: main() [function.require]: Failed opening required 'filebrowser_view.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/my_domain_name/httpdocs/plugins/filebrowser/classes/required_classes.php on line 3