Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - ong19

4
Bugs / Re: Controller Was Not Found
Hi Jgonzalez,

some suggestions:
Did you take care, that uploading files did not change case of filenames (C vs. c ...)?
Did you make sure, all files have been uploaded?
Ans of course all subdirectories?
Did you try to upload as text or as binary files?
Did you try a different ftp client?
What happens, when you actually do NOT upload the .htaccess? Any errors?
Is there enough webspace for you?

Maybe something to know: What is your local test environment? What is the real environment? Both apache?
Did you check for permissions on the uploaded files? Probably  folders: 755 and files 644 (just a quick test on my environment)

Olaf
5
Bugs / Re: Controller Was Not Found
Hi,

maybe it's the same problem I reported here
https://forum.radsystems.io/index.php?topic=254.0
and
https://forum.radsystems.io/index.php?topic=235.0
???
 Maby there was a Windows update which wrecks creation of all files?

In the folder I have (see list below) which seem to be general phprad files.
AccountController.php
ApiController.php
ComponentsController.php
ErrorsController.php
FilehelperController.php
HomeController.php
IndexController.php
InfoController.php
PasswordmanagerController.php
ReportController.php


as well as files matching my tables:
FController.php
KController.php
MController.php
TaController.php
ZeController.php

What does your directory look like?

Olaf
7
Bugs / vue 2.6.2: Password reset - incomplete translation
Hi,

I notice that the
\app\views\partials\passwordmanager\password_reset_email_template.html
is not completely translates.
Also password_reset_form.php in the same folder shows untranslated placeholder texts.

Another problem arises after reset: in password_reset_completed.php (same folder) the link on the button to the login page does not work. instead of index/login it should read only /

Also the mail subject is not translates (in app\controllers\PasswordmanagerController.php : password reset).

Olaf
9
Bugs / vue 2.6.2: Calendar not translated
Hi,

I notice, that the calendar is not translated and shows only english text.
Looking at the files, it looks like \assets\js\flatpickr.min.js and \assets\js\vue-bundle.js

Olaf
11
Bugs / vue 2.6.2: Field rules not translates
Hi,

I have a rule, that the max length of a field must not be greater 13 characters. If I enter more - the message is untranslated (see attached screenshot).


Olaf
14
Bugs / vue 2.6.2: Not all files are published
Hi

strange: not all files are "published" sometimes.
Sometimes is:
app\
assets\
helpers\
libs\
system\
config.php
Should be:
app\
assets\
helpers\
languages\
libs\
system\
uploads\
.htaccess
config.php
index.php
At this time I can not reproduce the correct files :-(

Olaf
15
Bugs / vue 2.6.2: "My Account" not translated
Hi,

I notice, that "my account" (in the top right corner where users can edit their account-data) is not translated (to german, but is still english).

Olaf