google-code-export / sparkyframework

Automatically exported from code.google.com/p/sparkyframework
1 stars 0 forks source link

Errors with directory separators in sparky/index.php #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Sparky
2. Make the sparky templaet the default
3. Navigate to the website

I expect to see my website rendered to the sparky template.  Instead, I am 
seeing the following error messages:

Warning: 
require(/home/scenewri/public_html/templates/sparkyDSlibraryDSsparky_parameters.
php) [function.require]: failed to open stream: No such file or directory in 
/home/scenewri/public_html/templates/sparky/index.php on line 59

Fatal error: require() [function.require]: Failed opening required 
'/home/scenewri/public_html/templates/sparkyDSlibraryDSsparky_parameters.php' 
(include_path='.:/opt/php53/lib/php') in 
/home/scenewri/public_html/templates/sparky/index.php on line 59

It appears that "DS" is not defined.  If I modify the code to make the paths 
(there are 5 or 6 in all) hardcoded instead of concatenated up using the DS 
separator, I get no errors, but I also just get a blank white page.

What version of the product are you using? On what operating system?

Sparky 0.94 on a fresh Joomla 3.0.2 install running on a hosted Linux 
environment (not sure of OS particulars beyond that).  PHP version is 5.3.15.

Please provide any additional information below.

Original issue reported on code.google.com by js...@tylericasystems.com on 9 Dec 2012 at 6:51

GoogleCodeExporter commented 9 years ago
The php errors have been resolves in 0.95b, however the page still does not 
display.  Now all I see is a black background.  This happens both with Firefox 
and Chrome.

Original comment by js...@tylericasystems.com on 12 Dec 2012 at 6:04

GoogleCodeExporter commented 9 years ago
may be you need to add some layers to display content? :)

Original comment by madslay...@gmail.com on 16 Dec 2012 at 10:17

GoogleCodeExporter commented 9 years ago
Silly me.  I was looking for "basic" functionality as with the Joomla built-in 
templates.  Yes, when I start to create a layout, it works as expected.  I look 
forward to working with Sparky and seeing what it can do.

Thanks!

Original comment by js...@tylericasystems.com on 16 Dec 2012 at 5:29