| Author |
Message |
Ferret |
|
|
Post subject: Theme images not loading
Posted: Oct 13, 2004 - 02:22 PM
|
|
Joined: Oct 13, 2004
Posts: 2
Status: Offline
|
|
Please take a look at: http://test2.ferrets-space.net
As you can see the theme images are not loading, this has also happened to my normal site: http://fatalshadows.ferrets-space.net
My hosts say nothing has changed, but this started happening over night, any ideas? |
|
|
| |
|
|
|
 |
Ray |
|
Post subject:
Posted: Oct 13, 2004 - 03:01 PM
|
|
Information Hound
Joined: Aug 17, 2004
Posts: 686
Status: Offline
|
|
The fact that it is happening at both your main site and test site would tend to make me think that there is a problem at your host end. Check your server via FTP and see if anything looks different with the file structure.
This does not look like a theme problem to me. |
|
|
| |
|
|
|
 |
Kenshino |
|
Post subject:
Posted: Oct 13, 2004 - 03:15 PM
|
|
Joined: Oct 05, 2004
Posts: 37
Status: Offline
|
|
| The main theme images are loading properly, something to do with PHP perhaps? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Oct 13, 2004 - 03:19 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
It looks to me that they upgraded to PHP 5
If so then AutoTheme Lite will not work for you yet. |
|
|
| |
|
|
|
 |
Ferret |
|
Post subject:
Posted: Oct 13, 2004 - 04:51 PM
|
|
Joined: Oct 13, 2004
Posts: 2
Status: Offline
|
|
Yep I have sorted the problem, it was an upgrade to PHP 5 and I had to do the following:
-----------------------------------------------------
It appears that your host upgraded to PHP5 whether they admit it or not. If so, in modules/AutoTheme/includes/atAPI.php:
find all occurences of array_merge($blah, $blah, etc...) and preface the vars in between the ( ) with (array). So it would look like this:
$something = array_merge((array)$var, (array)$othervar, (array)$anothervar);
-Shawn
-------------------------------------------------- |
|
|
| |
|
|
|
 |
|
|