Fatal Error: Cannot Use Assign-op Operators With Overloaded Objects ...
- Forums
- PHP
- Fatal Error: Cannot Use Assign-op Operators With Overloaded Objects ...
what is going on. i installed the wallpaper script and now i am getting this on my file: it says: Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in /var/www/web/wallpaper.php on line 166 [1287], Last Updated: Sat May 18, 2024
wallie
Wed Dec 29, 2010
1 Comments
1282 Visits
what is going on. i installed the wallpaper script and now i am getting this on my file: it says: Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in /var/www/web/wallpaper.php on line 166
what does this mean and how do i fix this error
i had an array that looked like this for example:
before that line, i had this code:
as you can see, i was defining an array with a string.
so basically if you are getting this error, you might want to check your code on the line the error is coming up
dont confuse a string with an array.