PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   Warning: Cannot use a scalar value as an array in R:\web\photopost\search.php .... (http://www.photopost.com/forum/photopost-pro-bug-reports/129835-warning-cannot-use-scalar-value-array-r-web-photopost-search-php.html)

rwilkins108 January 9th, 2007 06:51 PM

Warning: Cannot use a scalar value as an array in R:\web\photopost\search.php ....
 
Photopost 5.62
vBulletin 3.64

I'm getting the following warning:

Warning: Cannot use a scalar value as an array in R:\web\photopost\search.php on line 117

The same warning appears on the web page 11 times.

How I got it :
  • (don't know if this matters) - I bulk uploaded a bunch of pictures
  • went into one of the pictures, a keyword was created from the upload (was the name of the file - can_01_4_ ). I clicked the keyword.
  • page got reloaded with the results of the clicking on the keyword, warnings at the top.


Any thoughts?

Thanks,
Ron

Chuck S January 9th, 2007 08:43 PM

From what I see this is a bug in your PHP version. I would have to do some research to see if there is anything I can post to help.

My line 117 is this and should be valid.

Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 12:13 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97