31
mrphilong
Re: Trick [SMARTY] Compress your code HTML
  • 2012/11/7 22:29

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


Doesn't display content inside mytab module.



32
mrphilong
Re: Newbb 4.3 ERROR: Forum not selected!
  • 2012/11/6 23:03

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


Quote:

irmtfan wrote:
I think if you use Rewrite you should always consider strange behaviors.


I agreed, thanks for looking into the issue for me.



33
mrphilong
Re: Newbb 4.3 ERROR: Forum not selected!
  • 2012/11/5 13:17

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


Found the problem! It was my .htaccess file!

I moved /public_html/ to point to /public_html/Folder/

I had issued with posting in newbb and news, didn't try any other modules.

Quote:

# Turn on rewrites.
RewriteEngine on

# Add trailing slash if path does not contain a period or end with a slash
RewriteCond %{REQUEST_URI} !(\.|/$)
RewriteRule (.*)http://www.domain.com/$1/ [R=301,L]

# Changehttp://example.com tohttp://www.example.com (Optional)
RewriteCond %{HTTP_HOST} ^domain.com$
RewriteRule ^/?(.*)$http://www.domain.com/$1 [R=301,L]

# Only apply to URLs on this domain
RewriteCond %{HTTP_HOST} ^(www.)?domain.com$

# Only apply to URLs that aren't already under folder.
RewriteCond %{REQUEST_URI} !^/Folder/

# Don't apply to URLs that go to existing files or folders.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# Rewrite all those to insert /folder.
RewriteRule ^(.*)$ /Folder/$1

# Also redirect the root folder.
RewriteCond %{HTTP_HOST} ^(www.)?domain.com$
RewriteRule ^(/)?$ Folder/index.php [L]



Has anyone try moving Xoops from /public_html/ into /public_html/Folder/ with success?



34
mrphilong
Re: Newbb 4.3 ERROR: Forum not selected!
  • 2012/11/5 4:02

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


I am using the same hosting account (same php and mysql) for a different domain and it is ok.



35
mrphilong
Re: Newbb 4.3 ERROR: Forum not selected!
  • 2012/11/4 13:24

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


Quote:

irmtfan wrote:
this issue suddenly appear when your server upgrade php from version 5.2 to 5.3.14?


Issue exists in php5.2, i thought upgrade to php5.3.14 may fix the issue but it hasn't.

phpinfo() :http://ucchau.net/uploads/PHP5.3.14.pdf



36
mrphilong
Re: Newbb 4.3 ERROR: Forum not selected!
  • 2012/11/4 11:51

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


Quote:

irmtfan wrote:
mrphilong:
You should give us detail information.
is this a new installation or an upgrade?

if this is an upgrade:
you upgrade from which version to which version EXACTLY?

what is your xoops, php, mysql version.

how do you upgrade. copy all files correctly or not.
do you have any error, warning, notice? (copy paste all logs here)



New installation of newbb 3x worked well for 3-4 years and upgraded to 4.3 has worked well for at least 8moths until now.

Xoops 2.5.5
php: 5.2 and now 5.3.14, I thought updating to 5.3.14 would solve the problem.
mysql: 5.0.92

upgrade newbb by by uploading the new files to new-directory, rename existing newbb to something else and then rename new-directory to newbb.

debug does not show any warning relating to newbb.



37
mrphilong
Newbb 4.3 ERROR: Forum not selected!
  • 2012/11/1 12:17

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


This error has returned again(?)

When replying to a topic or creating a new topic in Newbb 4.3, it shows "ERROR: Forum not selected!"

I've try updating the module, repair the tables still doesn't fix the issue.

A weird bug in the Newbb admin console I tried "Set permission directly by group" a message "Sorry, you don't have the permission to access this area"

However, I was able to "Set default permission template" and "Apply default permission"!

My last resource, I updated to Newbb 4.4 and the above errors still exits.







38
mrphilong
Re: Talk of JQuery Mobile Framework For Xoops
  • 2012/10/25 8:42

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


Quote:

flipse wrote:
I'm not familiar with responsive themes, but does it mean there is one theme resizing to the screensize? Or can a responsive theme have different elements and design depending on platform/screensize?


Have a look at INSRAQ's 960 theme:

https://xoops.org/modules/news/article.php?storyid=5716



39
mrphilong
Re: Songlist 1.14 - Weird bug
  • 2012/10/22 13:39

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


irmtfan,

You have made my day, thankyou! I wish ALL serious(code for living) developer should read this thread! Others do read your CODE...how much work you get in the future really depend on your current work.




40
mrphilong
Re: Songlist 1.14 - Weird bug
  • 2012/10/21 11:07

  • mrphilong

  • Quite a regular

  • Posts: 351

  • Since: 2006/7/14


Quote:

I cannot see any difference between the search results in start xoops page and module page.


Try testing the module as per below:

1. Go to www.caraok.net (currently Songlist has been set as start page module)
Select a Genre Asia and click the Search button.
take note of the URL and Genre is still Asia.

2. click Songlist from the Main Menu
Select a Genre Asia and click the Search button.
take note of the URL and Genre, URL is different and Genre has return to ALL instead of Asia.

Quote:
And the above lines are exist in songlist/xoops_version.php but there is not any songlist/include/search.inc.php in Songlist module.
That is a bug.


I know full of BUGS... !

Quote:
songlist module use a global start variable (it is bad coding)


I am not a coder, can't comment on this. From testing it, I know it is FULL of BUGS.


Thankyou for your time in looking into the module, much appreciated. Wish someone could develop the module futher.




TopTop
« 1 2 3 (4) 5 6 7 ... 27 »



Login

Who's Online

219 user(s) are online (151 user(s) are browsing Support Forums)


Members: 0


Guests: 219


more...

Donat-O-Meter

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

Latest GitHub Commits