Xaraya 2x and Gallery2 installation
|
psspl
Joined: 2009-06-17
Posts: 1 |
Posted: Fri, 2009-06-19 05:11
|
|
I installed Gallery2 and everything works fine in stand alone mode as well as with xaraya 1.1.5. But, when try integrating gallery2 with Xaraya 2x, facing following issue. Any idea on probable cause of the error Thanks. File : ..\html\modules\gallery2\embed.php |
|
| Login or register to post comments |

Posts: 32356
i'm assuming that you're using gallery 2.3 with some php 5.2 or 5.3 version.
gallery 2.3 is compatible with php 4 and php 5, and not compatible with php 6. that means that when you run gallery 2.3, you'll need to set php's error_reporting level to exclude E_STRICT. the above warning / error seems to indicate that either your php config includes E_STRICT warnings or xaraya changes the error reporting level at runtime to include E_STRICT.
you'll need to change that to get rid of this warning. it's a harmless warning anyway.