"Error: Only variable references should be returned by reference in " after deleting source files

tripfoto

Joined: 2007-01-03
Posts: 20
Posted: Wed, 2007-01-03 18:29

Hello,
Galery was working great until I decide to remove the folders where I had uploaded the original pictures as they where too heavy.
I assumed those folders where not used anymore by gallery who had created resized pics and thumbnails and stored them in g2data folder.

Now I get this error message:
Only variable references should be returned by reference in..

This is the Smarty Debug page:

Quote:
Smarty Debug Console
included templates & config files (load time in seconds):
themes/matrix/templates/error.tpl (0,72442) (total)
modules/core/templates/ErrorPage.tpl (0,01686)
assigned template variables:
{$ErrorPage} Array (3)
isAdmin =>
stackTrace => Error (ERROR_STORAGE_FAILURE) : <ul>...
code => Array (1)
storageFailure => 1
{$SCRIPT_NAME} /index.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,016861915588379
{$_debug_vals} Array (5)
0 => Array (3)
isAdmin =>
stackTrace => Error (ERROR_STORAGE_FAILURE) : <ul>...
code => Array (1)
storageFailure => 1
1 => /index.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 am not sure this can be related to the Zend matter as it worked well before I deleted the folders.
I also repaired tables from the database,
Any other idea?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Thu, 2007-01-04 00:46

the smarty debug popup doesn't really help when debugging gallery. it's mostly useful when developing / debugging themes.

@error:
FAQ: I get "Notice: Only variable references should be returned by reference in ", what's wrong?

 
tripfoto

Joined: 2007-01-03
Posts: 20
Posted: Thu, 2007-01-04 20:01

Thanks.
Today I have followed instructions in the link above and set:
zend_optimizer.optimization_level=14

Still, the problem is there. They use Zend Engine v1.3.0.
The ISP won't update the Zend.
What do you suggest? Reinstall?

Does it mean anything that it worked fine until I canceled those upload directories and moved one album up?

Thanks

Luca