We can see the files over SVN Repo Browser and our local directory is also synced. But, when we commit any file we receive this error message
“POST of ‘/!svn/me’:403 Forbidden https://themes.svn.www.ads-software.com)”.
Can anyone please help us if we are doing something wrong? So that our theme can also be listed in wordpress theme directory.
Many Thanks.
]]>WARNING:Found base64_encode in the file class.options_machine.php. base64_encode() is not allowed.
Line 546: $output .= ‘<textarea id=’export_data’ rows=’8′>’.base64_encode(serialize($smof_data)) /* 100% safe – ignore theme check nag
And
WARNING: Found base64_decode in the file functions.interface.php. base64_decode() is not allowed.
Line 228: $smof_data = unserialize(base64_decode($smof_data)); //100% safe – ignore theme check nag
I found it from SMOF files.
Now how can I solve this or what should I have to do? Should I remove this code or there is another way to pass this? If I remove this code from SMOF, then is the SMOF working properly?
WARNING:Found base64_encode in the file class.options_machine.php. base64_encode() is not allowed.
Line 546: $output .= ‘<textarea id=’export_data’ rows=’8′>’.base64_encode(serialize($smof_data)) /* 100% safe – ignore theme check nag
And
WARNING: Found base64_decode in the file functions.interface.php. base64_decode() is not allowed.
Line 228: $smof_data = unserialize(base64_decode($smof_data)); //100% safe – ignore theme check nag
I found it from SMOF files.
Now how can I solve this or what should I have to do? Should I remove this code or there is another way to pass this? If I remove this code from SMOF, then is the SMOF working properly?
In https://make.www.ads-software.com/themes/ we have an opportunity to join to Review Team, but I create a theme.
How I’ll send it to repository to be valued ?
Sorry again, but I guess is very confused to who only, submit a theme.
]]>