Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.9
#41

[eluser]hugle[/eluser]
[quote author="Phil Sturgeon" date="1264779495"]Making those Treeview items draggable is not easy, the plugin does not support it and the re-code is something to advanced for me right now.

badsyntax may be able to do it, but he is too busy. I'll try and poke him about it.

If you could test the Akismet plugin implemented on comments that would be handy. You need an API key to put in settings (check UPGRADE) and it should work, but I have not tested it yet.[/quote]

Hello Phil!

I just installed CMS, here we go...
well, actually I should have to download windows git downloader, because none of branches which I tried to download didn't even had an Akismet.php library...
after 2 hours of trying, I finally did it Smile

Here are my notes:
(dashboard shows:
PyroCMS Info

Version: 0.9.8-beta1
Release Date: 24/01/2010

Not sure here If I downlaoded the correct version...(again!)
)

here we go:

when going to admin > comments
(I have posted 1 comment)
Code:
A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$body

Filename: admin/index.php

Line Number: 38


secondly:
when I go to admin > NAVIGATION, i get:
Code:
A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$url

Filename: admin/index.php

Line Number: 32
I think that was fixed... or again, I downlaoded wrong version of PyroCMS?

#3
admin > PAGES is bit corrupted:
when URI is for example: "/admin/pages#" when you click for example on "Home (#1)" it does not open the options on the right, but if you press "List pages" or go directly to "/admin/pages" (without # or other mess on the end) you now can edit the pages
(tested in FF and Chrome)


#4
I can see Akismet.php in libraries directory, but no 'api', 'akismet' or smth similar settings in Settings section.
I still see "Use Captcha" (UPGRADE tells that captcha was replaced with akismet...)


#5
and sometimes I see strange behaviour, when I go to ADMIN > 'Users', it sometimes refreshes 2x times




I feel dumb for not beeing able to 'simly' download the release from gitbub
I tried: # Branch: master
and: # Branch: v0.9.8-dev
and the latest, which has Akismet.php was the source downloaded via github:
git clone git://github.com/philsturgeon/pyrocms.git

Maybe I was just doing smth wrong?

Thanks again Smile
#42

[eluser]Phil Sturgeon[/eluser]
Pretty much all of those are known issues that have been fixed since v0.9.8-beta1.

I think the main problem is caused by leaving the v0.9.8-dev branch online. I have merged v0.9.8-dev into master and I should have deleted that branch, but I forgot which has caused confusion.

Branch management of an open-source project is a bugger so sorry about that.

Master should have all of the changes you expect except for 3 & 5 which are caused by a stupid feature in jQuery 1.4.x which screws with the AJAXify plguin. We are thinking up a solution around that.
#43

[eluser]hugle[/eluser]
Yeah, I already knew that switching to jQUery 1.4 would be a pain... because I tried replacing the 1.3.2 around 10 days ago manually, and some of admin panel stopped working corectly

well, now seems I managed to download the correct -master branch.

here are the issues:
2-default-data.sql has bug in:
INSERT INTO navigation_links VALUES
('1', 'Home', 1, '', '', '', 1, 1, '');

after removing it - manages to install


#2
when I go to admin panel. /admin/categories, I get:

Fatal error: Call to undefined method Categories_m::get_limited() in /XXXXXX/application/modules/core/categories/controllers/admin.php on line 21

#3
how I am supposted to debug akismet?Smile
is there any statistics?Smile passed/not passed?

Couldn't find this anywhere
#44

[eluser]Phil Sturgeon[/eluser]
1 & 2 are fixed along with a whole bunch of cool new features in the v0.9.8-beta2.

* Language selector
* 404 page editable through page manager
* 404 page actually sends 404 headers now!
* Variables module to set variables in admin settings, access via {$global.variablename}
* Installer gives more helpful errors

Akismet is a tricky one to debug. If you can tail your access logs it might help, but for me it shows nothing.
#45

[eluser]hugle[/eluser]
[quote author="Phil Sturgeon" date="1265218902"]1 & 2 are fixed along with a whole bunch of cool new features in the v0.9.8-beta2.

* Language selector
* 404 page editable through page manager
* 404 page actually sends 404 headers now!
* Variables module to set variables in admin settings, access via {$global.variablename}
* Installer gives more helpful errors

Akismet is a tricky one to debug. If you can tail your access logs it might help, but for me it shows nothing.[/quote]

Hello

Like the idea of 404 error Smile
also the global variables are also nice. sometimes we jsut need them somewhere Smile

I'm playing with akismet now, give you results soon.

btw, I tried to post a comment, and when I look into admin panel, there is still error saying:
Code:
A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$body

Filename: admin/index.php

Line Number: 39

=======THE SAME===========
Line Number: 42
#46

[eluser]hugle[/eluser]
Hello again Smile

Well, I've tried to post comments without akismet api - and it didn't try to connect to akismet servers.

After I've added an API key, posted a comment, I saw that my server contacted AKISMET (used tcpdump to track)



But here I am not sure what were the answers from akismet servvers SMAP/HAM, but I think it *SHOULD* work...

Thanks for your time Smile
#47

[eluser]Phil Sturgeon[/eluser]
As long as you can enter some really spammy text and it gets blocked we should be ok.

The admin comments have been fixed in the last push. Cheers for noticing them. :-)
#48

[eluser]hugle[/eluser]
I see Smile
I'll try spamming V I AG R A Big Grin lol Smile))

Btw, I'd like to have an option to have some specific jquery scripts/templates for example for specific pages.

what do you think about it?
is it needed to be added to 'pages' ? will it be usefull?

I do really like your Pyrocms.com design Smile
#49

[eluser]hugle[/eluser]
And one more thing, I have forgotten to mention.
it is a problem with IMAGE MANAGER.

Try doing like this:
Image Manages > Upload >
and select for example 3 photos to upload and then press UPLOAD.

photos are uploaded, BUT, look at their namings:
you'll get smth liek this:
first_photo_name.jpg.jpg
first_photo_name.jpg.jpg.jpg
first_photo_name.jpg

As you can see, only extenstions are added, and all files are with the same name Sad

Good luck at this oneSmile))
#50

[eluser]hugle[/eluser]
Hello Phil,
how is it going? btw did you get an email from me? it was about curl library Smile

I hove a question about navigation module.
Is there any reason you use:
Code:
$row->url = site_url($row->uri);

Why site_url is here? every time I download the CMS, i remove site_url() from here:
Code:
switch($row->link_type)
{
case 'uri':
$row->url = site_url($row->uri);
break;

case 'module':
$row->url = site_url($row->module_name);
break;

case 'page':
$CI =& get_instance();
$page_uri = $CI->pages_m->get_path_by_id($row->page_id);
$row->url = site_url($page_uri);
break;
}

BUT, maybe I miss why is it there?

and after this, my left navigation generation looks like this:
Code:
<ul class="hornav">
        &lt;?php foreach(navigation('leftnav') as $nav_link): ?&gt;
        <li &lt;?php echo ($nav_link->url == $this->uri->segment(1)) ? 'class="current"' : '' ?&gt;>&lt;?php echo anchor($nav_link->url, $nav_link->title); ?&gt;</li>
        &lt;?php endforeach; ?&gt;
        </ul>


Thank you for the information providedSmile))
good luck, and happy incoming Valentine's day!




Theme © iAndrew 2016 - Forum software by © MyBB