I have several sites on older server that I'd like to transfer to newer
server, but, experiencing some issues.

sites were tar/untar'ed from old server from web root

old: php -v: PHP 4.3.8 (cli)
new: php -v: PHP 5.3.3 (cli)

with site 1, old joomla, main site and menus appears OK, but page
content/footers don't have anything in them

searching for say 'footerleft.php' doesn't find me any such file on either
server (tried find / -name 'footerleft.php')

I'm trying to toggle some of the php directives that I can see differ
between the two server, with no luck so far, and not sure which ones to
try

apache log has like

[Wed Jul 25 19:50:57 2012] [error] [client 121.121.121.121] PHP Warning: 
Parameter 2
to frontpage() expected to be a reference, value given in
/home/domain.tld/public_html/includes/Cache/Lite/Function.php on line
100

[Wed Jul 25 19:50:57 2012] [error] [client 121.121.121.121] PHP Warning:
include_once(includes/footerleft.php): failed to open stream: No such file
or directory in /home/domain.tld/public_html/templates/JavaBean/index.php
on line 123

[Wed Jul 25 19:50:57 2012] [error] [client 121.121.121.121] PHP Warning:
include_once(): Failed opening 'includes/footerleft.php' for inclusion
(include_path='.:/usr/share/pear:/usr/share/php') in
/home/domain.tld/public_html/templates/JavaBean/index.php on line 123

[Wed Jul 25 19:50:59 2012] [error] [client 121.121.121.121] PHP Warning: 
Parameter 3 to showItem() expected to be a reference, value given in
/home/domain.tld/public_html/includes/Cache/Lite/Function.php on line
100, referer: http://www.domain.tld/

[Wed Jul 25 19:50:59 2012] [error] [client 121.121.121.121] PHP Warning:
include_once(includes/footerleft.php): failed to open stream: No such file
or directory in /home/domain.tld/public_html/templates/JavaBean/index.php
on line 123, referer: http://www.domain.tld/

[Wed Jul 25 19:50:59 2012] [error] [client 121.121.121.121] PHP Warning:
include_once(): Failed opening 'includes/footerleft.php' for inclusion
(include_path='.:/usr/share/pear:/usr/share/php') in
/home/domain.tld/public_html/templates/JavaBean/index.php on line 123,
referer: http://www.domain.tld/

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



-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to