1
jdseymour
Re: Installation/Upgrades tutorial and Tutorials in general...

I think a better method for upgrades is how Drupal handles it. They have a module called "Update Status". The module lists your CMS version as well as all installed modules. Once a day a cronjob runs to compare the version installed with the version in the site repository. If a newer version is available it cives you a yellow warning at the top of the admin section ..... if it is a security update the update is red.

This gives you good visual reference that an update is available as well as direct links to download the update.

I am sure there are other ways of doing this but this does seem to work well.



2
jdseymour
Re: XPressMe 2.3.9 and putting it together

No, but some of the english language fields are not as clear as they could be.

You may have to adjust as necessary if this is for someone else.



3
jdseymour
Re: XPressMe 2.3.9 and putting it together

All looks OK. As far as the file with:

define ('WPLANG''');


I inserted "en" for good measure.



4
jdseymour
Re: Problem with XpressME 2.3.7

Thanks very much for your help. The blog looks great.



5
jdseymour
Re: Problem with XpressME 2.3.7

As far as I know all is default from install. There is no .htaccess in either the top of the XpressME module /modules or the root of the site.

I do appreciate your help. I PMed my chat if you would like to trouble shoot more.

Thanks,
JDSeymour



6
jdseymour
Re: Problem with XpressME 2.3.7

Quote:

toemon wrote:
Thanks your report.

It's bug fixed with Ver.2.3.8.

You can download update file(XPressME_Integration_Kit_Ver2.3.7to2.3.8.zip) from
http://ja.xpressme.info/download/#update



Thanks toemon,

That fixed that problem. I do have one other question though:

If we use the default main menu link:

http://www.deconsilium.net/modules/wordpress/

it shows an unthemed unwrapped version of the wordpress blog with article links. If you click on one of the article links it gets wrapped in the site. It looks like this:

http://www.deconsilium.net/modules/wordpress/?p=63

Is there a way to get modules/wordpress wrapped in the theme?

Thanks,
John



7
jdseymour
Re: Problem with XpressME 2.3.7

Quote:

iHackCode wrote:
im not sure if you checked this but... phpinfo() is --enable-mbstring in there? mbstring . Multibyte support enabled

http://www.php.net/manual/en/mbstring.installation.php



You are right. This is GoDaddy hosting - so not sure if I can even get this turned on.

I disabled the XpressME plugin in wordpress, and it lets me delete posts now without errors - but wondering what other functionality I will loose with that plugin disabled.

Thanks for your help.



8
jdseymour
Problem with XpressME 2.3.7

I have installed this module on a clients site (He previously had the wordpressME module that was causing a 500 server error)

His server specs are:

SERVER::Apache
PHP Version::4.4.9
libxml Version::Can't detect.
MySQL Version::4.1.24-max-log
XOOPS Version::XOOPS 2.3.1
XPressME Version::2.37
WordPress Version::2.9.2
WP DB Version::12329

When attempting to delete a post the post does not delete. I get the following error:

Fatal errorCall to undefined function: mb_strlen() in /home/content/xx/xx/xx/xxxx/xxxx/modules/wordpress/wp-content/plugins/xpressme/include/custom_functions.php on line 481
All errors 
(0queries (5blocks (0extra (0timers (3)
Errors
Queries
SELECT 
FROM xf27_config WHERE (conf_modid '0' AND conf_catid '1'ORDER BY conf_order ASC
SELECT sess_data
sess_ip FROM xf27_session WHERE sess_id 'cxxxxxxxxxxx40eeb6b82d9e3f520350'
SELECT FROM xf27_users WHERE uid '146'
SELECT mid FROM xf27_modules WHERE `dirname` = 'wordpress'
SELECT conf_value FROM xf27_config WHERE `conf_modid` = 45 AND `conf_name` = 'memory_limit'
Total5 queries




The offending line block contains:

function xpress_substr($str$start$length$trimmarker '...') {     if (function_exists('mb_substr')){         $str2 mb_substr$str $start $length);         return $str2 . ( mb_strlen($str)!=mb_strlen($str2) ? $trimmarker '' );     } else {         return ( strlen($str) - $start <= $length ) ? substr$str$start$length ) : substr$str$start$length strlen($trimmarker) ) . $trimmarker;     } }


of the above line 481 is:

return $str2 . ( mb_strlen($str)!=mb_strlen($str2) ? $trimmarker '' );


Any idea what the problem here could be?



9
jdseymour
Re: English Translation for Xpressme

00ps...nevermind found it sort of.



10
jdseymour
English Translation for Xpressme

Hello,

Has anyone created english translations for the xpresme module options from within the wordpress admin?

Thanks




TopTop
(1) 2 3 4 ... 330 »



Login

Who's Online

167 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 167


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits