Plugins problem after upgrade

wibblefoo

Joined: 2006-10-06
Posts: 5
Posted: Fri, 2006-10-06 03:11

Hi

I've just upgraded to the latest nightly snapshot via svn and the plugins page does not show me what is installed or activated and there are no links to install/uninstall/activate/deactivate the plugins.

Any ideas?

Thanks
Andrew

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-10-06 10:49

thanks for testing the latest version.

- we'll need a little more information:
FAQ: What information is required when I ask for help in the forums?

- and what theme are you using?
- could you maybe create a screenshot of what you see?
- did you change any template / hack a theme / theme.css?

 
wibblefoo

Joined: 2006-10-06
Posts: 5
Posted: Fri, 2006-10-06 14:06

Ok,

php info at : http://www.ozphotos.net/test.php

Using Siriux theme (but the same happens with other themes)

Screen shot attached.

No error messages.

Another symptom is that when on the Plugins page, links for all the plugins are displayed on the left and not just those that are activated.

Thanks
Andrew

[img]http://www.ozphotos.net/screenshot1.png[/img]

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-10-06 15:24

looks like a JavaScript / css issue.
is Javascript disabled in your browser?

JavaScript is responsible to hide / show the plugin links on the left.
JavaScript is repsonsible to hide / show the "install, activate, deactivate, uninstall" link actions on the right which are not shown at all in your case.

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-10-06 15:24

if JavaScript is enabled, ensure that the file modules/core/templates/AdminPlugins.js is there and intact.

 
wibblefoo

Joined: 2006-10-06
Posts: 5
Posted: Fri, 2006-10-06 16:04

JS is enabled and the file is there. I thought it might have been a hangover from the old config (AdminModules.js was still there) so I ran cleanup.sh in the hope of fixing it. No joy.

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-10-06 16:55

it's definitely a JS issue. i disabled JS in my browser and saw exactly what you show on the screenshot.

what browser are you using?
tested with firefox 1.5.0.7 and ... baaad.

you're right. in Internet Explorer 7 it doesn't work.
i'll see what we can do.

meanwhile, please another browser to administer g2.

 
wibblefoo

Joined: 2006-10-06
Posts: 5
Posted: Fri, 2006-10-06 17:12

Was using Safari (Version 2.0.4 (419.3) ) - doesn't work.

Works in Camino (Version 2006042704 (1.0.1)) (not sure what firefox codebase that is based on).

 
vdd

Joined: 2005-08-11
Posts: 134
Posted: Fri, 2006-10-06 18:51

Looking at the forum to see if my problem was known I saw this topic
After a new installation without any problem this afternoon I have the same problem
with internet Explorer 6.0, my normal browser. Installed Firefox 1.5.0.7
and now I can change in the Gallery plugins wat I want.
The files are there and nothing is changed in my explore as far as I know

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-10-06 19:07

I just fixed the bug.
You can do an svn update to get it.

 
vdd

Joined: 2005-08-11
Posts: 134
Posted: Fri, 2006-10-06 20:35

Trying to leave te site admin page I got this on my screen:

Edit Conflict!

Your change cannot be completed because somebody else has made a conflicting change to the same item. Use the back button in your browser to go back to the page you were on, then reload that page and try your change again.
Go back and try again

Alternatively, you can return to the main Gallery page and resume browsing.

Back to the Gallery

now I can not go back to the Gallery

What to do?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-10-06 21:09

clear the db cache in example.com/gallery/lib/support/ -> cache management

 
vdd

Joined: 2005-08-11
Posts: 134
Posted: Fri, 2006-10-06 21:44

Did not solve the problem

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-10-06 21:56

Try again (delete db, template, ... all but derivative cache) and delete your browser cache.

 
vdd

Joined: 2005-08-11
Posts: 134
Posted: Fri, 2006-10-06 22:24

this is still what I get:

dit Conflict!

Your change cannot be completed because somebody else has made a conflicting change to the same item. Use the back button in your browser to go back to the page you were on, then reload that page and try your change again.
Go back and try again

Alternatively, you can return to the main Gallery page and resume browsing.

Back to the Gallery

clicking on back to Gallery goback and try again nothing

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-10-06 22:43

- you get that after deleting the caches and then browsing to gallery/ without any arguments?
- enable buffered debugging to get some details:
FAQ: How to set/use Gallery in debug mode?

 
vdd

Joined: 2005-08-11
Posts: 134
Posted: Fri, 2006-10-06 23:03

can you tell me wat exactly I have to change in the config.php

What exactly do I have to change here in the text to enable bufferde debugging?

/*
* Put Gallery into debug mode. Useful for tracking down problems with the
* application. Not a good idea to leave it this way, though. Possible debug
* choices are: 'buffered', 'logged', 'immediate' or false. Don't forget to
* use the quotes for any value but false!
*
* If you choose 'immediate', you'll see debugging information as soon as
* Gallery generates it. This can be useful at times, but it'll screw up some
* parts of the application flow.
*
* If you choose 'buffered', Gallery will display debug information in a table
* as part of the application. You won't necessarily get *all* the debug
* information but the application should work normally.
*
* If you choose 'logged', you must also specify:
* $gallery->setDebugLogFile('/path/to/writeable/file');
* and all debug output will get printed into that file. You'll get all the
* debug output and the application will work normally.
*
* For best debugging output use this line:
*
* $gallery->setDebug('buffered');
*
*/
$gallery->setDebug(false);

/*
* Profiling mode. You can enable profiling for different parts of G2 to get an
* idea of what's fast and slow. Right now the only options are to enable SQL
* profiling:
*
* $gallery->setProfile(array('sql'));
*
*/
$gallery->setProfile(false);

/*
* Maintenance mode. You can disable access to the site for anyone but
* site administrators by setting this flag. Set value below to:
* true (without quotes) - to use a basic notification page; themed
* view with admin login link when codebase is up to date, but a
* plain unstyled page when codebase has been updated but upgrader
* has not yet been run.
* url (with quotes) - provide a url where requests are redirected in
* either case described above. Example: '/maintenance.html'
* false (without quotes) - maintenance mode off
*/
$gallery->setConfig('mode.maintenance', false);

/*
* Embedded mode. You can disable direct access to main.php (standalone G2)
* by setting this flag. Set value below to:
* true (without quotes) - block direct requests
* url (with quotes) - redirect requests to this url
* false (without quotes) - allow direct requests
*/
$gallery->setConfig('mode.embed.only', false);

/*
* Allow a particular IP address to access the session (it still must know the
* session id) even though it doesn't match the address/user agent that created
* the session. Put the address of validator.w3.org ('128.30.52.13') here to allow
* validation of non-public Gallery pages from the links at the bottom of the page.
*/
$gallery->setConfig('allowSessionAccess', false);

/*
* URL of Gallery codebase; required only for multisite install.
*/
$gallery->setConfig('galleryBaseUrl', '');

/*
* This setting can be used to override Gallery's auto-detection of the domain-name,
* protocol (http/https), URL path, and of the file & query string.
* Most users can leave this empty. If the server is misconfigured or for very special
* setups, this setting can be quite handy.
* Examples (the positions of the slashes ('/') are important):
* override the path: $gallery->setConfig('baseUri', '/another/path/');
* override the host + path: $gallery->setConfig('baseUri', 'example.com/gallery2/');
* override the protocol + host + path + file:
* $gallery->setConfig('baseUri', 'https://example.com:8080/gallery2/index.php');
*/
$gallery->setConfig('baseUri', '');
?>

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2006-10-06 23:06

change
$gallery->setDebug(false);

to

/
$gallery->setDebug('buffered');

i thought that's explained in the faq entry.

 
vdd

Joined: 2005-08-11
Posts: 134
Posted: Fri, 2006-10-06 23:25

Valiant, I am man born before 1965

This is wat I get after deleting and browsing back to gallery

Error Detail -
Error (ERROR_OBSOLETE_DATA) :
in modules/core/classes/GalleryStorage/GalleryStorageExtras.class at line 363 (gallerycoreapi::error)
in modules/core/classes/GalleryStorage.class at line 304 (gallerystorageextras::saveentity)
in modules/core/classes/GalleryEntity.class at line 289 (mysqlstorage::saveentity)
in modules/core/classes/GalleryDerivative.class at line 237 (gallerychildentity::save)
in modules/core/classes/helpers/GalleryDerivativeHelper_advanced.class at line 832 (galleryderivativeimage::save)
in modules/core/classes/GalleryCoreApi.class at line 909 (galleryderivativehelper_advanced::rebuildcache)
in modules/core/classes/GalleryTheme.class at line 1552 (gallerycoreapi::rebuildderivativecache)
in themes/matrix/theme.inc at line 65 (matrixtheme::loadcommontemplatedata)
in modules/core/classes/GalleryTheme.class at line 926 (matrixtheme::showalbumpage)
in modules/core/classes/GalleryView.class at line 299 (matrixtheme::loadtemplate)
in main.php at line 394 (showitemview::doloadtemplate)
in main.php at line 91
in main.php at line 84

is this enough for you

There is many more on my screen

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2006-10-07 00:02

sorry for my lack of patience. doing too much support lately. :)

if you go to gallery/lib/support/ -> cache management and tick all checboxes but the "derivative" one and then click ok, it should really get rid of that problem.

since i don't understand why this is happening, please post the complete, long debug output. i need as much information as possible.

 
vdd

Joined: 2005-08-11
Posts: 134
Posted: Sat, 2006-10-07 00:35

Cache Maintenance
Back to Support Page
Gallery caches data on disk to increase performance. Sometimes these caches get out of date and need to be deleted. Anything in the cache can be deleted safely, because Gallery will recreate anything that it needs. However, some things are more expensive to recreate than others so you might not want to delete everything. If you're in doubt, accept the defaults below.
Cached HTML pages
Albums and photo data
Module settings
Theme settings
Smarty templates
Temporary directory
Thumbnails and resizes (expensive to rebuild) this one is not selected

then clear cache
and thi is the outcome of back to gallery:

Edit Conflict!

Your change cannot be completed because somebody else has made a conflicting change to the same item. Use the back button in your browser to go back to the page you were on, then reload that page and try your change again.
Go back and try again

Alternatively, you can return to the main Gallery page and resume browsing.

Back to the Gallery
Error Detail -
Error (ERROR_OBSOLETE_DATA) :

* in modules/core/classes/GalleryStorage/GalleryStorageExtras.class at line 363 (gallerycoreapi::error)
* in modules/core/classes/GalleryStorage.class at line 304 (gallerystorageextras::saveentity)
* in modules/core/classes/GalleryEntity.class at line 289 (mysqlstorage::saveentity)
* in modules/core/classes/GalleryDerivative.class at line 237 (gallerychildentity::save)
* in modules/core/classes/helpers/GalleryDerivativeHelper_advanced.class at line 832 (galleryderivativeimage::save)
* in modules/core/classes/GalleryCoreApi.class at line 909 (galleryderivativehelper_advanced::rebuildcache)
* in modules/core/classes/GalleryTheme.class at line 1552 (gallerycoreapi::rebuildderivativecache)
* in themes/matrix/theme.inc at line 65 (matrixtheme::loadcommontemplatedata)
* in modules/core/classes/GalleryTheme.class at line 926 (matrixtheme::showalbumpage)
* in modules/core/classes/GalleryView.class at line 299 (matrixtheme::loadtemplate)
* in main.php at line 394 (showitemview::doloadtemplate)
* in main.php at line 91
* in main.php at line 84

