Forum
Gallery apps docs
I was following your video documentation on installing a gallery and it mentions adding a perch runtime in the folder "perch/config/app.php"
However in the instructions leading up to this step it says to add the 'perch_gallery', in the apps list as seen below.
I am confused now, because my apps.php folder contains the below code, so where would I add the runtime,
include(PERCH_PATH.'/addons/apps/perch_gallery/runtime.php’);
<?php
$apps_list = array(
'content',
'perch_gallery',
'categories',
);
If you have a newer installation you don't need to add the runtime. What you have is correct, are you seeing some issue?
So far yes the issues still persist.
I have done a clean install on a new Database and have narrowed down a working php version of 5.3.29 which allows me to install perch without having issues with building tables.
I still get the white page and the error logs are as follows
That looks like an error from suhosin. You (or your host) needs to increase the
suhosin.executor.include.max_traversal
setting.Increased limits and no difference.
Have you restarted the web service since changing the config?
nope but I did a clean start on a new database fresh test domain and it solved all the other issues I had along this one except this issue.
It started to work after increasing the suhosin.executor.include.max_traversal setting. Thanks. But initially when I did it It did not work, It only worked after the clean start.
But thanks for the tips and getting me sorted out.
Mark