ay57808 Approved

Member since: 2020-09-03

Recent posts by ay57808
Post When

mjauvin said:

The indentation in your import/export config file is wrong... should be:

export:
  ti...

Posted in Set default format for Import and Export CSV

I need to set the default delimiter to ';' for all import/exports, however according to the document...

Posted in Set default format for Import and Export CSV

LukeTowers said:

If you don't want to convert your installation to using composer to manage updates...

Posted in Error uploading a file from frontend and associating it to a model [resolved]

LukeTowers said:

This has been fixed in 1.1.0 and 1.0.470 (which hasn't been released yet). I recom...

Posted in Error uploading a file from frontend and associating it to a model [resolved]

I'm having a problem, I had this working before, but now it's just throwing an error and I didn't ch...

Posted in Error uploading a file from frontend and associating it to a model [resolved]

mjauvin said:

Looks like the correct syntax is this:

   $page->attributes['myComponent'] = ['variab...

Posted in How to create a CMS page in PHP and attach a component with a variable

mjauvin said:

$page->settings['components']['myComponent'] = ['variable_id' => $this->id] ;

Didn't...

Posted in How to create a CMS page in PHP and attach a component with a variable

Basically I need to generate pages automatically based on what the user fills in a form, the problem...

Posted in How to create a CMS page in PHP and attach a component with a variable