Debug Output
file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryFactoryHelper_loadRegistry.inc) (mysqlt): SET NAMES "utf8" file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryStorage_describeMap.inc) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryPluginHelper_fetchPluginStatus.inc) (mysqlt): SELECT g2_PluginMap.g_pluginId, g2_PluginMap.g_active FROM g2_PluginMap WHERE g2_PluginMap.g_pluginType = 'module' opendir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/) readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/quotas) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/quotas/module.inc) getParameter _version for quotas plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'quotas' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/quotas/0/0) getParameter permissions.directory for core plugin file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/core/0/0/0.inc) (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'core' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/core/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/core/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/core) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/core, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/core/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/core/0/0, 755) getParameter permissions.file for core plugin file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/core/0/0/0.inc) (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'core' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/core/0/0) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/core/0/0) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/core/0/0/0.incwzztcu, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/core/0/0/0.inc) getParameter permissions.directory for core plugin rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/core/0/0/0.incCUSUM1, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/core/0/0/0.inc) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/quotas/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/quotas/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/quotas) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/quotas, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/quotas/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/quotas/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/quotas/0/0/0.incvx1aCW, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/quotas/0/0/0.inc) getParameter _callbacks for quotas plugin getParameter _requiredCoreApi for quotas plugin getParameter _requiredModuleApi for quotas plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/slideshow) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/slideshow/module.inc) getParameter _version for slideshow plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'slideshow' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshow/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshow/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshow) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshow, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshow/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshow/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshow/0/0/0.incpZHc2o, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshow/0/0/0.inc) getParameter _callbacks for slideshow plugin getParameter _requiredCoreApi for slideshow plugin getParameter _requiredModuleApi for slideshow plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/cart) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/cart/module.inc) getParameter _version for cart plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'cart' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/cart/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/cart/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/cart) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/cart, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/cart/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/cart/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/cart/0/0/0.incd8fzsR, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/cart/0/0/0.inc) getParameter _callbacks for cart plugin getParameter _requiredCoreApi for cart plugin getParameter _requiredModuleApi for cart plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/webcam) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/webcam/module.inc) getParameter _version for webcam plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'webcam' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/webcam/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/webcam/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/webcam) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/webcam, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/webcam/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/webcam/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/webcam/0/0/0.inc9aQfTj, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/webcam/0/0/0.inc) getParameter _callbacks for webcam plugin getParameter _requiredCoreApi for webcam plugin getParameter _requiredModuleApi for webcam plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/sitemap) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/sitemap/module.inc) getParameter _version for sitemap plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'sitemap' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sitemap/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sitemap/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sitemap) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sitemap, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sitemap/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sitemap/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sitemap/0/0/0.inc303fkM, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/sitemap/0/0/0.inc) getParameter _callbacks for sitemap plugin getParameter _requiredCoreApi for sitemap plugin getParameter _requiredModuleApi for sitemap plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/fotokasten) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/fotokasten/module.inc) getParameter _version for fotokasten plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'fotokasten' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/fotokasten/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/fotokasten/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/fotokasten) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/fotokasten, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/fotokasten/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/fotokasten/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/fotokasten/0/0/0.incgYeELe, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/fotokasten/0/0/0.inc) getParameter _callbacks for fotokasten plugin getParameter _requiredCoreApi for fotokasten plugin getParameter _requiredModuleApi for fotokasten plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/useralbum) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/useralbum/module.inc) getParameter _version for useralbum plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'useralbum' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/useralbum/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/useralbum/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/useralbum) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/useralbum, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/useralbum/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/useralbum/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/useralbum/0/0/0.inc6fxmdH, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/useralbum/0/0/0.inc) getParameter _callbacks for useralbum plugin getParameter _requiredCoreApi for useralbum plugin getParameter _requiredModuleApi for useralbum plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/keyalbum) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/keyalbum/module.inc) getParameter _version for keyalbum plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'keyalbum' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/keyalbum/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/keyalbum/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/keyalbum) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/keyalbum, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/keyalbum/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/keyalbum/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/keyalbum/0/0/0.incYRtqF9, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/keyalbum/0/0/0.inc) getParameter _callbacks for keyalbum plugin getParameter _requiredCoreApi for keyalbum plugin getParameter _requiredModuleApi for keyalbum plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/watermark) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/watermark/module.inc) getParameter _version for watermark plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'watermark' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/watermark/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/watermark/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/watermark) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/watermark, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/watermark/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/watermark/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/watermark/0/0/0.inc6XhQ7B, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/watermark/0/0/0.inc) getParameter _callbacks for watermark plugin getParameter _requiredCoreApi for watermark plugin getParameter _requiredModuleApi for watermark plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/icons) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/icons/module.inc) getParameter _version for icons plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'icons' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/icons/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/icons/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/icons) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/icons, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/icons/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/icons/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/icons/0/0/0.incbL6AA4, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/icons/0/0/0.inc) getParameter _callbacks for icons plugin getParameter _requiredCoreApi for icons plugin getParameter _requiredModuleApi for icons plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/rewrite) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/rewrite/module.inc) getParameter _version for rewrite plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'rewrite' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rewrite/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rewrite/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rewrite) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rewrite, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rewrite/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rewrite/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rewrite/0/0/0.incHxAJ3w, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/rewrite/0/0/0.inc) getParameter _callbacks for rewrite plugin getParameter _requiredCoreApi for rewrite plugin getParameter _requiredModuleApi for rewrite plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/hidden) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/hidden/module.inc) getParameter _version for hidden plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'hidden' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/hidden/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/hidden/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/hidden) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/hidden, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/hidden/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/hidden/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/hidden/0/0/0.inc5GKbxZ, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/hidden/0/0/0.inc) getParameter _callbacks for hidden plugin getParameter _requiredCoreApi for hidden plugin getParameter _requiredModuleApi for hidden plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/rearrange) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/rearrange/module.inc) getParameter _version for rearrange plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'rearrange' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rearrange/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rearrange/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rearrange) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rearrange, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rearrange/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rearrange/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rearrange/0/0/0.incc2zY0r, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/rearrange/0/0/0.inc) getParameter _callbacks for rearrange plugin getParameter _requiredCoreApi for rearrange plugin getParameter _requiredModuleApi for rearrange plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/remote) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/remote/module.inc) getParameter _version for remote plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'remote' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/remote/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/remote/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/remote) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/remote, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/remote/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/remote/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/remote/0/0/0.inc0yv7uU, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/remote/0/0/0.inc) getParameter _callbacks for remote plugin getParameter _requiredCoreApi for remote plugin getParameter _requiredModuleApi for remote plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/getid3) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/getid3/module.inc) getParameter _version for getid3 plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'getid3' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/getid3/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/getid3/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/getid3) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/getid3, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/getid3/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/getid3/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/getid3/0/0/0.inc9WNAZm, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/getid3/0/0/0.inc) getParameter _callbacks for getid3 plugin getParameter _requiredCoreApi for getid3 plugin getParameter _requiredModuleApi for getid3 plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/randomhighlight) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/randomhighlight/module.inc) getParameter _version for randomhighlight plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'randomhighlight' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/randomhighlight/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/randomhighlight/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/randomhighlight) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/randomhighlight, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/randomhighlight/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/randomhighlight/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/randomhighlight/0/0/0.inc9AGquP, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/randomhighlight/0/0/0.inc) getParameter _callbacks for randomhighlight plugin getParameter _requiredCoreApi for randomhighlight plugin getParameter _requiredModuleApi for randomhighlight plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/squarethumb) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/squarethumb/module.inc) getParameter _version for squarethumb plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'squarethumb' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/squarethumb/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/squarethumb/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/squarethumb) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/squarethumb, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/squarethumb/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/squarethumb/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/squarethumb/0/0/0.inceifBZh, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/squarethumb/0/0/0.inc) getParameter _callbacks for squarethumb plugin getParameter _requiredCoreApi for squarethumb plugin getParameter _requiredModuleApi for squarethumb plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/flashvideo) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/flashvideo/module.inc) getParameter _version for flashvideo plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'flashvideo' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/flashvideo/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/flashvideo/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/flashvideo) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/flashvideo, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/flashvideo/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/flashvideo/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/flashvideo/0/0/0.inc51j5uK, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/flashvideo/0/0/0.inc) getParameter _callbacks for flashvideo plugin getParameter _requiredCoreApi for flashvideo plugin getParameter _requiredModuleApi for flashvideo plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/rating) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/rating/module.inc) getParameter _version for rating plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'rating' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rating/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rating/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rating) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rating, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rating/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rating/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rating/0/0/0.inccvVS0c, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/rating/0/0/0.inc) getParameter _callbacks for rating plugin getParameter _requiredCoreApi for rating plugin getParameter _requiredModuleApi for rating plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/exif) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/exif/module.inc) getParameter _version for exif plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'exif' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/exif/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/exif/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/exif) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/exif, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/exif/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/exif/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/exif/0/0/0.incHiw1wF, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/exif/0/0/0.inc) getParameter _callbacks for exif plugin getParameter _requiredCoreApi for exif plugin getParameter _requiredModuleApi for exif plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/thumbpage) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/thumbpage/module.inc) getParameter _version for thumbpage plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'thumbpage' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbpage/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbpage/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbpage) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbpage, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbpage/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbpage/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbpage/0/0/0.incvl0t37, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbpage/0/0/0.inc) getParameter _callbacks for thumbpage plugin getParameter _requiredCoreApi for thumbpage plugin getParameter _requiredModuleApi for thumbpage plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/sizelimit) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/sizelimit/module.inc) getParameter _version for sizelimit plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'sizelimit' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sizelimit/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sizelimit/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sizelimit) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sizelimit, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sizelimit/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sizelimit/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/sizelimit/0/0/0.incP3ZfAA, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/sizelimit/0/0/0.inc) getParameter _callbacks for sizelimit plugin getParameter _requiredCoreApi for sizelimit plugin getParameter _requiredModuleApi for sizelimit plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/module.inc) getParameter _version for core plugin getParameter _callbacks for core plugin getParameter _requiredCoreApi for core plugin getParameter _requiredModuleApi for core plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/replica) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/replica/module.inc) getParameter _version for replica plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'replica' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/replica/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/replica/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/replica) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/replica, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/replica/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/replica/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/replica/0/0/0.inci3Ao72, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/replica/0/0/0.inc) getParameter _callbacks for replica plugin getParameter _requiredCoreApi for replica plugin getParameter _requiredModuleApi for replica plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/customfield) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/customfield/module.inc) getParameter _version for customfield plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'customfield' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0/0/0.incSY3REv, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0/0/0.inc) getParameter _callbacks for customfield plugin getParameter _requiredCoreApi for customfield plugin getParameter _requiredModuleApi for customfield plugin readdir(Resource id #28) readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/thumbnail) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/thumbnail/module.inc) getParameter _version for thumbnail plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'thumbnail' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbnail/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbnail/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbnail) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbnail, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbnail/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbnail/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbnail/0/0/0.incHzCHcY, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/thumbnail/0/0/0.inc) getParameter _callbacks for thumbnail plugin getParameter _requiredCoreApi for thumbnail plugin getParameter _requiredModuleApi for thumbnail plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/comment) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/comment/module.inc) getParameter _version for comment plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'comment' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/comment/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/comment/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/comment) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/comment, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/comment/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/comment/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/comment/0/0/0.incQY9QKq, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/comment/0/0/0.inc) getParameter _callbacks for comment plugin getParameter _requiredCoreApi for comment plugin getParameter _requiredModuleApi for comment plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/ffmpeg) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/ffmpeg/module.inc) getParameter _version for ffmpeg plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'ffmpeg' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ffmpeg/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ffmpeg/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ffmpeg) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ffmpeg, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ffmpeg/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ffmpeg/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ffmpeg/0/0/0.inchIXkjT, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/ffmpeg/0/0/0.inc) getParameter _callbacks for ffmpeg plugin getParameter _requiredCoreApi for ffmpeg plugin getParameter _requiredModuleApi for ffmpeg plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/newitems) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/newitems/module.inc) getParameter _version for newitems plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'newitems' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/newitems/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/newitems/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/newitems) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/newitems, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/newitems/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/newitems/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/newitems/0/0/0.incYq79Rl, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/newitems/0/0/0.inc) getParameter _callbacks for newitems plugin getParameter _requiredCoreApi for newitems plugin getParameter _requiredModuleApi for newitems plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/multilang) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/multilang/module.inc) getParameter _version for multilang plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'multilang' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multilang/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multilang/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multilang) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multilang, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multilang/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multilang/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multilang/0/0/0.incIP4jrO, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/multilang/0/0/0.inc) getParameter _callbacks for multilang plugin getParameter _requiredCoreApi for multilang plugin getParameter _requiredModuleApi for multilang plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/archiveupload) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/archiveupload/module.inc) getParameter _version for archiveupload plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'archiveupload' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/archiveupload/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/archiveupload/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/archiveupload) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/archiveupload, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/archiveupload/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/archiveupload/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/archiveupload/0/0/0.inc9bUO0g, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/archiveupload/0/0/0.inc) getParameter _callbacks for archiveupload plugin getParameter _requiredCoreApi for archiveupload plugin getParameter _requiredModuleApi for archiveupload plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/multiroot) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/multiroot/module.inc) getParameter _version for multiroot plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'multiroot' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multiroot/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multiroot/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multiroot) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multiroot, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multiroot/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multiroot/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/multiroot/0/0/0.incyazDAJ, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/multiroot/0/0/0.inc) getParameter _callbacks for multiroot plugin getParameter _requiredCoreApi for multiroot plugin getParameter _requiredModuleApi for multiroot plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/nokiaupload) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/nokiaupload/module.inc) getParameter _version for nokiaupload plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'nokiaupload' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/nokiaupload/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/nokiaupload/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/nokiaupload) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/nokiaupload, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/nokiaupload/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/nokiaupload/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/nokiaupload/0/0/0.inc4mTLac, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/nokiaupload/0/0/0.inc) getParameter _callbacks for nokiaupload plugin getParameter _requiredCoreApi for nokiaupload plugin getParameter _requiredModuleApi for nokiaupload plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/imageframe) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/imageframe/module.inc) getParameter _version for imageframe plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'imageframe' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageframe/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageframe/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageframe) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageframe, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageframe/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageframe/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageframe/0/0/0.incgtPeLE, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageframe/0/0/0.inc) getParameter _callbacks for imageframe plugin getParameter _requiredCoreApi for imageframe plugin getParameter _requiredModuleApi for imageframe plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/password) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/password/module.inc) getParameter _version for password plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'password' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/password/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/password/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/password) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/password, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/password/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/password/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/password/0/0/0.incbnA2l7, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/password/0/0/0.inc) getParameter _callbacks for password plugin getParameter _requiredCoreApi for password plugin getParameter _requiredModuleApi for password plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/linkitem) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/linkitem/module.inc) getParameter _version for linkitem plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'linkitem' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/linkitem/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/linkitem/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/linkitem) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/linkitem, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/linkitem/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/linkitem/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/linkitem/0/0/0.incTtacXz, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/linkitem/0/0/0.inc) getParameter _callbacks for linkitem plugin getParameter _requiredCoreApi for linkitem plugin getParameter _requiredModuleApi for linkitem plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/members) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/members/module.inc) getParameter _version for members plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'members' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/members/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/members/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/members) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/members, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/members/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/members/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/members/0/0/0.incjGtFy2, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/members/0/0/0.inc) getParameter _callbacks for members plugin getParameter _requiredCoreApi for members plugin getParameter _requiredModuleApi for members plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/rss) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/rss/module.inc) getParameter _version for rss plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'rss' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rss/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rss/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rss) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rss, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rss/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rss/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/rss/0/0/0.incbw4rav, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/rss/0/0/0.inc) getParameter _callbacks for rss plugin getParameter _requiredCoreApi for rss plugin getParameter _requiredModuleApi for rss plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/permalinks) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/permalinks/module.inc) getParameter _version for permalinks plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'permalinks' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/permalinks/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/permalinks/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/permalinks) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/permalinks, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/permalinks/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/permalinks/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/permalinks/0/0/0.incBImzMX, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/permalinks/0/0/0.inc) getParameter _callbacks for permalinks plugin getParameter _requiredCoreApi for permalinks plugin getParameter _requiredModuleApi for permalinks plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/itemadd) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/itemadd/module.inc) getParameter _version for itemadd plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'itemadd' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/itemadd/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/itemadd/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/itemadd) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/itemadd, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/itemadd/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/itemadd/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/itemadd/0/0/0.incvyE1oq, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/itemadd/0/0/0.inc) getParameter _callbacks for itemadd plugin getParameter _requiredCoreApi for itemadd plugin getParameter _requiredModuleApi for itemadd plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/panorama) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/panorama/module.inc) getParameter _version for panorama plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'panorama' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/panorama/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/panorama/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/panorama) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/panorama, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/panorama/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/panorama/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/panorama/0/0/0.incnZ0N1S, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/panorama/0/0/0.inc) getParameter _callbacks for panorama plugin getParameter _requiredCoreApi for panorama plugin getParameter _requiredModuleApi for panorama plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/colorpack) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/colorpack/module.inc) getParameter _version for colorpack plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'colorpack' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/colorpack/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/colorpack/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/colorpack) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/colorpack, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/colorpack/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/colorpack/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/colorpack/0/0/0.incM5XUEl, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/colorpack/0/0/0.inc) getParameter _callbacks for colorpack plugin getParameter _requiredCoreApi for colorpack plugin getParameter _requiredModuleApi for colorpack plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/publishxp) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/publishxp/module.inc) getParameter _version for publishxp plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'publishxp' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/publishxp/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/publishxp/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/publishxp) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/publishxp, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/publishxp/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/publishxp/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/publishxp/0/0/0.inccftmiO, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/publishxp/0/0/0.inc) getParameter _callbacks for publishxp plugin getParameter _requiredCoreApi for publishxp plugin getParameter _requiredModuleApi for publishxp plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/picasa) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/picasa/module.inc) getParameter _version for picasa plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'picasa' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/picasa/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/picasa/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/picasa) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/picasa, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/picasa/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/picasa/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/picasa/0/0/0.incZrA7Vg, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/picasa/0/0/0.inc) getParameter _callbacks for picasa plugin getParameter _requiredCoreApi for picasa plugin getParameter _requiredModuleApi for picasa plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/reupload) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/reupload/module.inc) getParameter _version for reupload plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'reupload' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/reupload/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/reupload/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/reupload) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/reupload, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/reupload/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/reupload/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/reupload/0/0/0.inc1D0cAJ, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/reupload/0/0/0.inc) getParameter _callbacks for reupload plugin getParameter _requiredCoreApi for reupload plugin getParameter _requiredModuleApi for reupload plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/register) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/register/module.inc) getParameter _version for register plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'register' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/register/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/register/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/register) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/register, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/register/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/register/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/register/0/0/0.inc2MeEec, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/register/0/0/0.inc) getParameter _callbacks for register plugin getParameter _requiredCoreApi for register plugin getParameter _requiredModuleApi for register plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/dynamicalbum) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/dynamicalbum/module.inc) getParameter _version for dynamicalbum plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'dynamicalbum' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dynamicalbum/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dynamicalbum/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dynamicalbum) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dynamicalbum, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dynamicalbum/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dynamicalbum/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dynamicalbum/0/0/0.incd8VsTE, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/dynamicalbum/0/0/0.inc) getParameter _callbacks for dynamicalbum plugin getParameter _requiredCoreApi for dynamicalbum plugin getParameter _requiredModuleApi for dynamicalbum plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/imageblock) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/imageblock/module.inc) getParameter _version for imageblock plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'imageblock' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageblock/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageblock/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageblock) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageblock, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageblock/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageblock/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageblock/0/0/0.inc4ZkBy7, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/imageblock/0/0/0.inc) getParameter _callbacks for imageblock plugin getParameter _requiredCoreApi for imageblock plugin getParameter _requiredModuleApi for imageblock plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/albumselect) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/albumselect/module.inc) getParameter _version for albumselect plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'albumselect' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/albumselect/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/albumselect/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/albumselect) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/albumselect, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/albumselect/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/albumselect/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/albumselect/0/0/0.inc9bS5dA, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/albumselect/0/0/0.inc) getParameter _callbacks for albumselect plugin getParameter _requiredCoreApi for albumselect plugin getParameter _requiredModuleApi for albumselect plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/imagemagick) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/imagemagick/module.inc) getParameter _version for imagemagick plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'imagemagick' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imagemagick/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imagemagick/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imagemagick) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imagemagick, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imagemagick/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imagemagick/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/imagemagick/0/0/0.incu2qWT2, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/imagemagick/0/0/0.inc) getParameter _callbacks for imagemagick plugin getParameter _requiredCoreApi for imagemagick plugin getParameter _requiredModuleApi for imagemagick plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/digibug) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/digibug/module.inc) getParameter _version for digibug plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'digibug' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/digibug/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/digibug/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/digibug) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/digibug, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/digibug/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/digibug/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/digibug/0/0/0.incu7z6zv, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/digibug/0/0/0.inc) getParameter _callbacks for digibug plugin getParameter _requiredCoreApi for digibug plugin getParameter _requiredModuleApi for digibug plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/zipcart) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/zipcart/module.inc) getParameter _version for zipcart plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'zipcart' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/zipcart/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/zipcart/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/zipcart) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/zipcart, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/zipcart/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/zipcart/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/zipcart/0/0/0.inc8OdBgY, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/zipcart/0/0/0.inc) getParameter _callbacks for zipcart plugin getParameter _requiredCoreApi for zipcart plugin getParameter _requiredModuleApi for zipcart plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/mp3audio) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/mp3audio/module.inc) getParameter _version for mp3audio plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'mp3audio' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mp3audio/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mp3audio/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mp3audio) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mp3audio, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mp3audio/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mp3audio/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mp3audio/0/0/0.incdZnpXq, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/mp3audio/0/0/0.inc) getParameter _callbacks for mp3audio plugin getParameter _requiredCoreApi for mp3audio plugin getParameter _requiredModuleApi for mp3audio plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/mime) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/mime/module.inc) getParameter _version for mime plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'mime' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mime/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mime/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mime) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mime, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mime/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mime/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/mime/0/0/0.incwSQwET, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/mime/0/0/0.inc) getParameter _callbacks for mime plugin getParameter _requiredCoreApi for mime plugin getParameter _requiredModuleApi for mime plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/shutterfly) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/shutterfly/module.inc) getParameter _version for shutterfly plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'shutterfly' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/shutterfly/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/shutterfly/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/shutterfly) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/shutterfly, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/shutterfly/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/shutterfly/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/shutterfly/0/0/0.incZ2rXlm, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/shutterfly/0/0/0.inc) getParameter _callbacks for shutterfly plugin getParameter _requiredCoreApi for shutterfly plugin getParameter _requiredModuleApi for shutterfly plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/uploadapplet) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/uploadapplet/module.inc) getParameter _version for uploadapplet plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'uploadapplet' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/uploadapplet/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/uploadapplet/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/uploadapplet) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/uploadapplet, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/uploadapplet/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/uploadapplet/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/uploadapplet/0/0/0.incPtZI3O, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/uploadapplet/0/0/0.inc) getParameter _callbacks for uploadapplet plugin getParameter _requiredCoreApi for uploadapplet plugin getParameter _requiredModuleApi for uploadapplet plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/netpbm) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/netpbm/module.inc) getParameter _version for netpbm plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'netpbm' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/netpbm/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/netpbm/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/netpbm) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/netpbm, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/netpbm/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/netpbm/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/netpbm/0/0/0.inc8OxOLh, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/netpbm/0/0/0.inc) getParameter _callbacks for netpbm plugin getParameter _requiredCoreApi for netpbm plugin getParameter _requiredModuleApi for netpbm plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/migrate) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/migrate/module.inc) getParameter _version for migrate plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'migrate' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/migrate/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/migrate/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/migrate) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/migrate, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/migrate/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/migrate/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/migrate/0/0/0.incl5tduK, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/migrate/0/0/0.inc) getParameter _callbacks for migrate plugin getParameter _requiredCoreApi for migrate plugin getParameter _requiredModuleApi for migrate plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/search) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/search/module.inc) getParameter _version for search plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'search' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/search/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/search/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/search) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/search, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/search/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/search/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/search/0/0/0.incsfKWcd, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/search/0/0/0.inc) getParameter _callbacks for search plugin getParameter _requiredCoreApi for search plugin getParameter _requiredModuleApi for search plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/gd) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/gd/module.inc) getParameter _version for gd plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'gd' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/gd/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/gd/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/gd) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/gd, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/gd/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/gd/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/gd/0/0/0.incaEm1VF, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/gd/0/0/0.inc) getParameter _callbacks for gd plugin getParameter _requiredCoreApi for gd plugin getParameter _requiredModuleApi for gd plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/ecard) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/ecard/module.inc) getParameter _version for ecard plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'ecard' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ecard/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ecard/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ecard) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ecard, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ecard/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ecard/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/ecard/0/0/0.incS7jqF8, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/ecard/0/0/0.inc) getParameter _callbacks for ecard plugin getParameter _requiredCoreApi for ecard plugin getParameter _requiredModuleApi for ecard plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/photoaccess) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/photoaccess/module.inc) getParameter _version for photoaccess plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'photoaccess' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/photoaccess/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/photoaccess/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/photoaccess) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/photoaccess, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/photoaccess/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/photoaccess/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/photoaccess/0/0/0.incV9U8oB, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/photoaccess/0/0/0.inc) getParameter _callbacks for photoaccess plugin getParameter _requiredCoreApi for photoaccess plugin getParameter _requiredModuleApi for photoaccess plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/slideshowapplet) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/slideshowapplet/module.inc) getParameter _version for slideshowapplet plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'slideshowapplet' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshowapplet/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshowapplet/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshowapplet) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshowapplet, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshowapplet/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshowapplet/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshowapplet/0/0/0.incN43a93, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/slideshowapplet/0/0/0.inc) getParameter _callbacks for slideshowapplet plugin getParameter _requiredCoreApi for slideshowapplet plugin getParameter _requiredModuleApi for slideshowapplet plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/debug) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/debug/module.inc) getParameter _version for debug plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'debug' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/debug/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/debug/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/debug) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/debug, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/debug/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/debug/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/debug/0/0/0.incrNVxTw, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/debug/0/0/0.inc) getParameter _callbacks for debug plugin getParameter _requiredCoreApi for debug plugin getParameter _requiredModuleApi for debug plugin readdir(Resource id #28) readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/captcha) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/captcha/module.inc) getParameter _version for captcha plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'captcha' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/captcha/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/captcha/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/captcha) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/captcha, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/captcha/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/captcha/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/captcha/0/0/0.incGp8fEZ, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/captcha/0/0/0.inc) getParameter _callbacks for captcha plugin getParameter _requiredCoreApi for captcha plugin getParameter _requiredModuleApi for captcha plugin readdir(Resource id #28) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/modules/dcraw) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/dcraw/module.inc) getParameter _version for dcraw plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'dcraw' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dcraw/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dcraw/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dcraw) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dcraw, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dcraw/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dcraw/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/dcraw/0/0/0.incy8Whps, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/dcraw/0/0/0.inc) getParameter _callbacks for dcraw plugin getParameter _requiredCoreApi for dcraw plugin getParameter _requiredModuleApi for dcraw plugin readdir(Resource id #28) closedir(Resource id #28) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryPluginHelper_fetchPluginStatus.incYmLzaV, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryPluginHelper_fetchPluginStatus.inc) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryStorage_describeMap.incmL9jWn, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryStorage_describeMap.inc) (mysqlt): SELECT g_classType, g_className, g_implId, g_implPath, g_hints, g_implModuleId, g_orderWeight FROM g2_FactoryMap ORDER BY g_orderWeight ASC file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryFactoryHelper_loadRegistry.incO9qTIQ, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryFactoryHelper_loadRegistry.inc) Unimplemented: GalleryUrlGenerator getParameter language.useBrowserPref for core plugin getParameter default.language for core plugin controller , view Loading plugin core Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/module.inc) core plugin successfully instantiated file_exists(/home/virtual/site128/fst/var/www/testgallery2data/versions.dat) file(/home/virtual/site128/fst/var/www/testgallery2data/versions.dat, ) getParameter id.anonymousUser for core plugin [1160180798] can't guarantee 5 -- extending! file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0/5.inc) (mysqlt): SELECT g_id, g_entityType FROM g2_Entity WHERE g_id IN (5) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryStorage_describeEntity.inc) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryStorage_describeEntity.inccyv5yj, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryStorage_describeEntity.inc) (mysqlt): SELECT g2_User.g_userName, g2_User.g_fullName, g2_User.g_hashedPassword, g2_User.g_email, g2_User.g_language, g2_User.g_locked, g2_Entity.g_id, g2_Entity.g_creationTimestamp, g2_Entity.g_isLinkable, g2_Entity.g_linkId, g2_Entity.g_modificationTimestamp, g2_Entity.g_serialNumber, g2_Entity.g_entityType, g2_Entity.g_onLoadHandlers FROM g2_User, g2_Entity WHERE g2_User.g_id IN (5) AND g2_Entity.g_id=g2_User.g_id file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0/5.increU8pM, /home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0/5.inc) Loading plugin core core plugin successfully instantiated Check the version of the core plugin The version of the core plugin is ok file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/ShowItem.inc) getParameter acceleration for core plugin getParameter id.anonymousUser for core plugin getParameter id.anonymousUser for core plugin getParameter id.adminGroup for core plugin (mysqlt): SELECT g_userId FROM g2_UserGroupMap WHERE g_userId=5 AND g_groupId=3 LIMIT 1 getParameter id.rootAlbum for core plugin file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0/7.inc) (mysqlt): SELECT g_id, g_entityType FROM g2_Entity WHERE g_id IN (7) (mysqlt): SELECT g2_AlbumItem.g_theme, g2_AlbumItem.g_orderBy, g2_AlbumItem.g_orderDirection, g2_Item.g_canContainChildren, g2_Item.g_description, g2_Item.g_keywords, g2_Item.g_ownerId, g2_Item.g_renderer, g2_Item.g_summary, g2_Item.g_title, g2_Item.g_viewedSinceTimestamp, g2_Item.g_originationTimestamp, g2_FileSystemEntity.g_pathComponent, g2_ChildEntity.g_parentId, g2_Entity.g_id, g2_Entity.g_creationTimestamp, g2_Entity.g_isLinkable, g2_Entity.g_linkId, g2_Entity.g_modificationTimestamp, g2_Entity.g_serialNumber, g2_Entity.g_entityType, g2_Entity.g_onLoadHandlers FROM g2_AlbumItem, g2_Item, g2_FileSystemEntity, g2_ChildEntity, g2_Entity WHERE g2_AlbumItem.g_id IN (7) AND g2_Item.g_id=g2_AlbumItem.g_id AND g2_FileSystemEntity.g_id=g2_AlbumItem.g_id AND g2_ChildEntity.g_id=g2_AlbumItem.g_id AND g2_Entity.g_id=g2_AlbumItem.g_id file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0/7.incSUqtkf, /home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0/7.inc) getParameter default.theme for core plugin Loading plugin matrix Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/themes/matrix/theme.inc) matrix plugin successfully instantiated Check the version of the matrix plugin file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/_all/0/0/GalleryPluginHelper_fetchPluginStatus.inc) (mysqlt): SELECT g2_PluginMap.g_pluginId, g2_PluginMap.g_active FROM g2_PluginMap WHERE g2_PluginMap.g_pluginType = 'theme' opendir(/home/virtual/site128/fst/var/www/html/testgallery2/themes/) readdir(Resource id #211) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/themes/siriux) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/themes/siriux/theme.inc) getParameter _version for siriux plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'theme' AND g2_PluginParameterMap.g_pluginId = 'siriux' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/siriux/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/siriux/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/siriux) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/siriux, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/siriux/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/siriux/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/siriux/0/0/0.incGLAEgI, /home/virtual/site128/fst/var/www/testgallery2data/cache/theme/siriux/0/0/0.inc) getParameter _callbacks for siriux plugin getParameter _requiredCoreApi for siriux plugin getParameter _requiredThemeApi for siriux plugin readdir(Resource id #211) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/themes/floatrix) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/themes/floatrix/theme.inc) getParameter _version for floatrix plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'theme' AND g2_PluginParameterMap.g_pluginId = 'floatrix' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/floatrix/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/floatrix/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/floatrix) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/floatrix, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/floatrix/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/floatrix/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/floatrix/0/0/0.incxkm9cb, /home/virtual/site128/fst/var/www/testgallery2data/cache/theme/floatrix/0/0/0.inc) getParameter _callbacks for floatrix plugin getParameter _requiredCoreApi for floatrix plugin getParameter _requiredThemeApi for floatrix plugin readdir(Resource id #211) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/themes/matrix) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/themes/matrix/theme.inc) getParameter _version for matrix plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'theme' AND g2_PluginParameterMap.g_pluginId = 'matrix' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix/0/0/0.inc1O209D, /home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix/0/0/0.inc) getParameter _callbacks for matrix plugin getParameter _requiredCoreApi for matrix plugin getParameter _requiredThemeApi for matrix plugin readdir(Resource id #211) readdir(Resource id #211) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/themes/hybrid) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/themes/hybrid/theme.inc) getParameter _version for hybrid plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'theme' AND g2_PluginParameterMap.g_pluginId = 'hybrid' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/hybrid/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/hybrid/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/hybrid) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/hybrid, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/hybrid/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/hybrid/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/hybrid/0/0/0.incPRtc76, /home/virtual/site128/fst/var/www/testgallery2data/cache/theme/hybrid/0/0/0.inc) getParameter _callbacks for hybrid plugin getParameter _requiredCoreApi for hybrid plugin getParameter _requiredThemeApi for hybrid plugin readdir(Resource id #211) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/themes/carbon) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/themes/carbon/theme.inc) getParameter _version for carbon plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'theme' AND g2_PluginParameterMap.g_pluginId = 'carbon' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/carbon/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/carbon/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/carbon) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/carbon, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/carbon/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/carbon/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/carbon/0/0/0.inc3XhN4z, /home/virtual/site128/fst/var/www/testgallery2data/cache/theme/carbon/0/0/0.inc) getParameter _callbacks for carbon plugin getParameter _requiredCoreApi for carbon plugin getParameter _requiredThemeApi for carbon plugin readdir(Resource id #211) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/themes/tile) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/themes/tile/theme.inc) getParameter _version for tile plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'theme' AND g2_PluginParameterMap.g_pluginId = 'tile' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/tile/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/tile/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/tile) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/tile, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/tile/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/tile/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/tile/0/0/0.inc0GqI22, /home/virtual/site128/fst/var/www/testgallery2data/cache/theme/tile/0/0/0.inc) getParameter _callbacks for tile plugin getParameter _requiredCoreApi for tile plugin getParameter _requiredThemeApi for tile plugin readdir(Resource id #211) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/themes/classic) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/themes/classic/theme.inc) getParameter _version for classic plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'theme' AND g2_PluginParameterMap.g_pluginId = 'classic' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/classic/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/classic/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/classic) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/classic, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/classic/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/classic/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/classic/0/0/0.inc2m3W0v, /home/virtual/site128/fst/var/www/testgallery2data/cache/theme/classic/0/0/0.inc) getParameter _callbacks for classic plugin getParameter _requiredCoreApi for classic plugin getParameter _requiredThemeApi for classic plugin readdir(Resource id #211) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/themes/slider) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/themes/slider/theme.inc) getParameter _version for slider plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'theme' AND g2_PluginParameterMap.g_pluginId = 'slider' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/slider/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/slider/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/slider) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/slider, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/slider/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/slider/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/slider/0/0/0.incmLkvZY, /home/virtual/site128/fst/var/www/testgallery2data/cache/theme/slider/0/0/0.inc) getParameter _callbacks for slider plugin getParameter _requiredCoreApi for slider plugin getParameter _requiredThemeApi for slider plugin readdir(Resource id #211) readdir(Resource id #211) is_dir(/home/virtual/site128/fst/var/www/html/testgallery2/themes/ajaxian) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/themes/ajaxian/theme.inc) getParameter _version for ajaxian plugin (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'theme' AND g2_PluginParameterMap.g_pluginId = 'ajaxian' AND g2_PluginParameterMap.g_itemId = 0 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/ajaxian/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/ajaxian/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/ajaxian) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/ajaxian, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/ajaxian/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/ajaxian/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/ajaxian/0/0/0.incLObnYr, /home/virtual/site128/fst/var/www/testgallery2data/cache/theme/ajaxian/0/0/0.inc) getParameter _callbacks for ajaxian plugin getParameter _requiredCoreApi for ajaxian plugin getParameter _requiredThemeApi for ajaxian plugin readdir(Resource id #211) closedir(Resource id #211) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/_all/0/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/_all/0) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/_all) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/_all, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/_all/0, 755) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/_all/0/0, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/_all/0/0/GalleryPluginHelper_fetchPluginStatus.incpeDoXU, /home/virtual/site128/fst/var/www/testgallery2data/cache/theme/_all/0/0/GalleryPluginHelper_fetchPluginStatus.inc) The version of the matrix plugin is ok file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix/0/0/7.inc) (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'theme' AND g2_PluginParameterMap.g_pluginId = 'matrix' AND g2_PluginParameterMap.g_itemId = 7 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix/0/0) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix/0/0) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix/0/0/7.incUoBHWn, /home/virtual/site128/fst/var/www/testgallery2data/cache/theme/matrix/0/0/7.inc) (mysqlt): SELECT g2_Group.g_id, g2_Group.g_groupName FROM g2_UserGroupMap, g2_Group WHERE g2_Group.g_id = g2_UserGroupMap.g_groupId AND g2_UserGroupMap.g_userId = 5 ORDER BY g2_Group.g_groupName LIMIT 2147483647 (mysqlt): SELECT g_module, g_permission, g_description, g_bits, g_flags FROM g2_PermissionSetMap realpath(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/classes/../../..) Binding text domain: modules_cart -> /home/virtual/site128/fst/var/www/html/testgallery2/modules/cart/locale realpath(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/classes/../../..) Binding text domain: modules_core -> /home/virtual/site128/fst/var/www/html/testgallery2/modules/core/locale realpath(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/classes/../../..) Binding text domain: modules_fotokasten -> /home/virtual/site128/fst/var/www/html/testgallery2/modules/fotokasten/locale (mysqlt): SELECT DISTINCT g2_AccessMap.g_accessListId FROM g2_AccessMap WHERE g2_AccessMap.g_userOrGroupId IN (5,4) AND g2_AccessMap.g_permission & 1 = 1 (mysqlt): SELECT g_itemId FROM g2_AccessSubscriberMap WHERE g_itemId=7 AND g_accessListId IN (8,9,10,11,13,14,16,17,19,25) LIMIT 1 file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/classes/../../../themes/local/matrix) getParameter misc.markup for core plugin file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/search/Preloads.inc) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/exif/Preloads.inc) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/cart/Preloads.inc) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/Preloads.inc) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/albumselect/Preloads.inc) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/albumselect/Preloads.inc) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/icons/classes/IconsImpl.class) getParameter iconpack for icons plugin file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/colorpack/classes/ColorPackImpl.class) getParameter default.orderBy for core plugin getParameter default.orderDirection for core plugin (mysqlt): SELECT g2_ChildEntity.g_id, g2_ItemAttributesMap.g_orderWeight FROM g2_ChildEntity INNER JOIN g2_ItemAttributesMap ON g2_ChildEntity.g_id = g2_ItemAttributesMap.g_itemId INNER JOIN g2_Item ON g2_ChildEntity.g_id = g2_Item.g_id INNER JOIN g2_AccessSubscriberMap ON g2_ChildEntity.g_id = g2_AccessSubscriberMap.g_itemId WHERE g2_ChildEntity.g_parentId = 7 AND g2_AccessSubscriberMap.g_accessListId IN (8,9,10,11,13,14,16,17,19,25) ORDER BY g2_ItemAttributesMap.g_orderWeight, g2_ChildEntity.g_id LIMIT 6 Loading plugin core core plugin successfully instantiated Check the version of the core plugin The version of the core plugin is ok file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2/24.inc) (mysqlt): SELECT g_id, g_entityType FROM g2_Entity WHERE g_id IN (24) (mysqlt): SELECT g2_AlbumItem.g_theme, g2_AlbumItem.g_orderBy, g2_AlbumItem.g_orderDirection, g2_Item.g_canContainChildren, g2_Item.g_description, g2_Item.g_keywords, g2_Item.g_ownerId, g2_Item.g_renderer, g2_Item.g_summary, g2_Item.g_title, g2_Item.g_viewedSinceTimestamp, g2_Item.g_originationTimestamp, g2_FileSystemEntity.g_pathComponent, g2_ChildEntity.g_parentId, g2_Entity.g_id, g2_Entity.g_creationTimestamp, g2_Entity.g_isLinkable, g2_Entity.g_linkId, g2_Entity.g_modificationTimestamp, g2_Entity.g_serialNumber, g2_Entity.g_entityType, g2_Entity.g_onLoadHandlers FROM g2_AlbumItem, g2_Item, g2_FileSystemEntity, g2_ChildEntity, g2_Entity WHERE g2_AlbumItem.g_id IN (24) AND g2_Item.g_id=g2_AlbumItem.g_id AND g2_FileSystemEntity.g_id=g2_AlbumItem.g_id AND g2_ChildEntity.g_id=g2_AlbumItem.g_id AND g2_Entity.g_id=g2_AlbumItem.g_id file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2/24.incH3gWYQ, /home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2/24.inc) (mysqlt): SELECT g2_AccessSubscriberMap.g_itemId, BIT_OR(g2_AccessMap.g_permission) FROM g2_AccessMap, g2_AccessSubscriberMap WHERE g2_AccessSubscriberMap.g_itemId IN (24) AND g2_AccessSubscriberMap.g_accessListId = g2_AccessMap.g_accessListId AND g2_AccessMap.g_userOrGroupId IN (5,4) GROUP BY g2_AccessSubscriberMap.g_itemId (mysqlt): SELECT g2_ChildEntity.g_parentId, COUNT(g2_ChildEntity.g_id) FROM g2_ChildEntity, g2_AccessSubscriberMap WHERE g2_ChildEntity.g_parentId IN (7,24) AND g2_AccessSubscriberMap.g_itemId = g2_ChildEntity.g_id AND g2_AccessSubscriberMap.g_accessListId IN (8,9,10,11,13,14,16,17,19,25) GROUP BY g2_ChildEntity.g_parentId getParameter acceleration for core plugin getParameter id.anonymousUser for core plugin Loading plugin core core plugin successfully instantiated Check the version of the core plugin The version of the core plugin is ok (mysqlt): SELECT g2_AccessSubscriberMap.g_itemId, BIT_OR(g2_AccessMap.g_permission) FROM g2_AccessMap, g2_AccessSubscriberMap WHERE g2_AccessSubscriberMap.g_itemId IN (24) AND g2_AccessSubscriberMap.g_accessListId = g2_AccessMap.g_accessListId AND g2_AccessMap.g_userOrGroupId IN (5,4) GROUP BY g2_AccessSubscriberMap.g_itemId (mysqlt): SELECT g_parentSequence FROM g2_ItemAttributesMap WHERE g_itemId=7 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0/6.inc) (mysqlt): SELECT g_id, g_entityType FROM g2_Entity WHERE g_id IN (6) (mysqlt): SELECT g2_User.g_userName, g2_User.g_fullName, g2_User.g_hashedPassword, g2_User.g_email, g2_User.g_language, g2_User.g_locked, g2_Entity.g_id, g2_Entity.g_creationTimestamp, g2_Entity.g_isLinkable, g2_Entity.g_linkId, g2_Entity.g_modificationTimestamp, g2_Entity.g_serialNumber, g2_Entity.g_entityType, g2_Entity.g_onLoadHandlers FROM g2_User, g2_Entity WHERE g2_User.g_id IN (6) AND g2_Entity.g_id=g2_User.g_id file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0/6.inctgct2j, /home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/0/6.inc) (mysqlt): SELECT g_itemId, g_viewCount FROM g2_ItemAttributesMap WHERE g_itemId IN (7,24) (mysqlt): SELECT g_itemId, g_descendentCount FROM g2_DescendentCountsMap WHERE g_userId=5 AND g_itemId IN (7,24) (mysqlt): SELECT g2_AccessSubscriberMap.g_itemId, BIT_OR(g2_AccessMap.g_permission) FROM g2_AccessMap, g2_AccessSubscriberMap WHERE g2_AccessSubscriberMap.g_itemId IN (7,24) AND g2_AccessSubscriberMap.g_accessListId = g2_AccessMap.g_accessListId AND g2_AccessMap.g_userOrGroupId IN (5,4) GROUP BY g2_AccessSubscriberMap.g_itemId Loading plugin cart Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/cart/module.inc) cart plugin successfully instantiated Check the version of the cart plugin The version of the cart plugin is ok Loading plugin core core plugin successfully instantiated Check the version of the core plugin The version of the core plugin is ok Loading plugin core core plugin successfully instantiated Check the version of the core plugin The version of the core plugin is ok Loading plugin customfield Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/customfield/module.inc) customfield plugin successfully instantiated Check the version of the customfield plugin The version of the customfield plugin is ok file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0/2/24.inc) (mysqlt): SELECT g2_PluginParameterMap.g_itemId, g2_PluginParameterMap.g_parameterName, g2_PluginParameterMap.g_parameterValue FROM g2_PluginParameterMap WHERE g2_PluginParameterMap.g_pluginType = 'module' AND g2_PluginParameterMap.g_pluginId = 'customfield' AND g2_PluginParameterMap.g_itemId = 24 file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0/2) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0/2, 755) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0/2/24.inc2uFH7M, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/customfield/0/2/24.inc) (mysqlt): SELECT g_itemId, g_field, g_value FROM g2_CustomFieldMap WHERE g_itemId IN (24) Loading plugin debug Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/debug/module.inc) debug plugin successfully instantiated Check the version of the debug plugin The version of the debug plugin is ok getParameter id.adminGroup for core plugin Loading plugin dynamicalbum Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/dynamicalbum/module.inc) dynamicalbum plugin successfully instantiated Check the version of the dynamicalbum plugin The version of the dynamicalbum plugin is ok Loading plugin fotokasten Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/fotokasten/module.inc) fotokasten plugin successfully instantiated Check the version of the fotokasten plugin The version of the fotokasten plugin is ok Loading plugin keyalbum Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/keyalbum/module.inc) keyalbum plugin successfully instantiated Check the version of the keyalbum plugin The version of the keyalbum plugin is ok getParameter summaryLinks for keyalbum plugin Loading plugin newitems Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/newitems/module.inc) newitems plugin successfully instantiated Check the version of the newitems plugin The version of the newitems plugin is ok realpath(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/classes/../../..) Binding text domain: modules_newitems -> /home/virtual/site128/fst/var/www/html/testgallery2/modules/newitems/locale Loading plugin rearrange Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/rearrange/module.inc) rearrange plugin successfully instantiated Check the version of the rearrange plugin The version of the rearrange plugin is ok (mysqlt): SELECT g2_ChildEntity.g_parentId, COUNT(g2_ChildEntity.g_id) FROM g2_ChildEntity, g2_AccessSubscriberMap WHERE g2_ChildEntity.g_parentId IN (24) AND g2_AccessSubscriberMap.g_itemId = g2_ChildEntity.g_id AND g2_AccessSubscriberMap.g_accessListId IN (8,9,10,11,13,14,16,17,19,25) GROUP BY g2_ChildEntity.g_parentId Loading plugin register Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/register/module.inc) register plugin successfully instantiated Check the version of the register plugin The version of the register plugin is ok getParameter id.anonymousUser for core plugin realpath(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/classes/../../..) Binding text domain: modules_register -> /home/virtual/site128/fst/var/www/html/testgallery2/modules/register/locale Loading plugin core core plugin successfully instantiated Check the version of the core plugin The version of the core plugin is ok getParameter id.adminGroup for core plugin getParameter id.anonymousUser for core plugin getParameter id.rootAlbum for core plugin (mysqlt): SELECT g2_ChildEntity.g_parentId, COUNT(g2_ChildEntity.g_id) FROM g2_ChildEntity, g2_AccessSubscriberMap WHERE g2_ChildEntity.g_parentId IN (24) AND g2_AccessSubscriberMap.g_itemId = g2_ChildEntity.g_id AND g2_AccessSubscriberMap.g_accessListId IN (8,9,10,11,13,14,16,17,19,25) GROUP BY g2_ChildEntity.g_parentId (mysqlt): SELECT g2_Derivative.g_id, g2_ChildEntity.g_parentId FROM g2_Derivative, g2_ChildEntity WHERE g2_Derivative.g_id = g2_ChildEntity.g_id AND g2_ChildEntity.g_parentId IN (7,24) AND g2_Derivative.g_derivativeType IN (1) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2/28.inc) (mysqlt): SELECT g_id, g_entityType FROM g2_Entity WHERE g_id IN (28) (mysqlt): SELECT g2_DerivativeImage.g_width, g2_DerivativeImage.g_height, g2_Derivative.g_derivativeSourceId, g2_Derivative.g_derivativeOperations, g2_Derivative.g_derivativeOrder, g2_Derivative.g_derivativeSize, g2_Derivative.g_derivativeType, g2_Derivative.g_mimeType, g2_Derivative.g_postFilterOperations, g2_Derivative.g_isBroken, g2_ChildEntity.g_parentId, g2_Entity.g_id, g2_Entity.g_creationTimestamp, g2_Entity.g_isLinkable, g2_Entity.g_linkId, g2_Entity.g_modificationTimestamp, g2_Entity.g_serialNumber, g2_Entity.g_entityType, g2_Entity.g_onLoadHandlers FROM g2_DerivativeImage, g2_Derivative, g2_ChildEntity, g2_Entity WHERE g2_DerivativeImage.g_id IN (28) AND g2_Derivative.g_id=g2_DerivativeImage.g_id AND g2_ChildEntity.g_id=g2_DerivativeImage.g_id AND g2_Entity.g_id=g2_DerivativeImage.g_id file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2/28.incpHLSfg, /home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2/28.inc) (mysqlt): SELECT g2_AccessSubscriberMap.g_itemId, BIT_OR(g2_AccessMap.g_permission) FROM g2_AccessMap, g2_AccessSubscriberMap WHERE g2_AccessSubscriberMap.g_itemId IN (0) AND g2_AccessSubscriberMap.g_accessListId = g2_AccessMap.g_accessListId AND g2_AccessMap.g_userOrGroupId IN (5,4) GROUP BY g2_AccessSubscriberMap.g_itemId Loading plugin core core plugin successfully instantiated Check the version of the core plugin The version of the core plugin is ok (mysqlt): SELECT g2_AccessSubscriberMap.g_itemId, BIT_OR(g2_AccessMap.g_permission) FROM g2_AccessMap, g2_AccessSubscriberMap WHERE g2_AccessSubscriberMap.g_itemId IN (7) AND g2_AccessSubscriberMap.g_accessListId = g2_AccessMap.g_accessListId AND g2_AccessMap.g_userOrGroupId IN (5,4) GROUP BY g2_AccessSubscriberMap.g_itemId Loading plugin core core plugin successfully instantiated Check the version of the core plugin The version of the core plugin is ok (mysqlt): SELECT g2_Derivative.g_id, g2_ChildEntity.g_parentId FROM g2_Derivative, g2_ChildEntity WHERE g2_Derivative.g_id = g2_ChildEntity.g_id AND g2_ChildEntity.g_parentId IN (24) AND g2_Derivative.g_derivativeType IN (1) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2/26.inc) (mysqlt): SELECT g_id, g_entityType FROM g2_Entity WHERE g_id IN (26) (mysqlt): SELECT g2_ThumbnailImage.g_fileName, g2_ThumbnailImage.g_mimeType, g2_ThumbnailImage.g_size, g2_ThumbnailImage.g_width, g2_ThumbnailImage.g_height, g2_ThumbnailImage.g_itemMimeTypes, g2_ChildEntity.g_parentId, g2_Entity.g_id, g2_Entity.g_creationTimestamp, g2_Entity.g_isLinkable, g2_Entity.g_linkId, g2_Entity.g_modificationTimestamp, g2_Entity.g_serialNumber, g2_Entity.g_entityType, g2_Entity.g_onLoadHandlers FROM g2_ThumbnailImage, g2_ChildEntity, g2_Entity WHERE g2_ThumbnailImage.g_id IN (26) AND g2_ChildEntity.g_id=g2_ThumbnailImage.g_id AND g2_Entity.g_id=g2_ThumbnailImage.g_id file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2/26.incWsXMpJ, /home/virtual/site128/fst/var/www/testgallery2data/cache/entity/0/2/26.inc) getParameter lock.system for core plugin (mysqlt): SET NAMES "utf8" (mysqlt): update g2_SequenceLock set id=LAST_INSERT_ID(id+1); (mysqlt): INSERT INTO g2_Lock (g_lockId, g_request, g_freshUntil) VALUES(73, 1, 1160180828) (mysqlt): SELECT g_lockId FROM g2_Lock WHERE g_request=1 ORDER BY g_lockId ASC LIMIT 1 (mysqlt): SELECT COUNT(*) FROM g2_Lock WHERE g_readEntityId IN (28) OR g_writeEntityId IN (28) (mysqlt): INSERT INTO g2_Lock (g_lockId, g_writeEntityId, g_freshUntil) VALUES (73, 28, 1160180828) (mysqlt): DELETE FROM g2_Lock WHERE g_lockId=73 AND g_request=1 (mysqlt): SELECT g2_DerivativeImage.g_width, g2_DerivativeImage.g_height, g2_Derivative.g_derivativeSourceId, g2_Derivative.g_derivativeOperations, g2_Derivative.g_derivativeOrder, g2_Derivative.g_derivativeSize, g2_Derivative.g_derivativeType, g2_Derivative.g_mimeType, g2_Derivative.g_postFilterOperations, g2_Derivative.g_isBroken, g2_ChildEntity.g_parentId, g2_Entity.g_id, g2_Entity.g_creationTimestamp, g2_Entity.g_isLinkable, g2_Entity.g_linkId, g2_Entity.g_modificationTimestamp, g2_Entity.g_serialNumber, g2_Entity.g_entityType, g2_Entity.g_onLoadHandlers FROM g2_DerivativeImage, g2_Derivative, g2_ChildEntity, g2_Entity WHERE g2_DerivativeImage.g_id IN (28) AND g2_Derivative.g_id=g2_DerivativeImage.g_id AND g2_ChildEntity.g_id=g2_DerivativeImage.g_id AND g2_Entity.g_id=g2_DerivativeImage.g_id file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/derivative/0/2) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/derivative/0/2) copy(/home/virtual/site128/fst/var/www/testgallery2data/plugins_data/modules/thumbnail/webfoto schoen.jpg, /home/virtual/site128/fst/var/www/testgallery2data/cache/derivative/0/2/28.dat) realpath(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/classes/../../../) Error (ERROR_PLATFORM_FAILURE)in modules/core/classes/GalleryDerivative.class at line 459 (gallerycoreapi::error) in modules/core/classes/GalleryDerivative.class at line 272 (galleryderivativeimage::_rebuildcache) in modules/core/classes/GalleryDerivativeImage.class at line 151 (galleryderivative::rebuildcache) in modules/core/classes/helpers/GalleryDerivativeHelper_advanced.class at line 826 (galleryderivativeimage::rebuildcache) in modules/core/classes/GalleryCoreApi.class at line 909 (galleryderivativehelper_advanced::rebuildcache) in modules/core/classes/GalleryTheme.class at line 1552 (gallerycoreapi::rebuildderivativecache) in themes/matrix/theme.inc at line 65 (matrixtheme::loadcommontemplatedata) in modules/core/classes/GalleryTheme.class at line 926 (matrixtheme::showalbumpage) in modules/core/classes/GalleryView.class at line 299 (matrixtheme::loadtemplate) in main.php at line 394 (showitemview::doloadtemplate) in main.php at line 91 in main.php at line 84 copy(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/classes/../data/broken-image.gif, /home/virtual/site128/fst/var/www/testgallery2data/cache/derivative/0/2/28.dat) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryMimeTypeHelper_mimeData.inc) (mysqlt): SELECT g2_MimeTypeMap.g_extension, g2_MimeTypeMap.g_mimeType, g2_MimeTypeMap.g_viewable FROM g2_MimeTypeMap ORDER BY g2_MimeTypeMap.g_extension DESC file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0) rename(/home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryMimeTypeHelper_mimeData.incFdcvFc, /home/virtual/site128/fst/var/www/testgallery2data/cache/module/_all/0/0/GalleryMimeTypeHelper_mimeData.inc) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/cache/derivative/0/2/28.dat) filesize(/home/virtual/site128/fst/var/www/testgallery2data/cache/derivative/0/2/28.dat) (mysqlt): SELECT g2_Derivative.g_id FROM g2_Derivative WHERE g2_Derivative.g_derivativeSourceId IN (28) (mysqlt): SELECT g2_TkPropertyMimeTypeMap.g_toolkitId FROM g2_TkPropertyMap, g2_TkPropertyMimeTypeMap WHERE g2_TkPropertyMap.g_name = g2_TkPropertyMimeTypeMap.g_propertyName AND g2_TkPropertyMimeTypeMap.g_mimeType = 'image/gif' AND g2_TkPropertyMap.g_name = 'dimensions' file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/imagemagick/classes/ImageMagickToolkit.class) getimagesize(/home/virtual/site128/fst/var/www/testgallery2data/cache/derivative/0/2/28.dat) Loading plugin albumselect Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/albumselect/module.inc) albumselect plugin successfully instantiated Loading plugin customfield customfield plugin successfully instantiated Loading plugin multilang Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/multilang/module.inc) multilang plugin successfully instantiated Loading plugin permalinks Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/permalinks/module.inc) permalinks plugin successfully instantiated Loading plugin thumbnail Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/thumbnail/module.inc) thumbnail plugin successfully instantiated Loading plugin watermark Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/watermark/module.inc) watermark plugin successfully instantiated Loading plugin core core plugin successfully instantiated getParameter autoPermalink for permalinks plugin (mysqlt): SET AUTOCOMMIT=0 (mysqlt): BEGIN (mysqlt): DELETE FROM g2_CacheMap WHERE g_itemId IN (28,24) (mysqlt): UPDATE g2_Entity SET g_modificationTimestamp=1160180798,g_serialNumber=4 WHERE g_id=28 AND g_serialNumber=3 (mysqlt): UPDATE g2_DerivativeImage SET g_width=92,g_height=92 WHERE g_id=28 (mysqlt): UPDATE g2_Derivative SET g_isBroken=1 WHERE g_id=28 getParameter default.theme for core plugin Loading plugin matrix matrix plugin successfully instantiated Check the version of the matrix plugin The version of the matrix plugin is ok Loading plugin core core plugin successfully instantiated Check the version of the core plugin The version of the core plugin is ok getParameter id.adminGroup for core plugin realpath(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/classes/../../../) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/smarty/templates_c/%%3540383083) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/smarty/templates_c/%%3540383083) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/smarty/templates_c/%%3540383083) file_exists(/home/virtual/site128/fst/var/www/testgallery2data/smarty/templates_c) is_dir(/home/virtual/site128/fst/var/www/testgallery2data/smarty/templates_c) mkdir(/home/virtual/site128/fst/var/www/testgallery2data/smarty/templates_c/%%3540383083, 755) fopen(/home/virtual/site128/fst/var/www/testgallery2data/smarty/templates_c/%%3540383083/v_10, w, 0) fclose(Resource id #322) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/classes/../../../lib/javascript/local/BlockToggle.js) realpath(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/classes/../../..) Binding text domain: themes_matrix -> /home/virtual/site128/fst/var/www/html/testgallery2/themes/matrix/locale file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/../../themes/matrix/local/theme.css) file_exists(/home/virtual/site128/fst/var/www/html/testgallery2/modules/core/classes/../../../themes/matrix/local/theme.css)

and this

Smarty Debug Console
included templates & config files (load time in seconds):
themes/matrix/templates/error.tpl (0,40767) (total)
modules/core/templates/ErrorPage.tpl (0,05203)
assigned template variables:
{$ErrorPage} Array (3)
isAdmin =>
stackTrace => Error (ERROR_OBSOLETE_DATA) : <ul><l...
code => Array (1)
obsoleteData => 1
{$SCRIPT_NAME} /testgallery2/main.php
{$_debug_config_keys} Array (2)
0 => files
1 => vars
{$_debug_config_vals} Array (2)
0 => Array (0)
1 => Array (0)
{$_debug_keys} Array (5)
0 => ErrorPage
1 => SCRIPT_NAME
2 => head
3 => l10Domain
4 => theme
{$_debug_tpls} Array (2)
0 => Array (3)
type => template
filename => themes/matrix/templates/error.tpl
depth => 0
1 => Array (4)
type => template
filename => modules/core/templates/ErrorPage.tpl
depth => 1
exec_time => 0,052030086517334
{$_debug_vals} Array (5)
0 => Array (3)
isAdmin =>
stackTrace => Error (ERROR_OBSOLETE_DATA) : <ul><l...
code => Array (1)
obsoleteData => 1
1 => /testgallery2/main.php
2 => Array (3)
tpl => Array (0)
style => Array (0)
javascript => Array (1)
0 => lib/javascript/BlockToggle.js
3 => themes_matrix
4 => Array (1)
errorTemplate => modules/core/templates/ErrorPage.tpl
{$head} Array (3)
tpl => Array (0)
style => Array (0)
javascript => Array (1)
0 => lib/javascript/BlockToggle.js
{$l10Domain} themes_matrix
{$theme} Array (1)
errorTemplate => modules/core/templates/ErrorPage.tpl
assigned config file variables (outer template scope):
{#files#} Array (0)
{#vars#} Array (0)

I hope this is what you want

And this all because I wanted to test the watermark module in the new vesion
this watermark is working together with the upload applet and Gallery Remote but unfornately the Modules
Checkout and checkout Email are not working yet with Gallery 2.2
and that is the combination I want to use
And now i gave you so much trouble

best regards
I have to go to bed, Up all day installingn and de-installing
I see your answer tomorrow I hope

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2006-10-07 01:22

still unclear. we'll need you to look at the database.
Ok, so you have 1 item/album in your root album (the front page of G2).
its id is 24. it has a thumbnail with id 28.

it tries to generate a thumbnail also using the watermark module and it fails.

it then tries to update the thumbnail entity 28 with set serialId 4 where serialId = 3 and entity id = 28.

that would all be fine. but for some reason the mysql says that no database row has been updated (affected) by this query.

can you please look in cpanel / phpmyadmin / whatever you use to look at the database to take a closer look at the database table g2_Entity and see what serial number the row with g_id = 28 has?

SELECT g_id, g_serialNumber from g2_Entity where g_id = 28;

and what mysql version are you using?

 
wibblefoo

Joined: 2006-10-06
Posts: 5
Posted: Sat, 2006-10-07 01:40

Just done svn update. Working fine now.

Thanks

 
vdd

Joined: 2005-08-11
Posts: 134
Posted: Sat, 2006-10-07 10:23

Is this what you are looking for?

g_id g_creationTimestamp g_isLinkable g_linkId g_modificationTimestamp g_serialNumber g_entityType g_onLoadHandlers
1 1160138157 0 NULL 1160138157 1 GalleryEntity NULL
2 1160138157 0 NULL 1160138157 1 GalleryGroup NULL
3 1160138157 0 NULL 1160138157 1 GalleryGroup NULL
4 1160138157 0 NULL 1160138157 1 GalleryGroup NULL
5 1160138157 0 NULL 1160138157 1 GalleryUser NULL
6 1160138157 0 NULL 1160138157 1 GalleryUser NULL
7 1160138157 0 NULL 1160138534 2 GalleryAlbumItem NULL
12 1160138212 0 NULL 1160138212 1 GalleryEntity NULL
15 1160138216 0 NULL 1160138216 1 GalleryEntity NULL
18 1160138215 0 NULL 1160138215 1 GalleryEntity NULL
20 1160138219 0 NULL 1160138219 6 ThumbnailImage NULL
22 1160138219 0 NULL 1160138219 6 ThumbnailImage NULL
24 1160138534 0 NULL 1160138534 1 GalleryAlbumItem NULL
26 1160138676 0 NULL 1160138676 1 ThumbnailImage NULL
28 1160138676 0 NULL 1160138695 3 GalleryDerivativeImage NULL
30 1160139671 0 NULL 1160139671 1 WatermarkImage NULL

it is becoming a litlle dificult for me this is what I have done futher

-- phpMyAdmin SQL Dump
-- version 2.6.4-pl1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generatie Tijd: 07 Oct 2006 om 12:19
-- Server versie: 4.1.16
-- PHP Versie: 4.4.0
--
-- Database: `dsp_com_-_test2`
--

-- --------------------------------------------------------

--
-- Tabel structuur voor tabel `g2_Entity`
--

CREATE TABLE `g2_Entity` (
`g_id` int(11) NOT NULL default '0',
`g_creationTimestamp` int(11) NOT NULL default '0',
`g_isLinkable` int(1) NOT NULL default '0',
`g_linkId` int(11) default NULL,
`g_modificationTimestamp` int(11) NOT NULL default '0',
`g_serialNumber` int(11) NOT NULL default '0',
`g_entityType` varchar(32) NOT NULL default '',
`g_onLoadHandlers` varchar(128) default NULL,
PRIMARY KEY (`g_id`),
KEY `g2_Entity_76255` (`g_creationTimestamp`),
KEY `g2_Entity_35978` (`g_isLinkable`),
KEY `g2_Entity_44738` (`g_linkId`),
KEY `g2_Entity_63025` (`g_modificationTimestamp`),
KEY `g2_Entity_60702` (`g_serialNumber`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Gegevens worden uitgevoerd voor tabel `g2_Entity`
--

INSERT INTO `g2_Entity` VALUES (28, 1160138676, 0, NULL, 1160138695, 3, 'GalleryDerivativeImage', NULL);

I hope this is what you need?

 
vdd

Joined: 2005-08-11
Posts: 134
Posted: Sat, 2006-10-07 12:53

Valiant
I did a complete new instal of gallery 2.2 nightly version
and now the problem is not there
the new install is made with a new database
so the old one is still there
I did a new install because one forum member told me that The Checkout and Checkout Email modules are working
with Gallery 2.2
So I shall try out that later this afternoon
If I can help you with the problems we talked about I am willing to what you want
vdd

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2006-10-07 14:22

vdd, good that you got it working again. too bad a new install was necessary.

and thanks for the information (database stuff). it's what i was looking for and gives a hint that mysql didn't return the right number of affected rows in your case.
anyway, i hope you don't get the same issues again. else all hints to a malfunctioning database server.

 
vdd

Joined: 2005-08-11
Posts: 134
Posted: Sat, 2006-10-07 17:08

Valiant
When I tried to install the checkout module in the Gallery 2.2 I Gallery cam up with this :

A

n error has occurred while interacting with the database.

The exact nature of database errors is not captured unless Gallery debug mode is enabled in config.php. Before seeking support for this error please enable buffered debug output and retry the operation. Look near the bottom of the lengthy debug output to find error details.
Back to the Gallery

Error Detail -
Error (ERROR_STORAGE_FAILURE) : Error trying to run query: CREATE TABLE g2_CheckoutItem( g_id int(11) NOT NULL, g_item int(11) NOT NULL, g_itemName varchar(128), g_product int(11) NOT NULL, g_productName varchar(128), g_qty int(11) NOT NULL, g_priceEach varchar(32), g_priceTotal varchar(32), g_notes text, PRIMARY KEY(g_id), INDEX g2_CheckoutItem_72670(g_item) ) TYPE=ENGINE=InnoDB /*!40100 DEFAULT CHARACTER SET utf8 */
in modules/core/classes/GalleryStorage/GalleryStorageExtras.class at line 1518 (gallerycoreapi::error)
in modules/core/classes/GalleryStorage/GalleryStorageExtras.class at line 1272 (gallerystorageextras::_executesql)
in modules/core/classes/GalleryStorage.class at line 735 (gallerystorageextras::configurestore)
in modules/core/classes/GalleryModule.class at line 139 (mysqlstorage::configurestore)
in modules/core/PluginCallback.inc at line 216 (checkoutmodule::installorupgrade)
in modules/core/PluginCallback.inc at line 63 (plugincallbackview::handlecallback)
in main.php at line 386 (plugincallbackview::renderimmediate)
in main.php at line 91
in main.php at line 84
System Information
Gallery version 2.2-svn
PHP version 4.4.0 apache2handler
Webserver Apache
Database mysqlt 4.1.16-standard
Toolkits ImageMagick, Thumbnail
Operating system Linux marinke.webxtra.nl 2.6.9-34.0.2.ELsmp #1 SMP Fri Jul 7 19:52:49 CDT 2006 i686
Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)

Debug Output
file_exists(/home/virtual/site128/fst/var/www/testgallery3data/cache/module/_all/0/0/GalleryFactoryHelper_loadRegistry.inc) Unimplemented: GalleryUrlGenerator getParameter session.lifetime for core plugin file_exists(/home/virtual/site128/fst/var/www/testgallery3data/cache/module/core/0/0/0.inc) getParameter session.inactivityTimeout for core plugin
--------------------------------------------------------------------------------
(mysqlt): SET NAMES "utf8"
--------------------------------------------------------------------------------
file_exists(/home/virtual/site128/fst/var/www/testgallery3data/cache/module/_all/0/0/GalleryStorage_describeMap.inc) file_exists(/home/virtual/site128/fst/var/www/testgallery3data/cache/module/_all/0/0/GalleryPluginHelper_fetchPluginStatus.inc) file_exists(/home/virtual/site128/fst/var/www/testgallery3data/cache/module/_all/0/0) is_dir(/home/virtual/site128/fst/var/www/testgallery3data/cache/module/_all/0/0) getParameter permissions.file for core plugin getParameter permissions.directory for core plugin rename(/home/virtual/site128/fst/var/www/testgallery3data/cache/module/_all/0/0/GalleryStorage_describeMap.incNa4xzt, /home/virtual/site128/fst/var/www/testgallery3data/cache/module/_all/0/0/GalleryStorage_describeMap.inc)
--------------------------------------------------------------------------------
(mysqlt): SELECT g_userId, g_remoteIdentifier, g_creationTimestamp, g_modificationTimestamp, g_data FROM g2_SessionMap WHERE g_id='1a91f5abffb5ee1516f3396db2d64fb0'
--------------------------------------------------------------------------------
controller , view core.ErrorPage Loading plugin core Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/core/module.inc) core plugin successfully instantiated file_exists(/home/virtual/site128/fst/var/www/testgallery3data/versions.dat) file(/home/virtual/site128/fst/var/www/testgallery3data/versions.dat, ) [1160240039] can't guarantee 5 -- extending! file_exists(/home/virtual/site128/fst/var/www/testgallery3data/cache/entity/0/0/6.inc) Loading plugin core core plugin successfully instantiated Check the version of the core plugin The version of the core plugin is ok file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/core/ErrorPage.inc) getParameter acceleration for core plugin getParameter id.anonymousUser for core plugin getParameter id.anonymousUser for core plugin getParameter id.adminGroup for core plugin
--------------------------------------------------------------------------------
(mysqlt): SELECT g_userId FROM g2_UserGroupMap WHERE g_userId=6 AND g_groupId=3 LIMIT 1
--------------------------------------------------------------------------------
getParameter id.rootAlbum for core plugin file_exists(/home/virtual/site128/fst/var/www/testgallery3data/cache/entity/0/0/7.inc) getParameter default.theme for core plugin Loading plugin matrix Class not defined, trying to include it. file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/themes/matrix/theme.inc) matrix plugin successfully instantiated Check the version of the matrix plugin file_exists(/home/virtual/site128/fst/var/www/testgallery3data/cache/theme/_all/0/0/GalleryPluginHelper_fetchPluginStatus.inc) The version of the matrix plugin is ok file_exists(/home/virtual/site128/fst/var/www/testgallery3data/cache/theme/matrix/0/0/0.inc) getParameter id.adminGroup for core plugin
--------------------------------------------------------------------------------
(mysqlt): SELECT g_mimeType, g_toolkitId, g_priority FROM g2_TkOperatnMimeTypeMap WHERE g_operationName='thumbnail' ORDER BY g_mimeType ASC, g_priority ASC
--------------------------------------------------------------------------------
file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/core/classes/../../../themes/local/matrix) getParameter misc.markup for core plugin file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/exif/Preloads.inc) file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/search/Preloads.inc) file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/icons/classes/IconsImpl.class) getParameter iconpack for icons plugin file_exists(/home/virtual/site128/fst/var/www/testgallery3data/cache/module/icons/0/0/0.inc) file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/colorpack/classes/ColorPackImpl.class) file_exists(/home/virtual/site128/fst/var/www/testgallery3data/smarty/templates_c/%%2751645181) is_dir(/home/virtual/site128/fst/var/www/testgallery3data/smarty/templates_c/%%2751645181) file_exists(/home/virtual/site128/fst/var/www/testgallery3data/smarty/templates_c/%%2751645181) is_writeable(/home/virtual/site128/fst/var/www/testgallery3data/smarty/templates_c/%%2751645181) file_exists(/home/virtual/site128/fst/var/www/testgallery3data/smarty/templates_c/%%2751645181/v_10) file_exists(/home/virtual/site128/fst/var/www/html/testgallery3//themes/matrix/templates/local/error.tpl) file_exists(/home/virtual/site128/fst/var/www/html/testgallery3//themes/matrix/templates/error.tpl) stat(/home/virtual/site128/fst/var/www/html/testgallery3//themes/matrix/templates/error.tpl) file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/core/classes/../../../modules/core/data/local/gallery.css) file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/core/classes/../../../modules/icons/iconpacks/silk/local/icons.css) file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/core/classes/../../../modules/colorpack/packs/bluebottle/local/color.css) file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/core/classes/../../../lib/javascript/local/BlockToggle.js) file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/core/classes/../../../modules/search/local/SearchBlock.js) realpath(/home/virtual/site128/fst/var/www/html/testgallery3/modules/core/classes/../../..) Binding text domain: themes_matrix -> /home/virtual/site128/fst/var/www/html/testgallery3/themes/matrix/locale file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/core/../../themes/matrix/local/theme.css) file_exists(/home/virtual/site128/fst/var/www/html/testgallery3/modules/core/classes/../../../themes/matrix/local/theme.css)

For me this abacadabra,
Is it something the same as the Plug-in problem
Maybe you can look at it?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2006-10-07 18:55

vdd,
please post your separate problems in separate forum threads / topics.
that's what they are for. else we can't keep track of the problems. and one of the advantages of forums compared to emails is that other users having the same problem can find existing discussions and solutions. having x topics in one thread makes it nearly impossible to find the solutions.

please create a new topic and meanwhile i'll check a related problem which could help you too.

 
vdd

Joined: 2005-08-11
Posts: 134
Posted: Sat, 2006-10-07 19:21

valiant

I did post it also in the Module Development forum in a item called Checkout because there is a guy who told me that checkout is running with Gallery 2.2
I thought it was of interest for you to read this because I think it's like my problem mentioned in this post

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2006-10-07 19:22

the 1st problem in this thread is a different one than the ERROR_OBSOLETE_DATA (your 2nd problem) and also different from this 3rd party module issue.

 
vdd

Joined: 2005-08-11
Posts: 134
Posted: Sat, 2006-10-07 20:00

ok I give up
Please accept that there are users of gallery that do not have the knowledge of programming and so on
I am a user who tries to get some working in the program that I need to have some advantage of Gallery
Do I know what a ERROR_OBSOLETE_DATA problem is?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sat, 2006-10-07 20:09

Your latest problem is due to a bug that has been fixed a few minutes ago.
Please get the next nightly snapshot or do a svn update.

I don't expect you to interpret the Gallery 2 errors.
As a developer of G2 I just ask you to assume that all errors of G2 are due to a different reason.
Please post new issues in new forum topics.

Thanks.

 
silverfox

Joined: 2004-10-08
Posts: 21
Posted: Sun, 2009-01-04 23:55

I'm experiencing a similar error message. I use the Checkout plugin, and when submitting a checkout order, I see this error (debug output below):

**snip**
 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Mon, 2007-05-28 12:02

please open a new topic in the 3rd party modules / themes support forum to discuss the problem with the checkout module.

--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage