Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Default errors after first setup
#1
Still thinking that 404-mailer.php (sometimes) corrupting 404monitoring.log.xml (http://get-simple.info/forum/viewtopic.p...6565#p6565) I discovered the following errors after default setup ....

Function get_theme_url() inserts an extra space in front of URL
Code:
<link rel="stylesheet" type="text/css" href="<?php get_theme_url(); ?>/default.css" media="all" />
results in (watch extra space between href=" and http:// ) ...
Code:
<link rel="stylesheet" type="text/css" href=" http://www.dare-is.nl/theme/Emporium/default.css" media="all" />

4O4 is inserting character (before doctype tag) which results in moving down site template.
Code:
?<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

Emporium theme 'default.css' is throwing error on background (img08.jpg doesn't exists)
Code:
.post h1 {
    width: 520px;
    padding: 0px 0 0 0px;
    background: url('images/img08.jpg') no-repeat left top;
    font-size: 24px;
    color: #28313A;
}
Reply
#2
The 404 mailer problem is void, as it has been completely removed in the new version of GetSimple. We’ll look into the other problems!

If you wish to report bugs please try the latest SVN build (as of posting r184), as we’re working hard to move it into completion.

Thanks for your support!
“Don’t forget the important ˚ (not °) on the a,” says the Unicode lover.
Help us test a key change for the core! ¶ Problems with GetSimple? Be sure to enable debug mode!
Reply
#3
I didn't see the extra space with the get_theme_url function on my instyall, but I added a trim in there regardless... http://code.google.com/p/get-simple-cms/...tail?r=187

Thanks for the bug report.
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#4
@Zegnåt, @ccagle8

Thx for reply, I will try latest SVN build.
GetSimple is the best CMS ever, looking forward to new version.
Reply




Users browsing this thread: 1 Guest(s)