11
cucoket
Re:My wish is, a menu module how can make submenus too
  • 2004/11/3 3:33

  • cucoket

  • Just popping in

  • Posts: 23

  • Since: 2004/7/7 5


I am sorry, I don't know how to up the files here.

Could you please download it from my site:http://www.aitvna.ait.ac.th/modules/mydownloads/viewcat.php?cid=2

You can take a look here:
http://www.aitvna.ait.ac.th

--------------
Great Xoops



12
cucoket
Re:My wish is, a menu module how can make submenus too
  • 2004/11/2 7:44

  • cucoket

  • Just popping in

  • Posts: 23

  • Since: 2004/7/7 5


I have hacked the multimenu 1.4c in order to display submenu by php solution (like the main menu). It is only applicable if you choose default menu style (like main menu). E-mail me if you still need it.



13
cucoket
Re:multiMenu A and B
  • 2004/11/2 7:35

  • cucoket

  • Just popping in

  • Posts: 23

  • Since: 2004/7/7 5


menuA and menuB are not independent menus, they just link to the menu that you specified (menu1 to menu4). You will find them useful when you need to display the same menu on 2 places, i.e. right block on one page and left block on another page.



14
cucoket
Re: Smarty Template Errors
  • 2004/9/10 4:39

  • cucoket

  • Just popping in

  • Posts: 23

  • Since: 2004/7/7 5


Mostly it comes from the permission. Check if the files permission are correct.
If permission are OK. Go to templates_c folder, check with those file mentioned above, i.e:db:system_notification_list.html . Is there anything in the file?



15
cucoket
Re: Moving to a different server, questions!
  • 2004/9/9 8:41

  • cucoket

  • Just popping in

  • Posts: 23

  • Since: 2004/7/7 5


It is possible!
Do a search and you will find many topics talk about this prob.
It is devided into 2 part: move the files and move the database.
Files: Just copy all of your files to the new location and set proper permission. Of cource you should re-edit the mainfile.php.
Database: If you have phpmyadmin, use it to export every table in your database to a file. Import it to the new database.

That all, I have moved 2 times and everything work well.



16
cucoket
Re: mydownloads module question
  • 2004/9/9 6:20

  • cucoket

  • Just popping in

  • Posts: 23

  • Since: 2004/7/7 5


Have you try the wf-download?



17
cucoket
Re: administration menu gone
  • 2004/9/9 6:10

  • cucoket

  • Just popping in

  • Posts: 23

  • Since: 2004/7/7 5


I have had the same problem with you. If you go to the cache/ folder, you will see the file adminmenu.php contains nothing (the size is 0).
You can temporarily resolve it by overwrite the adminmenu.php with the one which generated by a cloned site of your site. Then chmod the cache/ to 705 in order to prevent apache overwrite it. Otherwise, whenever you make change in the admin, apache will write back the 0 size file and your admin menu will gone away.
This approach is not recommended because you should update manually the files in cache/ and templates_c (of course this folder will suffer from same prob).
As my point of view, the problem come from the setting of the server which prevent apache to write to files. For this situation, you cannot do the upload .
You can refer to my problem here!
I am looking for a good idea about this.



18
cucoket
files in cache/ and templates_c/ can be created but cannot be written!!!
  • 2004/9/9 3:36

  • cucoket

  • Just popping in

  • Posts: 23

  • Since: 2004/7/7 5


Hello,

I have recognized a big problem recently. Our XOOPS cannot write to the files which it created in cache/ and templates_c.
It can creat the files, but it cannot write to the files, so the files size are always 0:

-rw-r--r--    1 apache   apache          0 Aug 27 11:57 db%3Anewbb_block_new.html
-rw-r--r--    1 apache   apache          0 Jul 21 11:50 db%3Anews_block_new.html
-rw-r--r--    1 apache   apache          0 Jul 28 11:46 db%3Asystem_block_mainmenu.html
-rw-r--r--    1 apache   apache          0 Jul 21 11:50 db%3Asystem_block_newusers.html
-rw-r--r--    1 apache   apache          0 Jul 21 11:50 db%3Asystem_block_online.html
-rw-r--r--    1 apache   apache          0 Jul 21 11:50 db%3Asystem_dummy.html
-rw-r--r--    1 apache   apache          0 Aug 27 11:21 db%3Awfs_block_new.html
-rw-r--r--    1 apache   apache          0 Aug  9 11:15 db%3Axcgal_block_meta.html
-rw-r--r--    1 apache   apache          0 Aug  9 11:15 db%3Axcgal_block_static.html
-rw-r--r--    1 apache   apache          0 Jul 21 11:50 db%3Axoopspoll_block_poll.html
-rw-r--r--    1 apache   apache          0 Sep  8 13:22 Zaja_Shadow^theme.html


Problem starts since I recognized that the admin menu in the admin.php was disappear. I made the debug and received the following:
Quote:

Notice [PHP]: Undefined variable: xoops_admin_menu_js in file /backup/jediboo/public_html/x/include/cp_functions.php line 72

Notice [PHP]: Undefined variable: xoops_admin_menu_dv in file /backup/jediboo/public_html/x/include/cp_functions.php line 160

I have tried to search here but could not find any possible answer. After some analysis, I saw that the file adminmenu.php in the cache/ has 0 in size. I deleted the files in templates_c and after that, everything is blank because the new files which created in the templates_c did not contain anything.
The same problem occur when I do a fresh installation. I am using XOOPS 2.0.7.
I have contacted with the Hoster and received that there has been no major changes recently.
The Php version is 4.3.8, you can take a look here:http://stweb.ait.ac.th/aitvna/test.php

Does anyone has any idea about this problem? Of cource the folder permission of cahe/ and templates_c are 777 ( I have shell access).

Now I have to clone the site to my computer, try to browse around the site in order to generate the template files. Then copy the files to the server and do not allow apache to override them. This solution make my site up again, but I think that is not a good solution because anytime we make some change or install some module, we have to do the same thing.

I hope you can specify the main problem in the server config. Thank you!!!

My site:http://stweb.ait.ac.th/aitvna It is in Vietnamese.



19
cucoket
Re: Blank Admin Control Panel
  • 2004/9/7 15:29

  • cucoket

  • Just popping in

  • Posts: 23

  • Since: 2004/7/7 5


I got the same problem. I did not do any upgrade. Suddently the admin menu show nothing. I enabled the debug and it shows the same error.
What is the possible reason for the undefined variable those mentioned above?
Does any one has any idea?

Thank you!



20
cucoket
Change sender address in xcgal ecard
  • 2004/9/5 16:33

  • cucoket

  • Just popping in

  • Posts: 23

  • Since: 2004/7/7 5


Hello,

Does anyone know how to change the sender address in the xcgallery e-card?

Thanks,




TopTop
« 1 (2) 3 »



Login

Who's Online

147 user(s) are online (94 user(s) are browsing Support Forums)


Members: 0


Guests: 147


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