Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS

[eluser]Unknown[/eluser]
anyone know how to enable pdf uploads in the tinymce textarea in pyrocms? adding it to the tinycimm.php file still says its not an allowed file type...

[eluser]RaZoR LeGaCy[/eluser]
When I try to upload photos into the gallery I get "The upload destination folder does not appear to be writable." but the folders are chmod 777.
application/assets/img/galleries 777
uploads/assets 777

I am also running on a subdomain, can that be a cause?

Thanx

[eluser]Phil Sturgeon[/eluser]
[quote author="sshz" date="1262736776"]Took a look at 0.9.8

How do i disable cache? In previous versions of Pyro it was enough just to delete cache folder and the cache is not working any more.[/quote]

It's still the same Cache library that was used in v0.9.7.3. Deleting the application/cache/modules_m directory will clear that.

[quote author="sshz" date="1262736776"]I installed my module in admin area but I can't see it in the menu until I deleted the cache manually. Why do I need caching in admin area? It was always a pain in ass, especialy for my own modules.[/quote]

Caching on the navigation makes sense. To build the navigation it has to loop through the file system, parse XML files and do some ordering. If it did that every time the performance would take a hit. It might be a pain having to clear the cache for your own modules, but which do you do more, view a page in the admin or add a module?


[quote author="sshz" date="1262736776"]Need more speed? Turn off js fade.[/quote]

"JS fade" is some AJAX trickery to load up only the content div of the page. This means all of your loaded CSS, images, JavaScript etc is loaded far less. It sounds weird, but it saves you bandwidth and actually speeds things up.

[quote author="sshz" date="1262736776"]Why do I need this dwoo? PyroCMS is getting bigger and bigger, take a look at WordPress, no dwoos, caching, twitter support out of the box. But it's dead simple to use for developer and for user.[/quote]

Dwoo is very lightweight. It gives the user the ability to do interesting dynamic stuff. For example we added something to TinyMCE to allow you to navigation through a tree of links and click a page you would like to link to. This adds {page_url(23)} to the href tag meaning a dynamic link is created to the page no matter what the slug is changed to.

It also means that themes can have a far more simple syntax. It doesn't add much time to anything, you can check that in the profiler.

[quote author="sshz" date="1262736776"]Installer is not working in XAMPP, WAMP, UniServer anyone got it working? Smile[/quote]

Works fine for me on all of them. Could you provide me with some debug information to work with?

[quote author="sshz" date="1262736776"]Got some errors at front page, just after the installation:

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: controllers/pages.php

Line Number: 73

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: views/index.php

Line Number: 9[/quote]

I thought installation wasnt working? :-p Was this a fresh install or an upgrade? Again, you have to give me some information to work with.

[eluser]Phil Sturgeon[/eluser]
[quote author="RaZoR LeGaCy" date="1263354808"]When I try to upload photos into the gallery I get "The upload destination folder does not appear to be writable." but the folders are chmod 777.
application/assets/img/galleries 777
uploads/assets 777

I am also running on a subdomain, can that be a cause?

Thanx[/quote]

Try running chmod -R 777 application/assets/img/galleries to force all child folders to be 777.

[eluser]RaZoR LeGaCy[/eluser]
Ran the above command with no difference, still spitting out error "The upload destination folder does not appear to be writable.".

drwxrwxrwx 5 ******admin psacln 4.0K Jan 13 08:32 galleries
drwxrwxrwx 2 apache apache 4.0K Jan 12 16:40 test

Could it be because the folder is under owner apache?

[eluser]zorrito[/eluser]
Hello.

I have a problem when i am trying to go on admin page http://localhost/pyrocms/admin (php 5.3), firefox generate "error loading page"

My configuration is good i am sure of that (i am working on several projects).
Do you a have a solution for pyrocms and php 5.3?

thanks a lot

[eluser]Phil Sturgeon[/eluser]
What is the full error and what version are you running?

[eluser]zorrito[/eluser]
[quote author="Phil Sturgeon" date="1263423933"]What is the full error and what version are you running?[/quote]

I am running the last version, in the source code i can saw that.

Code:
Parse error: parse error, expecting `T_PAAMAYIM_NEKUDOTAYIM' in C:\wamp\www\pyrocms\application\libraries\MY_Controller.php on line <i>26</i>

Very strange.

Code:
<br />
<font size='1'><table dir='ltr' border='1' cellspacing='0' cellpadding='1'>
<tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Parse error: parse error, expecting `T_PAAMAYIM_NEKUDOTAYIM' in C:\wamp\www\pyrocms\application\libraries\MY_Controller.php on line <i>26</i></th></tr>
<tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>
<tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Time</th><th align='left' bgcolor='#eeeeec'>Memory</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>Location</th></tr>
<tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0019</td><td bgcolor='#eeeeec' align='right'>388880</td><td bgcolor='#eeeeec'>{main}(  )</td><td title='C:\wamp\www\pyrocms\index.php' bgcolor='#eeeeec'>..\index.php<b>:</b>0</td></tr>

<tr><td bgcolor='#eeeeec' align='center'>2</td><td bgcolor='#eeeeec' align='center'>0.0043</td><td bgcolor='#eeeeec' align='right'>438416</td><td bgcolor='#eeeeec'>require_once( <font color='#00bb00'>'C:\wamp\www\pyrocms\codeigniter\codeigniter\CodeIgniter.php'</font> )</td><td title='C:\wamp\www\pyrocms\index.php' bgcolor='#eeeeec'>..\index.php<b>:</b>115</td></tr>
<tr><td bgcolor='#eeeeec' align='center'>3</td><td bgcolor='#eeeeec' align='center'>0.0629</td><td bgcolor='#eeeeec' align='right'>1316576</td><td bgcolor='#eeeeec'>load_class(  )</td><td title='C:\wamp\www\pyrocms\codeigniter\codeigniter\CodeIgniter.php' bgcolor='#eeeeec'>..\CodeIgniter.php<b>:</b>148</td></tr>

</table></font>

This is the all source code!!

[eluser]hugle[/eluser]
[quote author="RaZoR LeGaCy" date="1263411567"]Ran the above command with no difference, still spitting out error "The upload destination folder does not appear to be writable.".

drwxrwxrwx 5 ******admin psacln 4.0K Jan 13 08:32 galleries
drwxrwxrwx 2 apache apache 4.0K Jan 12 16:40 test

Could it be because the folder is under owner apache?[/quote]

Hello.

try this:

chmod 777 application
chmod 777 application/assets
chmod 777 application/assets/img/
chmod 777 application/assets/img/galleries

What I mean is, that EVERY directory should be in 777...
And later, directories created in galleries/* - should also be 777 permission - please check that.
that's all Smile

[eluser]hugle[/eluser]
Code:
sshz - 05 January 2010 12:12 PM

    I installed my module in admin area but I can’t see it in the menu until I deleted the cache manually. Why do I need caching in admin area? It was always a pain in ass, especialy for my own modules.

I find a little sense here, but. what I see like an option, a button (checkbox)
somewhere - 'IN PRODUCTION' so no cache is created....
or:
somewhere in setting a button - clear all cache, it would flush application/cache/*

just my 2c Smile




Theme © iAndrew 2016 - Forum software by © MyBB