3212 Posts in 847 Topics by 809 members
| Go to End | ||
| Author | Topic: | 4007 Views |
-
Re: Changing background on each page without tons of templates

26 January 2010 at 11:04am
Yeah I figured that would be a very vague error haha.
I'll check server logs, but also how do I put the site in dev mode?
-
Re: Changing background on each page without tons of templates

26 January 2010 at 11:37am Last edited: 26 January 2010 11:38am
Ok, I put it into dev mode and this is the error I got in replacement.
[Notice] Undefined index:
POST /sites/carreramarble/BETA/images/index/Page/1/Background/EditImageFormLine 157 in /nfs/www/WWW_pages/gsarpy/gregsarpy.net/sites/carreramarble/BETA/sapphire/core/ClassInfo.php
Source
148 /**
149 * @todo Improve documentation
150 */
151 static function ancestry($class, $onlyWithTables = false) {
152 global $_ALL_CLASSES;
153
154 if(is_object($class)) $class = $class->class;
155 else if(!is_string($class)) user_error("Bad class value " . var_export($class, true) . " passed to ClassInfo::ancestry()", E_USER_WARNING);
156
157 $items = $_ALL_CLASSES['parents'][$class];
158 $items[$class] = $class;
159 if($onlyWithTables) foreach($items as $item) {
160 if(!DataObject::has_own_table($item)) unset($items[$item]);
161 }
162 return $items;
163 }
TraceClassInfo::ancestry()
Line 1364 of DataObject.php
DataObject->db(Name)
Line 1799 of DataObject.php
DataObject->getField(Name)
Line 109 of ViewableData.php
ViewableData->__get(Name)
Line 253 of File.php
File->onBeforeWrite()
Line 783 of DataObject.php
DataObject->write()
Line 737 of Image.php
Image_Uploader->save(Array,Form,HTTPRequest)
Line 241 of Form.php
Form->httpSubmission(HTTPRequest)
Line 129 of RequestHandler.php
RequestHandler->handleRequest(HTTPRequest)
Line 143 of RequestHandler.php
RequestHandler->handleRequest(HTTPRequest)
Line 119 of Controller.php
Controller->handleRequest(HTTPRequest)
Line 277 of Director.php
Director::handleRequest(HTTPRequest,Session)
Line 121 of Director.php
Director::direct(/images/index/Page/1/Background/EditImageForm)
Line 118 of main.phpWhat do you think? Or do I need more?
-
Re: Changing background on each page without tons of templates

26 January 2010 at 2:01pm Last edited: 26 January 2010 2:39pm
Is there a way to assign a background image to each page by say ID number? i dunno.
something that's less involving. i won't have the need for adding pages/backgrounds once the site is done.
| 4007 Views | ||
| Go to Top |

