Asset manager plugin
|
291 posts
|
Hmmh. It seems paths are handled somehow differently in your setup. If you have “assets” in your settings asset folder try changing it to “/assets”. Are you running latest from SVN or 0.9.5RC2? |
|
17 posts
|
I’ve tried it using both from SVN and 0.9.5RC2 and I still get the small images. I have a basic Ubuntu setup. Changing the folder to /assets makes no difference. |
|
291 posts
|
Have you had this symlink setup all the time or did you create it as attempt to fix the problem? |
|
17 posts
|
I created it to try and fix the problem. All the images I upload go into /var/www/assets whilst clicking on the thumbnails, these seem to want to try and get them from var/www/frog/admin/assets I simply created the symlink to point to the admin folder to see If that helped displaying the images, but It didn’t |
|
17 posts
|
Anyone have any ideas? |
|
291 posts
|
I was able to reproduce your problem by doing a fresh Frog install. Will fix the problem soon. Hopefully today. |
|
17 posts
|
Excellent! Thank you |
|
17 posts
|
Any news on this? I’d really like to test it Thanks |
|
42 posts
|
hey tuupola I have a problem with assets plug-in. I’m using FROG 0.9.5RC1. Downloaded jQuery, jQuery UI, Image Resize and Assets plug-ins, unziped them and uploaded them to plugin directory. Now when i enabled all those plugins a lost all my administration page. Take a look at this picture: What did i do wrong and how can i fix this? |
|
291 posts
|
It seems like you are hitting maximum possible plugins bug in Frog. Check your frog_settings table. Does it look like following:
? Problem is the VARCHAR. Change it to TEXT.
This fixes the problem. It is NOT a plugin problem. It is Frog problem. I thought this was fixed in 0.9.5? Maybe you have upgraded without upgrading the database schemas? |
|
1493 posts
|
Uh oh. Looks like this slipped through the cracks in SVN. This is the CURRENT install/schema_mysql.php bit for plugins:
We’ll get that sorted before 0.9.5. final! |
|
291 posts
|
But the problem still is TABLE_PREFIX . settings table. Enabled plugins are stored there as serialized array. When you enable too many plugins the string which is created by serializing the array becomes more than 255 characters. When only part of the serialized array is saved to database PHP cannot unserialize it. Thus Frog sees an empty array and says NO PLUGINS ENABLED. FAIL. |
|
1493 posts
|
I’m a stupid boy! Ignore me. :P |
|
184 posts
|
David, are we going to see the field type support above 255 chars? as I too have noticed this limitation recently for my GoogleMap plugin and was wondering if it was worth changing the field type from within the plugin, but would rather not interfere with the core if it can be helped. |
|
17 posts
|
tuupola, any news when the fix to my problem will be completed? I’d really like to use the asset manager, but the small white boxes are still a problem for me. Thank you. |
|
291 posts
|
I know where the problem is but haven’t had time to fix it. It happens when you first start to use the plugin and fixes itself when you first select a different folder from pulldown menu. |
|
42 posts
|
hey tuupola…i went to phpMyadmin and changed value to text…then uploaded these plugins again and the same thing happend again…and what i noticed was that TinyMCE is fuck’d up now :( Also when i delete these plugins throw ftp i get normal Frog administration back. |
|
291 posts
|
Enable debugging in config.php to see if you get any PHP errors. I run SVN and 0.9.5RC2 and can not reproduce the enabling problem. Have not tried RC1. I skipped it totally because some things were changed immediatly after publishing it. |
|
651 posts
|
This was fixed way back in revision 368 of SVN and therefore is already in Frog 0.9.5 RC2. Things like these are also the reason why I advise people to drop & recreate their database from scratch in updating.txt |
|
42 posts
|
I Enabled debugging in config.php but where i look/watch for those PHP errors? Not expert in these sort of things. |
|
291 posts
|
In the page where the problem is. PHP should spit out the errors there. |
|
42 posts
|
try’d that and nothing happend :( debugging gives no errors EDIT: when i delete other plugins, my admin also don’t go back to normal |
|
42 posts
|
i just updated to RC2 (form scratch) and that same thing keeps happening :( i don’t understand what i’m doing wrong |
|
67 posts
|
Hi Kristjan, I’m having a similar problem adding a contact form – see this thread below ! |
|
291 posts
|
Have you tried enabling plugins one by one to see which one causes the problem? |
