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

Image Gallery Extension Troubles


Go to End


34 Posts   13491 Views

Avatar
soft-systems

Community Member, 11 Posts

7 March 2009 at 3:04pm

This is what I have from the WAMP install:
Apache 2.2.11
PHP 5.2.8 + PECL
SQLitemanager
MySQL 5.1.30
Phpmyadmin

I previously had xxamp installed. But i removed this before installing so it cant be complications with that install.

Avatar
soft-systems

Community Member, 11 Posts

8 March 2009 at 12:34am

I ended up going back to XXAMP - 2.3.0-rc4 works well. perfect install.
and now i have the gallery and image gallery modules set up BUT
when i make an album in the image gallery, and then i go to the page locally to view it. I click to upload images to the album, it goes to the right page but all i have is a save button. No little upload section.
Would this have something to do with having altered the swfupload _config.php file to say this:
require_once(Director::baseFolder() . "/swfupload/code/SWFUploadFileIFrameField_Uploader.php");
require_once(Director::baseFolder() . "/swfupload/code/SWFUploadFileIFrameField.php");

on lines 2 and 3? - This altered code was pulled from a previous post you made somewhere here on the forum.

I will be trying other things here, but if you have any ideas let me know!

Go to Top