Set up indexhibit on localhost using XAMPP

symbolrush / 2019-05-13 18:49:16   

For more than 10 years my website has been online using indexhibit v0.73 (as far as I remember). A few months ago the website stopped working since my provider did not support PHP 5.X any longer.

Before redesigning the website I wanted to make a local copy using XAMPP (with PHP 5.6). While XAMPP seems to work: the good old "hello world" example work when setting `index.php` accordingly. However, when trying to start the real website at `localhost` I get an error:

> Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 130968 bytes) in C:\xampp\htdocs\nst\ndxz-studio\common.php on line 140

What am I missing?
And: Is it even possible to run indexhibit locally on XAMPP (as it is for plain old php websites..)?

Thanks in advance for any hints.
Adrian

This thread has been closed, thank you.