I tested build site locally on xammp, has datafeeds that are read in using for example this xpath
/products/product[contains(categorie,'Kinderwagens')]
Now it works perfectly locally but not on my VPS, I'm using the wp import all plugin btw
I have direct admin
when I try just /products/product I can import
when I try full /products/product[contains(categorie,'Kinderwagens')] not much happens It says Import XML error and then the line "Composing contents..." comes and just doesn't do anything anymore.
These are server settings altho this shouldnt be the prob as it does import with the [contains(categorie, 'Kinderwagens')]
Your server setting
upload_max_filesize 96M post_max_size 72M max_execution_time -1 max_input_time 300
What I tried
-Increasing max filesize, post max size, max input time
Cutting the XML file in pieces to decrease its size even 100 record wont work
Giving entire plugin folder complete write and excute rights
Making sure tmp folder is open for writing
REQUEST ADDITIONAL INFO
Nothing in error logs around the time of my trying to import only these type of error but they dont relate i think
REQUESTED ADDITIONAL INFO 2
Turned on php error loging in php.ini file now when i run the file i get
Importing https://datafeedurl.com (1 of 1)
Composing contents...
Fatal error: Out of memory (allocated 194772992) (tried to allocate 55554793 bytes) in /home/admin/domains/domain.nl/public_html/aanbieding/wp-content/plugins/wpallimport/libraries/XmlImportParser.php on line 50