Jump to content

double

Members
  • Posts

    9
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

double's Achievements

Newbie

Newbie (2/6)

3

Reputation

  1. Yes, I haven't added the field to template. Thank you!
  2. I followed this guide to add comments <?php echo $page->comments->render(); And I get this error Fatal Error: Uncaught Error: Call to a member function render() on null renderAll and renderForm same Can you help me solve this error please?
  3. What's the best way to return 5 next and 5 previous pages? If there're no 5 pages return what's remaining Should I use nextUntil() and prevUntil()?
  4. I'm looking for a book module alternative for creating structured documents. If you don't know about Book module of Drupal, follow this link: http://drupal.org/documentation/modules/book Also I'm looking for a module like html2book, which allows you to create multi-page books by splitting the body text of a book page node into multiple nodes upon save (split points are html tags)
  5. I've added 1.5 million pages. It works faster than Wordpress, but server response time is still high - 0,8-2 s. I have 4 Cores, 4 GB RAM and SSD disk, Mysql 8 and PHP 7 I'll keep you updated
  6. After installing Dataset module I get this error: Module reported error during install (DataSet): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'label' cannot be null When I click an Import link nothing happens. Tasks page is empty I tried to do a simple import for testing using this config Any ideas? Where can I see error log? JSON{ "name": "Testing the import", "input": { "type": "csv", "delimiter": ",", "header": 1, "limit": 10 }, "fieldmappings": { "title": 1 }, "pages": { "template": "basic-page", "selector": "title=@title" } }
  7. How fast will be site after importing 8 million posts? I tried to use Wordpress but it requires serious hardware to handle 8 million posts I have a VDS 4 Cores 4 GB memory and NVMe storage
  8. Can I import 8 million posts? Is it possible? Hardware requirements? I have 300 XML files (30k posts per file) SEO title Meta description H1 title Category Post content What is the fastest way to import?
×
×
  • Create New...