List view vs Grid view
-
Any reasons why we can see all data in list view and in grid view we get this:
‘Warning: file_exists(): open_basedir restriction in effect. File(/tmp/Google_Client/5e/5e36cbb51349f2e2ddcfc83e64dc240f) is not within the allowed path(s): (/home/.sites/114/site2675/web:/home/.sites/114/site2675/tmp:/usr/share/pear) in /home/.sites/114/site2675/web/blog/wp-content/plugins/google-calendar-events/vendor/google/apiclient/src/Google/Cache/File.php on line 52’
on line 52 we find: ‘ if (!file_exists($storageFile)) {
$this->client->getLogger()->debug(
‘File cache miss’,
array(‘key’ => $key, ‘file’ => $storageFile)
);’what is wrong???
The topic ‘List view vs Grid view’ is closed to new replies.