Search found 12 matches
- Wed Mar 16, 2022 12:29 pm
- Forum: Installation and configuration
- Topic: Course create fails on fresh install of 2.4.5
- Replies: 12
- Views: 6059
Re: Course create fails on fresh install of 2.4.5
Hi, I understand you can't help me any more. One last question and I'll leave you alone. I think my problems may originate from the way I copied the site to the server. I used WINSCP to copy the downloaded folder from my PC to the server. Then I logged onto the server as myself, changed directory to ...
- Tue Mar 15, 2022 8:31 pm
- Forum: Installation and configuration
- Topic: Course create fails on fresh install of 2.4.5
- Replies: 12
- Views: 6059
Re: Course create fails on fresh install of 2.4.5
Hi, I also created a test database, verified I could get my formalms account to access it and read records from it. After that, I verified I could write new records into it, both times using php files under the formalms folder using the formalms credentials. I'm getting nowhere fast. Should I just ...
- Tue Mar 15, 2022 8:03 pm
- Forum: Installation and configuration
- Topic: Course create fails on fresh install of 2.4.5
- Replies: 12
- Views: 6059
Re: Course create fails on fresh install of 2.4.5
Hi, I have verified that apache2 is writing to syslog. I used two simple php files with the error_log() function and confirmed the messages are showing up in /var/log/syslog. The first file just exercises the error_log() function. I got this in the syslog, tagged with apache2: Mar 15 18:45:33 fp ...
- Tue Mar 15, 2022 12:19 pm
- Forum: Installation and configuration
- Topic: Course create fails on fresh install of 2.4.5
- Replies: 12
- Views: 6059
Re: Course create fails on fresh install of 2.4.5
Hi, I am working on getting the logging working. I used the F12 console explorer in the browser to see some of what was happening, and I see a lot of 'missing file' messages... It's not a question of users seeing a blank page, it's that I can't even add content, this site is only partially ...
- Mon Mar 14, 2022 4:01 pm
- Forum: Installation and configuration
- Topic: Course create fails on fresh install of 2.4.5
- Replies: 12
- Views: 6059
Re: Course create fails on fresh install of 2.4.5
Hi, Which log do you need to see? If it is MySQL logs, I have not been able to get them into the syslog as yet. I'm eager to provide, I just need specifics about how to get what you need. I am the only user at this point, just trying to bring it to a running, functional state so we can evaluate it ...
- Fri Mar 11, 2022 3:59 pm
- Forum: Installation and configuration
- Topic: Course create fails on fresh install of 2.4.5
- Replies: 12
- Views: 6059
Re: Course create fails on fresh install of 2.4.5
Hi, The large number of errors make me think I missed something fundamental. The landing page displayed a large number of errors, all of this flavor: Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; PlatformManager has a deprecated ...
- Thu Mar 10, 2022 1:01 pm
- Forum: Installation and configuration
- Topic: utf8 warning at installation step 4
- Replies: 10
- Views: 6439
Re: utf8 warning at installation step 4
Here is the screenshot.
- Wed Mar 09, 2022 10:13 pm
- Forum: Installation and configuration
- Topic: Course create fails on fresh install of 2.4.5
- Replies: 12
- Views: 6059
Course create fails on fresh install of 2.4.5
Hi, I have a fresh install of FormaLMS. I tried to create a course (just code, course name, course type and status) but the process fails with the message 'Error while processing the requested operation'. How would I diagnose this? Are there logs I can review? I am assuming that the system is just ...
- Wed Mar 09, 2022 9:15 pm
- Forum: Installation and configuration
- Topic: utf8 warning at installation step 4
- Replies: 10
- Views: 6439
Re: utf8 warning at installation step 4
Hi, I adjusted the function and was able to get past the problem. THANK YOU for your help! Not critical, but do you any idea why that the page for Step 7 comes up in Italian? I was able to complete the install, so you saved me and I really appreciate your willingness to help. I am able to log into ...
- Wed Mar 09, 2022 7:38 pm
- Forum: Installation and configuration
- Topic: utf8 warning at installation step 4
- Replies: 10
- Views: 6439
Re: utf8 warning at installation step 4
Hi, When I do 'SELECT SCHEMA_NAME 'database', default_character_set_name 'charset', DEFAULT_COLLATION_NAME 'collation' FROM information_schema.SCHEMATA;' It shows that my formalms database is UTF8 with collation utf8_general_ci... But the result of the query 'show variables like 'character_set ...