OK I found the problem, I was completely overhauling displaylinks.tpl and had not yet put <!-- INSERT ALL LISTING TYPES --> back into the template. This stops the type manager from working and shows all the listing types as blank.
That is actually no problem, just didn't realise. Panic over
Comments on 2 Errors
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
Posted Sep 12, 2012 - 9:55 AM:
There are two definite errors, this is happening with all my directories on 7.1.0 RC 9
I cannot change the design of my listings in type manager, it show the following error...
Fatal error: Call to undefined function tempsarray() in /home/makeitbr/public_html/british-brands/admin/typemanager.php on line 321
Regenerating produces an error when it gets to attachments...
Fatal error: Call to a member function staticpath() on a non-object in /home/makeitbr/public_html/british-brands/classes/attachment.php on line 209
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Fixed both for RC 11. Also fixed a bug that was making regeneration only do one at a time.
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
Now the type manager doesn't work at all, all link types are blank. Adding anything and saving does not work, and if I go to templates it says that...
Error: The file ../templates/default/linkbitrecip.tpl does not exist.
Error: The file ../templates/default/linkbitsponsored.tpl does not exist.
My listing types at Free, Featured, and FeaturedR so neither of those templates should exist anyway.
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
I'm not seeing a problem with the type manager. Added and removed a type and nothing unexpected happened.
Fixed the templates page warnings.
Forum Regular
Usergroup: Customer
Joined: Nov 27, 2006
Total Topics: 187
Total Comments: 465
OK I found the problem, I was completely overhauling displaylinks.tpl and had not yet put <!-- INSERT ALL LISTING TYPES --> back into the template. This stops the type manager from working and shows all the listing types as blank.
That is actually no problem, just didn't realise. Panic over
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Added a warning message to prevent using the type manager with templates that don't have that.