Archive for April, 2007

Getting NuSOAP to work in PHP5

Tuesday, April 24th, 2007

After a night of angry typing and googling to find a solution why my scripts that worked on PHP 4.2 and used NuSOAP now show the following error on PHP 5:

Fatal error: Cannot redeclare class soapclient in D:\www\nusoap.php on line 7240

The thing is that PHP5 has its own built in class soapclient and this is where the error comes from.

The solution to get NuSOAP working on PHP5 is quite simple. Open the nusoap.php file and replace soapclient with mysoapclient or whatever you think of. Use a mass find/replace if supported by your editor.

Flash Gallery update preview

Saturday, April 7th, 2007

Here is a development version to how will the new Flash Photo Gallery look and feel like. The navigation is changed and the viewing is improved.

Flash and XML Gallery NEW

There is a download link for the current image (will be configurable in the XML file) and some other improvements. Unfortunately this version is only for preview of what is really coming so expect the official release soon.

Take a look at the Flash Gallery Development Preview Demo!

Flash Gallery update coming soon…

Tuesday, April 3rd, 2007

Last night I’ve put some of my ideas for the new update of Flash Gallery on paper. Here are some of them.

  • Create a better, more modern looking interface for the Flash Gallery
  • Create a multi-gallery mode
  • PHP and MySQL based administration panel enabling users to manage galleries through a web based interface
  • Full screen mode
  • Slideshow option
  • Integrate Flickr RSS option

So, after putting this things as priorities for the development of the Flash Gallery, I think that there should be two versions of the Flash Photo Gallery, one simple for easy gallery deployment and one advanced with the web based interface.

I plan on releasing the simple one in few weeks due to some everyday work that has to be done.