Search found 37 matches

by UTAKA
Tue Sep 13, 2011 6:17 am
Forum: Proposals
Topic: Intergration , PHP comment script "Commentics"
Replies: 0
Views: 7963

Intergration , PHP comment script "Commentics"

Commentics is a free, advanced PHP comment script with many features. Professionally written and with open source code, its main aims are to be integrable, customizable and secure. http://www.commentics.org/ Intergration Sample http://commentics.bbfriend.net/faq/index.php?action=artikel&cat=3&am...
by UTAKA
Wed Apr 28, 2010 2:17 am
Forum: Bug reports
Topic: Admin cannot be deleted user . 2.6.4
Replies: 2
Views: 3073

Admin cannot be deleted user . 2.6.4

Admin cannot delete user . :oops: 1:index.php?action=user&user_action=delete_confirm 2:appears "No ID specified" admin/user.php Line182 if ($userId == 0) { $message .= '<p class="error">'.$errorMessages['delUser_noId'].' </p>'; $userAction = $defaultUserAction; } else { Ther...
by UTAKA
Mon Apr 26, 2010 9:20 pm
Forum: General discussions
Topic: About the Time zone
Replies: 2
Views: 2765

Re: About the Time zone

Sorry..
by UTAKA
Mon Apr 19, 2010 3:43 am
Forum: Bug reports
Topic: 2 Warning update.php 2.6.3 ->2.6.4
Replies: 1
Views: 3298

2 Warning update.php 2.6.3 ->2.6.4

Hi! Now I try update 2.6.3 ->2.6.4 I have 2 Warning Warning1: Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /var/www/----/install/update.php on line 35 set_time_limit can work "SafeMode off". http://www.php.net/manual/en/function.set-time-limit....
by UTAKA
Mon Mar 22, 2010 3:58 am
Forum: General discussions
Topic: Quick response on homepage
Replies: 4
Views: 4260

Re: Quick response on homepage

# ### --- OPEN --------------- # main.php # ## ----- Find ------------- # About Line50 $tpl->processTemplate('writeContent', array( # # ----- After Add --------- # 'msgInstantResponse' => $PMF_LANG['msgInstantResponse'], 'msgDescriptionInstantResponse' => $PMF_LANG['msgDescriptionInstantResponse'],...
by UTAKA
Mon Mar 22, 2010 3:00 am
Forum: Bug reports
Topic: PHP Timing Out - tags.php
Replies: 9
Views: 8926

Re: PHP Timing Out - tags.php

Hi

The resulting Tagcloud is no shuffled. 2.6.3
viewtopic.php?f=3&t=10403
by UTAKA
Sat Mar 20, 2010 10:11 am
Forum: Bug reports
Topic: The resulting Tagcloud is no shuffled. 2.6.3
Replies: 1
Views: 3870

The resulting Tagcloud is no shuffled. 2.6.3

The resulting Tagcloud is no shuffled. 2.6.3 Ex. http://faq.phpmyfaq.de/content/1/9/en/add-a-page-using-the-pmf-template-framework.html Tags :"Firefox Internet Explorer MySQL PHP phpMyFAQ Safari" is no shuffled. I checked "www.php.net". I found "5.2.10 The resulting array of...
by UTAKA
Thu Mar 11, 2010 10:27 pm
Forum: General discussions
Topic: Update from 2.0.3 to 2.6.3
Replies: 6
Views: 6450

Re: Update from 2.0.3 to 2.6.3

phpMyFAQ warning [2]: file_put_contents(./data/tracking11032010) [function.file-put-contents]: failed to open stream: No such file or directory in Session.php on line 132 data/tracking*** is a file that the program makes automatically, and the owner is "apache"(if your server is Apache se...
by UTAKA
Sat Mar 06, 2010 7:01 pm
Forum: Proposals
Topic: SiteMap Title 2.6.3
Replies: 1
Views: 5298

SiteMap Title 2.6.3

I checked Google Webmaster Tools. HTML suggestions > Pages with duplicate title tags. A lot of SiteMap_Title duplicated. I Add this code ... ################################# # # SiteMap Title 2.6.3 # # http://******/sitemap/**/***.html # or # http://******/index.php?action=sitemap&letter=**&...
by UTAKA
Thu Mar 04, 2010 1:46 pm
Forum: Bug reports
Topic: 2.6 RC - try to export pdf
Replies: 10
Views: 9072

Re: 2.6 RC - try to export pdf

Mumu.. SafeMode seems to relate. I tested on my Server Now. SafeMode OFF : "/inc/libs/tcpdf/cache" was needless . PDF(image and text exist together) was able to be made even if there was no "cache Folder". SafeMode ON : "/inc/libs/tcpdf/cache" was need . PDF (image and ...
by UTAKA
Thu Mar 04, 2010 6:56 am
Forum: Bug reports
Topic: 2.6 RC - try to export pdf
Replies: 10
Views: 9072

Re: 2.6 RC - try to export pdf

I Update 2.6.3 .. I can't make PDF File (image and text exist together). This Fix forgotten ? :( adding a cache/ folder to the tcpdf/ folder is not very good. I'll change the code to use another folder. Thorsten make dir.. /inc/libs/tcpdf/cache Premission 755 or 777 I can make PDF File.Success
by UTAKA
Mon Mar 01, 2010 2:43 am
Forum: Skins and Themes
Topic: the meta_tag charset should come first, before any utf strin
Replies: 1
Views: 7717

the meta_tag charset should come first, before any utf strin

the meta_tag charset should come first, before any utf string appear. template/***/index.tpl <title>*******</title> ・・・・ <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> to <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> ・・・・ <title>******</title>
by UTAKA
Sat Feb 27, 2010 11:13 pm
Forum: Proposals
Topic: MetaKeywords 2.6.2
Replies: 1
Views: 5303

MetaKeywords 2.6.2

MetaKeywords ######################################## # # MetaKeywords SEO? # # # ###-- OPEN ----------------- # index.php # ##-- Find ------------------------------- # $keywords = ' ' . $faq->getRecordKeywords($id); # #---- Replace With ------------------------ # $keywords = ' , ' . $faq->getRecord...
by UTAKA
Thu Feb 18, 2010 3:15 pm
Forum: Proposals
Topic: sitemap For Chinese/Japanese/Korean and a-z word . 2.6.2
Replies: 3
Views: 6991

sitemap For Chinese/Japanese/Korean and a-z word . 2.6.2

sitemap For Chinese/Japanese/Korean and a-z word # ##-- open --------------------- # /inc/Sitemap.php # #-- Find ---------------------- # if (PMF_String::preg_match("/^[a-z0-9]/i", $letters)) { # #-- Replaced With ----------- # if (PMF_String::preg_match("/^[一-龠]+|[ぁ-ん]+|[ァ-ヴー]+|[a-zA...