waynew Posted June 26, 2008 Share Posted June 26, 2008 I've been testing on my local machine and when I uploaded the files to the server, I keep getting the error: Warning: Cannot use a scalar value as an array in editcompanydetails.php on line 102 Anyone got a clue? Link to comment https://forums.phpfreaks.com/topic/111996-solved-huh/ Share on other sites More sharing options...
thebadbad Posted June 26, 2008 Share Posted June 26, 2008 A quick Google search would tell you, that you get this error when trying to use an integer as an array. So be sure that you're dealing with an array anywhere you think you are. Link to comment https://forums.phpfreaks.com/topic/111996-solved-huh/#findComment-574901 Share on other sites More sharing options...
waynew Posted June 26, 2008 Author Share Posted June 26, 2008 Sorry, I found the problem. It's just that when you're searching for errors on Google you usually end up finding websites displaying errors. Cheers. Link to comment https://forums.phpfreaks.com/topic/111996-solved-huh/#findComment-574909 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.