17488 Posts in 4473 Topics by 1978 members
| Go to End | ||
| Author | Topic: | 3977 Views |
-
Re: How do i: Add Modules, Components and Widgits in the Admin

17 July 2008 at 9:36pm
how do i install just the core?
-
Re: How do i: Add Modules, Components and Widgits in the Admin

17 July 2008 at 10:26pm Last edited: 17 July 2008 10:26pm
it's only happening with the blog module uptill now...
blog-0.1
maybe someone sees on error in the file?
-
Re: How do i: Add Modules, Components and Widgits in the Admin

17 July 2008 at 11:04pm
the issue is maybe that your webhost does not support PHP short tags - <? compared to <?php - this would cause your PHP to be unable to read the blog page php file. Just change the <? at the top of the BlogEntry.php and BlogHolder.php to <?php and see if that works.
-
Re: How do i: Add Modules, Components and Widgits in the Admin

17 July 2008 at 11:14pm
Thnx you Willr that was the tric
-
Re: How do i: Add Modules, Components and Widgits in the Admin

29 September 2008 at 1:24pm
I'm running into the same problem (sorry for the thread necro) but I don't have the blog installed (and won't be installing it as i'm not using it like that.)
It's for the Homepage.
Bad class to singleton() - HomePage
-
Re: How do i: Add Modules, Components and Widgits in the Admin

29 September 2008 at 2:59pm Last edited: 29 September 2008 3:01pm
Is there a HomePage.php file in your project?
If so, try db/build?flush=1 in the URL as was previously suggested.
If that doesn't work, change <? to <?php in the file.
If that doesn't work, make sure it says "class HomePage" for the class name in the file. It's case sensitive, so "Homepage" wouldn't work.
| 3977 Views | ||
| Go to Top |



