
Hubris
Members-
Content Count
9 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Downloads
Everything posted by Hubris
-
How to use numeric values on page reference field selector?
Hubris replied to Hubris's topic in General Support
Correction for future reference: indeed, with only numbers. I thought it was about being interpreted as page ID, but a type conversion thing. I have no ideia how I missed subfield selectors... -_- Thank you! -
How to use numeric values on page reference field selector?
Hubris posted a topic in General Support
Hi there! I'm using some page reference fields to create lists of tags, categories, years, etc.. I'm able to find the pages like so: $pages->find("template=project, {$filter}={$page->title}"); Which dynamically does something like: $pages->find("template=project, tags=Experimental"); Only if the value (the page name, like "Experimental") starts with letters. If it starts with numbers, find returns nothing. Why is this and how can I fix it? -
Hi folks, My maximum file size upload tops at 50Kb, no matter what the browser or OS. My PHP settings are: enabled extensions: imagick, imap , json, mailparse, mbstring , pdo , pdo_mysql and pdo_sqlite options: allow_url_fopen On display_errors Off error_reporting E_ALL file_uploads On include_path .:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php log_errors On mail.force_extra_parameters no value max_execution_time 180 max_input_time 180 max_input_vars 1000 memory_limit 256M open_basedir no value post_max_size 128M session.save_path /tmp short_open_tag On upload_max_filesize 256M These settings here changed based on some tips of other topics on this forum. On the field, there is no min/max image dimensions. Thanks!