11
underdog
Re: Ok, I'm DONE with Smartsection
  • 2010/6/14 14:40

  • underdog

  • Just popping in

  • Posts: 44

  • Since: 2007/6/21


So frankly,
What does the debug information say?
Do you still have PHP version 5.3 on that server?
Is it still Xoops 2.4.4?
Do you still have the files replaced with older files as in your last problem.
More information and maybe some people can help you.



12
underdog
Re: Ok, I'm DONE with Smartsection
  • 2010/6/14 9:35

  • underdog

  • Just popping in

  • Posts: 44

  • Since: 2007/6/21


Do you have the same problem on your localhost with your basic Wamp install.

Turn on your debugger in your Xoops Preferences

Tell the following information:
Xoops Version
PHP Version
MySQL Version
Is the site hosted on Windows or Linux
Apache Version (if hosted on Linux)

And yes, maybe publisher will solve the problems for you, but find out why you get blank pages.
Most of the time, the debug information will help you with that.



13
underdog
Re: Execution Time in theme ?
  • 2010/6/12 9:50

  • underdog

  • Just popping in

  • Posts: 44

  • Since: 2007/6/21


Thanx Mowaffaq
I edited my post and removed the extra <{php}> like you said.
Let's see if it works for sarahmx



14
underdog
Re: Execution Time in theme ?
  • 2010/6/12 9:11

  • underdog

  • Just popping in

  • Posts: 44

  • Since: 2007/6/21


My mistake, really sorry.
It's not $GLOBAL but $GLOBALS
Try this:
<{php}> 
$XoopsTime $GLOBALS['xoopsLogger']->dumpTime'XOOPS' );
$XoopsQueries count$GLOBALS['xoopsLogger']->queries);

echo 
'<p align="center">Page generated <span style="color:#ff0000;">' $XoopsQueries '</span> queries - Generation time: <span style="color:#ff0000;">' sprintf"%.4f"$XoopsTime ) . '</span> seconds</p>' "\n";
<{/
php}>




15
underdog
Re: Execution Time in theme ?
  • 2010/6/12 7:19

  • underdog

  • Just popping in

  • Posts: 44

  • Since: 2007/6/21


Try this:
<{php}> 
$XoopsTime $GLOBAL['xoopsLogger']->dumpTime'XOOPS' );
$XoopsQueries count$GLOBAL['xoopsLogger']->queries);

echo 
'<p align="center">Page generated <span style="color:#ff0000;">' $XoopsQueries '</span> queries - Generation time: <span style="color:#ff0000;">' sprintf"%.4f"$XoopsTime ) . '</span> seconds</p>' "\n";
<{/
php}>



16
underdog
Re: SmartSection and UTF-8, category name
  • 2010/6/5 15:07

  • underdog

  • Just popping in

  • Posts: 44

  • Since: 2007/6/21


Ghia,
Can you tell a bit more about what exactly changed in handling data from the database?
Same goes for inserting data in the database, did something change there too?
What is the code window problem?
Is it the code block?



17
underdog
Re: Morphogenisis Simple Blue
  • 2008/9/27 9:19

  • underdog

  • Just popping in

  • Posts: 44

  • Since: 2007/6/21


which 3 columns theme did you download and install?
What did you do to solve the problem?



18
underdog
Re: 3 themes column
  • 2008/9/27 9:04

  • underdog

  • Just popping in

  • Posts: 44

  • Since: 2007/6/21


Which 3 column theme did you download and how did you solve the problem?



19
underdog
Re: Happy New Year Everyone
  • 2008/1/1 8:09

  • underdog

  • Just popping in

  • Posts: 44

  • Since: 2007/6/21


Happy newyear to every xoopser



20
underdog
Re: moving to a new server
  • 2007/12/24 17:15

  • underdog

  • Just popping in

  • Posts: 44

  • Since: 2007/6/21


Hi,

Try the following:
Check your PHP / MySQL version on the old server (save phpinfo())
Check your PHP / MySQL version on the new server (save phpinfo())

Use FTP to get all your files to your local PC
Use PHPMyAdmin / MySQLDump / BigDump to dump your DataBase and download it to your local PC

Upload the FTP files to your new server
Restore the dump on your new server

I would use the local PC as test setup to see if everything is still working. Maybe PHP version on new server is PHP5 and on old server it is PHP4, then you might get into trouble. Same goes for MySQL.
If you use local PC as test setup, use same versions as new server and see if it works.




TopTop
« 1 (2) 3 4 »



Login

Who's Online

252 user(s) are online (159 user(s) are browsing Support Forums)


Members: 0


Guests: 252


more...

Donat-O-Meter

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

Latest GitHub Commits