Die Suche ergab 11 Treffer

von DAS
15. Jan 2024, 21:06
Forum: English Support Forum
Thema: Installation question
Antworten: 17
Zugriffe: 3883

Re: Installation question

I changed the formatting to below:

<?php
$test = 'My ' . ' test ' . ' text.';
?>
<?php
echo $test;
?>

Now output is

My test text.
von DAS
15. Jan 2024, 20:17
Forum: English Support Forum
Thema: Installation question
Antworten: 17
Zugriffe: 3883

Re: Installation question

created file.. out put:

$test = 'My' . 'test' . 'text'; echo $test;
von DAS
15. Jan 2024, 16:39
Forum: English Support Forum
Thema: Installation question
Antworten: 17
Zugriffe: 3883

Re: Installation question

5.4.16

I have also built test php files and put in my admidio folder.. they launch without issue
von DAS
11. Jan 2024, 23:00
Forum: English Support Forum
Thema: Installation question
Antworten: 17
Zugriffe: 3883

Re: Installation question

[Wed Jan 10 12:47:06.298605 2024] [:error] [pid 17395] [client 127.0.0.1:43092] PHP Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and...
von DAS
11. Jan 2024, 22:06
Forum: English Support Forum
Thema: Installation question
Antworten: 17
Zugriffe: 3883

Re: Installation question

Any ideas on where to go next? Went through clean build/load.. tested apache, mysql and php all working. When I go to installation.php it does not launch, I just get a blank page.
von DAS
10. Nov 2023, 16:36
Forum: English Support Forum
Thema: Installation question
Antworten: 17
Zugriffe: 3883

Re: Installation question

OK, cleaned out the admidio site, re-extracted and setup but same thing either index.php or direct to install.php I just get a blank white screen.
von DAS
9. Nov 2023, 15:45
Forum: English Support Forum
Thema: Installation question
Antworten: 17
Zugriffe: 3883

Re: Installation question

I was missing a couple of components.. sorry I am fairly new to apache/php.. I have that resolved but now get a blank white screen. I created a test php file and have verified that PHP is now working properly. I can rip the admidio site out and start it over to see what I get then.
von DAS
8. Nov 2023, 21:54
Forum: English Support Forum
Thema: Installation question
Antworten: 17
Zugriffe: 3883

Re: Installation question

So, I took another computer, clean build/install of Linux Mint... installed Mysql and Apache2.. then tried the install of Admidio with the exact same message...
von DAS
7. Nov 2023, 22:29
Forum: English Support Forum
Thema: Installation question
Antworten: 17
Zugriffe: 3883

Re: Installation question

I get the same thing... Old Admidio version 1.x or 2.x config file detected! Please update first to the latest version 3 of Admidio and after that you can perform an update to version 4! Please view our documentation.'); } else { $g_root_path = getAdmidioUrl(); } require_once($rootPath . '/adm_progr...
von DAS
7. Nov 2023, 16:02
Forum: English Support Forum
Thema: Installation question
Antworten: 17
Zugriffe: 3883

Re: Installation question

No, there is no config.php file in the main folder. The only PHP is the index.php file.
von DAS
3. Nov 2023, 18:24
Forum: English Support Forum
Thema: Installation question
Antworten: 17
Zugriffe: 3883

Installation question

I have the files copied in place, but when I open index.php I get the following: Old Admidio version 1.x or 2.x config file detected! Please update first to the latest version 3 of Admidio and after that you can perform an update to version 4! This is a new install with the latest download, 4.12.13....