Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

SlideshowPro - Josh - Not working!


Go to End


16 Posts   4088 Views

Avatar
borriej

Community Member, 267 Posts

11 September 2010 at 2:55am

Hi there,

- Downloaded SlideshowPro - http://www.silverstripe.org/slideshow-pro-module/

- Read the steps:

1) Remove "<?xml version="1.0" encoding="UTF-8"?>" from the top of your main Page.ss template.

--> This wasnt in my page.ss, so couldnt delete it.

2) Place the "loader.swf" and "slideshowpro.swf" file from your SlideShowPro/Standalone folder in to the slideshowpro/flash directory inside this module.

--> Done

3) Run /db/build?flush=1

--> Done

4) Enjoy!

Almost enjoing it...

Ok so next step, I selected the page behaviour -> SlideShowPro selected -> saved..

Config steps:
It isn't clear to me what I should fill into the 2nd field:

Tried the path to the swf:
-> http://www.example.com/slideshowpro/flash/slideshowpro.swf
-> slideshowpro/flash/slideshowpro.swf

all didn't do anything!

When looking at the page the site shows the normale page.ss, and when viewing the source it doesn;t say anything about a SWF or flash, this is weird right?

Any ideas on this? The readme is very small for a module that isn't working.

Using SS 2.3.7

Avatar
UncleCheese

Forum Moderator, 4102 Posts

11 September 2010 at 3:46am

There's an SSP module that I built that works with ImageGallery and DOM that I think works a little better..

SVN is: http://carlinowebdesign.svn.beanstalkapp.com/modules/trunk/slideshow_pro
Screencast: http://www.leftandmain.com/silverstripe-screencasts/2010/08/23/a-quick-look-slideshow-pro-module/

--------------------
SilverStripe tips, tutorials, screencasts and more: http://www.leftandmain.com

Avatar
borriej

Community Member, 267 Posts

11 September 2010 at 4:33am

Edited: 11/09/2010 4:44am

okk, downloaded it, did dev/build
read http://doc.silverstripe.org/modules:image_gallery

but there isnt a new page type under the behaviour tab, and also not under the widget tab.

What to do?

Avatar
borriej

Community Member, 267 Posts

11 September 2010 at 5:06am

Side note:

Im running on 32M, cant upgrade and htacess options are disabled (error 500 when i try to increase with htaccess)

So solved my previous problem -> the 'blank admin page' in the _config:
Requirements::set_combined_files_enabled(false);

Case:
Ok, i saw that DOM & image_gallery needed to be installed first. Ok so I did that, uploaded, dev/build

but now, after the dev/build, when i try to access url.com/admin --> get blank page again.

What to do?

Avatar
UncleCheese

Forum Moderator, 4102 Posts

11 September 2010 at 5:30am

You're going to need to turn on error reporting in PHP so you can see an error instead of a blank screen.

--------------------
SilverStripe tips, tutorials, screencasts and more: http://www.leftandmain.com

Avatar
borriej

Community Member, 267 Posts

11 September 2010 at 5:32am

Ok hold on!

Avatar
borriej

Community Member, 267 Posts

11 September 2010 at 5:41am

Edited: 11/09/2010 5:42am

Director::set_environment_type('dev');

is on, but i just get a white page, no errors

Edit:
and dev/build?flush=1 works nicely withouth errors

Avatar
borriej

Community Member, 267 Posts

18 September 2010 at 2:35am

Ok upgraded my hosting to 64M

And:
- uploaded dataobject_manager
- uploaded image_gallery
- dev/build?flush=1
- changed page behaviour to image gallery.
- Tryed to save...

but got error..
Admin page is white.

Looked at server error logs:

[Fri Sep 17 16:30:59 2010] [error] [client 82.170.26.71] PHP Fatal error: Class 'ImageUploadField' not found in /sites/url/www/image_gallery/code/ImageGalleryAlbum.php on line 27

What to do? It this a common bug?

Go to Top