pods icon indicating copy to clipboard operation
pods copied to clipboard

Migration Pods 2.6.8 to 3.3.3

Open joffreypersia opened this issue 3 months ago • 0 comments

Description

Hi,

I am working on a website where I have to update it. It was an old website WordPress 4.7.7 | PHP 7.0.33 with Pods 2.6.8 and a custom them.

I managed to fix everything to WordPress 6.8.2 | PHP 8.3 and update everything. Everything works well except Pods in the backend. In the frontend, everything went fine (I was surprised).

I am now trying to fix the backend. There are many problems : In Pods 3, I see the "pods" : CleanShot 2025-09-10 at 18 26 25@2x

Like in Pods 2 : CleanShot 2025-09-10 at 18 27 36@2x

Same number of pods, groups and fields.

But when I go inside one, like "Agences" : CleanShot 2025-09-10 at 18 28 28@2x

I have some errors. Even in the edit post page, I miss some functions like the button to add more files : CleanShot 2025-09-10 at 18 29 18@2x

Compared to Pods 2 : CleanShot 2025-09-10 at 18 30 23@2x

And a post edit page : CleanShot 2025-09-10 at 18 31 08@2x

On debug.log, I have a lot of errors related to Pods

[10-Sep-2025 16:10:15 UTC] pods_debug_log: object(TypeError)#4881 (7) {
  ["message":protected]=>
  string(45) "Cannot access offset of type string on string"
  ["string":"Error":private]=>
  string(0) ""
  ["code":protected]=>
  int(0)
  ["file":protected]=>
  string(90) "/var/www/html/wp-content/plugins/search-filter-pro/includes/class-search-filter-helper.php"
  ["line":protected]=>
  int(235)
  ["trace":"Error":private]=>
  array(25) {
    [0]=>
    array(6) {
      ["file"]=>
      string(94) "/var/www/html/wp-content/plugins/search-filter-pro/includes/class-search-filter-post-cache.php"
      ["line"]=>
      int(1068)
      ["function"]=>
      string(17) "get_settings_meta"
      ["class"]=>
... Followed by 11k lines of same serialized array

I also tried to push the 3 buttons on Pods tools : "Repair Pod, Groups, and Fields", "Repair Pod configurations", "Recreate missing tables".

Can you guys help me ?

Version

3.3.3

Testing Instructions

No response

Screenshots / Screencast

No response

Possible Workaround

No response

Site Health Information


Pods Package


joffreypersia avatar Sep 10 '25 16:09 joffreypersia