Search
Results (448)
- xPDO Feature #6929 (Open): xpdo downloads seems outdated
- Hi, Is there more later release for xpdo? i found modx lib is having 2012 library :)
- Articles Bug #6878 (Open): articles broke my installation
- Same phanomena as Gerriet. Everything was fine and I installed articles. Red xpdo errors. No admin interface anymore just the ... es is not for primetime or what am I missing?
- Documentation Bug #6856 (Open): Update supported database
- On this page: http://rtfm.modx.com/display/re ... atabase platform you're using. At this time, xPDO only supports mysql. as more than MySQL is supported
- xPDO Bug #6623 (Open): Multiple OR:field:LIKE conditions override eachother
- I was need to make a couple of OR:field:LIKE ... roblem. But the next is something limited in xpdo I think; I did next to avoid the array key P ... the first and last is being used in the query
- Revolution Bug #6600 (Open): Manager unusable after upgrade from 2.1.2 to 2.2 [sqlsrv]sq
- After upgrading from 2.1.2 to 2.2 in env list ... 2-01-07 13:32:15] (ERROR @ /setup/index.php) xPDOVehicle resolver failed: type php (.../wwwroo ... ll files from .../wwwroot/core/packages/core/xPDOFileVehicle/3e7f86249f358231f6dc4b3ff9533e82/ ... ll files from .../wwwroot/core/packages/core/xPDOFileVehicle/874a12dbd01d2a45eadc80568c979fe0/ ... ll files from .../wwwroot/core/packages/core/xPDOFileVehicle/ece347cbbcfad0e75b02a93458a742f1/ ... ll files from .../wwwroot/core/packages/core/xPDOFileVehicle/d595a2ff2e73f57fbbcc1feceb4531cb/ ... ll files from .../wwwroot/core/packages/core/xPDOFileVehicle/73a1fc3fad06065e0c84e2843a59b27a/ ... ll files from .../wwwroot/core/packages/core/xPDOFileVehicle/38bcdfa9bcb81901314efd0759dc5232/ ... ll files from .../wwwroot/core/packages/core/xPDOFileVehicle/5c428000323d1cbdde2031509d908f1d/ ... ll files from .../wwwroot/core/packages/core/xPDO...
- Revolution Feature #6507 (Resolved): onMediaSourceGetProperties System-Event
- Still trying to have mediasources a bit more ... es: <pre> if ($results = $this->xpdo->invokeEvent('OnMediaSourceGetProperties',array('properties' =>$this->xpdo->toJson($properties)))){ foreac ... $properties = array_merge($properties,$this->xpdo->fromJson($result)); } ... out having to add more than this systemevent.
- xPDO Refactor #6271 (Assigned): Limit reserved class_key column to STI objects
- Limit xPDO's reserved use of the class_key column to ob ... ut the O/R layer regardless of the intention.
- Revolution Bug #6268 (Closed): xPDO database fieldname cannot contain the word 'class'
- xPDO 2.1.3 bonks with the error 'No class specifi ... name as I was not able to find it in docs...
- Revolution Bug #6248 (Closed): Probable solution to 2.2rc1 (rc2?) Upgrade
- My bug report 6084 showed an installation fai ... class.php on line 429 Fatal error: Class 'xPDODriver_' not found in ...core/xpdo/xpdo.class.php on line 1777
- Articles Bug #6161 (Closed): Can't change Article Row Chunk in Template Settings
- In an Article container i can change the sett ... escontainer.class.php from > &tpl=`'.$this->xpdo->getOption('tplArticles',$settings,'sample.ArticleRowTpl').'` into >&tpl=`'.$this->xpdo->getOption('tplArticleRow',$settings,'sample.ArticleRowTpl').'` and it works.