TOPIC: template only but sample data missing

template only but sample data missing 10 years 5 months ago #3115

I have installed this theme 'template only' as I had to many problems with my permissions, errors etc. Now it works, but I'm missing the sample data of the theme. In the template manager I have enabled preview, but still does not show the sample data.
Do you have any other options which I missed?
Thank you.
The administrator has disabled public write access.

Re: template only but sample data missing 10 years 5 months ago #3119

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

Sample data as our demo site just can show if you installed quickstart package.

Thanks
The administrator has disabled public write access.

Re: template only but sample data missing 10 years 5 months ago #3122

I solved it, thank you. I reinstalled the package and I had to adjust my .httaccess file so that the website was working on php 5.3 modus.
For anyone who had errors like Warning: file_put_contents ... file.php on line 418 ($ret = is_int(file_put_contents($file, $buffer)) ? true : false;) and a whole bunch of permissions on Unwritable:

I added in .httaccess :
<FilesMatch "\.php$">
AddHandler x-httpd-php53 .php
</FilesMatch>
The administrator has disabled public write access.
Time to create page: 0.218 seconds